/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 187 if (::testing::internal::AlwaysTrue()) { \ 226 if (::testing::internal::AlwaysTrue()) { \ 303 if (::testing::internal::AlwaysTrue()) { \
|
D | gtest-internal.h | 731 GTEST_API_ bool AlwaysTrue(); 734 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 1118 if (::testing::internal::AlwaysTrue()) { statement; } 1148 if (::testing::internal::AlwaysTrue()) { \ 1162 if (::testing::internal::AlwaysTrue()) { \ 1193 if (::testing::internal::AlwaysTrue()) { \
|
/external/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 187 if (::testing::internal::AlwaysTrue()) { \ 226 if (::testing::internal::AlwaysTrue()) { \ 303 if (::testing::internal::AlwaysTrue()) { \
|
D | gtest-internal.h | 657 GTEST_API_ bool AlwaysTrue(); 660 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 1044 if (::testing::internal::AlwaysTrue()) { statement; } 1074 if (::testing::internal::AlwaysTrue()) { \ 1088 if (::testing::internal::AlwaysTrue()) { \ 1119 if (::testing::internal::AlwaysTrue()) { \
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 215 if (::testing::internal::AlwaysTrue()) { statement; }\ 229 if (::testing::internal::AlwaysTrue()) { statement; }\
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-spi.h | 214 if (::testing::internal::AlwaysTrue()) { statement; }\ 228 if (::testing::internal::AlwaysTrue()) { statement; }\
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-spi.h | 214 if (::testing::internal::AlwaysTrue()) { statement; }\ 228 if (::testing::internal::AlwaysTrue()) { statement; }\
|
/external/gtest/include/gtest/ |
D | gtest-spi.h | 214 if (::testing::internal::AlwaysTrue()) { statement; }\ 228 if (::testing::internal::AlwaysTrue()) { statement; }\
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-spi.h | 214 if (::testing::internal::AlwaysTrue()) { statement; }\ 228 if (::testing::internal::AlwaysTrue()) { statement; }\
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 156 if (::testing::internal::AlwaysTrue()) { \ 259 if (::testing::internal::AlwaysTrue()) { \
|
D | gtest-internal.h | 760 GTEST_API_ bool AlwaysTrue(); 763 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 807 if (::testing::internal::AlwaysTrue()) { statement; }
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 760 GTEST_API_ bool AlwaysTrue(); 763 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 1141 if (::testing::internal::AlwaysTrue()) { statement; } 1171 if (::testing::internal::AlwaysTrue()) { \ 1185 if (::testing::internal::AlwaysTrue()) { \ 1216 if (::testing::internal::AlwaysTrue()) { \
|
D | gtest-death-test-internal.h | 187 if (::testing::internal::AlwaysTrue()) { \ 290 if (::testing::internal::AlwaysTrue()) { \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 731 GTEST_API_ bool AlwaysTrue(); 734 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 1112 if (::testing::internal::AlwaysTrue()) { statement; } 1142 if (::testing::internal::AlwaysTrue()) { \ 1156 if (::testing::internal::AlwaysTrue()) { \ 1187 if (::testing::internal::AlwaysTrue()) { \
|
D | gtest-death-test-internal.h | 187 if (::testing::internal::AlwaysTrue()) { \ 292 if (::testing::internal::AlwaysTrue()) { \
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 39 using testing::internal::AlwaysTrue; 117 if (AlwaysTrue()) in DieInside() 281 if (AlwaysTrue()) in TEST_F() 1186 if (AlwaysTrue()) in TEST()
|
D | gtest_unittest.cc | 144 using testing::internal::AlwaysTrue; 3903 if (AlwaysTrue()) in TEST() 3936 if (AlwaysTrue()) in TEST() 3944 if (AlwaysTrue()) in TEST() 3952 if (AlwaysTrue()) in TEST() 3971 if (AlwaysTrue()) in TEST()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 39 using testing::internal::AlwaysTrue; 121 if (AlwaysTrue()) in DieWithMessage() 293 if (AlwaysTrue()) in TEST_F() 1323 if (AlwaysTrue()) in TEST()
|
D | gtest_unittest.cc | 239 using testing::internal::AlwaysTrue; 3969 if (AlwaysTrue()) in TEST() 4002 if (AlwaysTrue()) in TEST() 4010 if (AlwaysTrue()) in TEST() 4018 if (AlwaysTrue()) in TEST() 4037 if (AlwaysTrue()) in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 39 using testing::internal::AlwaysTrue; 123 if (AlwaysTrue()) in DieWithMessage() 295 if (AlwaysTrue()) in TEST_F() 1306 if (AlwaysTrue()) in TEST()
|
D | gtest_unittest.cc | 150 using testing::internal::AlwaysTrue; 4114 if (AlwaysTrue()) in TEST() 4147 if (AlwaysTrue()) in TEST() 4155 if (AlwaysTrue()) in TEST() 4163 if (AlwaysTrue()) in TEST() 4182 if (AlwaysTrue()) in TEST()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 776 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local 789 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 792 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 797 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator() 799 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator() 800 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 1044 while (::testing::internal::AlwaysTrue()) { in SplitString()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 1108 while (::testing::internal::AlwaysTrue()) { in SplitString()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1102 while (::testing::internal::AlwaysTrue()) { in SplitString()
|