Searched refs:AlwaysTrue (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/testing/gtest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/gtest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/protobuf/gtest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h187 if (::testing::internal::AlwaysTrue()) { \
292 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h725 GTEST_API_ bool AlwaysTrue();
728 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1105 if (::testing::internal::AlwaysTrue()) { statement; }
1135 if (::testing::internal::AlwaysTrue()) { \
1149 if (::testing::internal::AlwaysTrue()) { \
1180 if (::testing::internal::AlwaysTrue()) { \
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h187 if (::testing::internal::AlwaysTrue()) { \
292 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h731 GTEST_API_ bool AlwaysTrue();
734 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1112 if (::testing::internal::AlwaysTrue()) { statement; }
1142 if (::testing::internal::AlwaysTrue()) { \
1156 if (::testing::internal::AlwaysTrue()) { \
1187 if (::testing::internal::AlwaysTrue()) { \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h187 if (::testing::internal::AlwaysTrue()) { \
292 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h731 GTEST_API_ bool AlwaysTrue();
734 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1112 if (::testing::internal::AlwaysTrue()) { statement; }
1142 if (::testing::internal::AlwaysTrue()) { \
1156 if (::testing::internal::AlwaysTrue()) { \
1187 if (::testing::internal::AlwaysTrue()) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h187 if (::testing::internal::AlwaysTrue()) { \
290 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h759 GTEST_API_ bool AlwaysTrue();
762 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1140 if (::testing::internal::AlwaysTrue()) { statement; }
1170 if (::testing::internal::AlwaysTrue()) { \
1184 if (::testing::internal::AlwaysTrue()) { \
1215 if (::testing::internal::AlwaysTrue()) { \
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h156 if (::testing::internal::AlwaysTrue()) { \
258 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h759 bool AlwaysTrue();
762 inline bool AlwaysFalse() { return !AlwaysTrue(); }
806 if (::testing::internal::AlwaysTrue()) { statement; }
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h156 if (::testing::internal::AlwaysTrue()) { \
258 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h752 bool AlwaysTrue();
755 inline bool AlwaysFalse() { return !AlwaysTrue(); }
799 if (::testing::internal::AlwaysTrue()) { statement; }
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc39 using testing::internal::AlwaysTrue;
118 if (AlwaysTrue())
290 if (AlwaysTrue())
1252 if (AlwaysTrue())
/external/gtest/test/
H A Dgtest-death-test_test.cc39 using testing::internal::AlwaysTrue;
118 if (AlwaysTrue())
290 if (AlwaysTrue())
1252 if (AlwaysTrue())
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-death-test_test.cc39 using testing::internal::AlwaysTrue;
118 if (AlwaysTrue())
290 if (AlwaysTrue())
1252 if (AlwaysTrue())
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc39 using testing::internal::AlwaysTrue;
281 if (AlwaysTrue())
1204 if (AlwaysTrue())
H A Dgtest-port_test.cc61 if (AlwaysTrue())
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc1046 while (::testing::internal::AlwaysTrue()) {
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc1046 while (::testing::internal::AlwaysTrue()) {

Completed in 6252 milliseconds

12