Home
last modified time | relevance | path

Searched refs:LogIsVisible (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc362 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F()
363 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
368 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
369 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F()
374 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
375 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
/external/google-breakpad/src/testing/src/
Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
134 if (!LogIsVisible(severity)) in Log()
Dgmock-spec-builders.cc348 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
351 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
395 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
134 if (!LogIsVisible(severity)) in Log()
Dgmock-spec-builders.cc358 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
361 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
405 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/googletest/googlemock/src/
Dgmock-internal-utils.cc128 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
151 if (!LogIsVisible(severity)) in Log()
Dgmock-spec-builders.cc393 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
397 ? LogIsVisible(kWarning) in UntypedInvokeWith()
442 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc382 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F()
383 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
388 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
389 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F()
394 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
395 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h326 GTEST_API_ bool LogIsVisible(LogSeverity severity);