Searched refs:IsFalse (Results 1 – 3 of 3) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 774 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() function 792 EXPECT_FALSE(IsFalse(ret = system(command), command)); in TEST() 822 EXPECT_FALSE(IsFalse(system(command), command)); in TEST() 838 EXPECT_FALSE(IsFalse(ret = system(command), command)); in TEST() 880 EXPECT_FALSE(IsFalse(system(command), command)); in TEST() 897 EXPECT_FALSE(IsFalse(ret = system(command), command)); in TEST() 900 EXPECT_FALSE(IsFalse(system(command), command)); in TEST() 908 EXPECT_FALSE(IsFalse(system(command), command)); in TEST() 939 EXPECT_FALSE(IsFalse(system(command), command)); in TEST() 946 EXPECT_FALSE(IsFalse(ret = system(command), command)); in TEST() [all …]
|
/system/bt/gd/storage/ |
D | config_cache_helper_test.cc | 42 ASSERT_THAT(ConfigCacheHelper(config).GetBool("A", "B"), Optional(IsFalse())); in TEST()
|
/system/bt/gd/common/ |
D | strings_test.cc | 204 ASSERT_THAT(BoolFromString("false"), Optional(IsFalse())); in TEST()
|