HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysFalse (Results 1 - 23 of 23) sorted by null

  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 153 } while (::testing::internal::AlwaysFalse())
170 } while (::testing::internal::AlwaysFalse())
216 } while (::testing::internal::AlwaysFalse())
230 } while (::testing::internal::AlwaysFalse())
gtest-death-test.h 248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 153 } while (::testing::internal::AlwaysFalse())
170 } while (::testing::internal::AlwaysFalse())
216 } while (::testing::internal::AlwaysFalse())
230 } while (::testing::internal::AlwaysFalse())
gtest-death-test.h 248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 153 } while (::testing::internal::AlwaysFalse())
170 } while (::testing::internal::AlwaysFalse())
216 } while (::testing::internal::AlwaysFalse())
230 } while (::testing::internal::AlwaysFalse())
gtest-death-test.h 248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
286 if (AlwaysFalse())
297 if (AlwaysFalse())
300 if (AlwaysFalse())
    [all...]
gtest_repeat_test.cc 74 } while(::testing::internal::AlwaysFalse())
gtest-port_test.cc 184 if (AlwaysFalse())
193 if (AlwaysFalse())
    [all...]
gtest_unittest.cc 147 using testing::internal::AlwaysFalse;
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
277 if (AlwaysFalse())
288 if (AlwaysFalse())
291 if (AlwaysFalse())
    [all...]
gtest_repeat_test.cc 74 } while(::testing::internal::AlwaysFalse())
gtest-port_test.cc 57 if (AlwaysFalse())
66 if (AlwaysFalse())
gtest_unittest.cc 151 using testing::internal::AlwaysFalse;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 296 } else if (::testing::internal::AlwaysFalse()) { \
gtest-internal.h 728 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 296 } else if (::testing::internal::AlwaysFalse()) { \
gtest-internal.h 754 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 262 } else if (::testing::internal::AlwaysFalse()) { \
gtest-internal.h 755 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 241 } while (::testing::internal::AlwaysFalse())
261 } while (::testing::internal::AlwaysFalse())
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 241 } while (::testing::internal::AlwaysFalse())
261 } while (::testing::internal::AlwaysFalse())
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 228 } while (::testing::internal::AlwaysFalse())
248 } while (::testing::internal::AlwaysFalse())
    [all...]

Completed in 216 milliseconds