HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysTrue (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
  /external/gtest/include/gtest/
gtest-spi.h 200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 187 if (::testing::internal::AlwaysTrue()) { \
292 if (::testing::internal::AlwaysTrue()) { \
gtest-internal.h 725 GTEST_API_ bool AlwaysTrue();
728 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 187 if (::testing::internal::AlwaysTrue()) { \
292 if (::testing::internal::AlwaysTrue()) { \
gtest-internal.h 731 GTEST_API_ bool AlwaysTrue();
734 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 187 if (::testing::internal::AlwaysTrue()) { \
290 if (::testing::internal::AlwaysTrue()) { \
gtest-internal.h 751 GTEST_API_ bool AlwaysTrue();
754 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 156 if (::testing::internal::AlwaysTrue()) { \
258 if (::testing::internal::AlwaysTrue()) { \
gtest-internal.h 752 bool AlwaysTrue();
755 inline bool AlwaysFalse() { return !AlwaysTrue(); }
799 if (::testing::internal::AlwaysTrue()) { statement; }
    [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 39 using testing::internal::AlwaysTrue;
118 if (AlwaysTrue())
290 if (AlwaysTrue())
    [all...]
gtest_unittest.cc 148 using testing::internal::AlwaysTrue;
    [all...]
gtest-port_test.cc 188 if (AlwaysTrue())
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 39 using testing::internal::AlwaysTrue;
118 if (AlwaysTrue())
290 if (AlwaysTrue())
    [all...]
gtest_unittest.cc 148 using testing::internal::AlwaysTrue;
    [all...]
gtest-port_test.cc 208 if (AlwaysTrue())
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 39 using testing::internal::AlwaysTrue;
281 if (AlwaysTrue())
    [all...]
gtest-port_test.cc 61 if (AlwaysTrue())
gtest_unittest.cc 152 using testing::internal::AlwaysTrue;
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/gtest/src/
gtest-death-test.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc     [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc     [all...]

Completed in 198 milliseconds

1 2