Searched defs:AlwaysTrue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_client_impl_unittest.cc452 Status AlwaysTrue(bool* is_met) { function in namespace:__anon5913
615 Status status = client.HandleEventsUntil(base::Bind(&AlwaysTrue),
627 Status status = client.HandleEventsUntil(base::Bind(&AlwaysTrue),
639 Status status = client.HandleEventsUntil(base::Bind(&AlwaysTrue),
651 Status status = client.HandleEventsUntil(base::Bind(&AlwaysTrue),
/external/clang/lib/Analysis/
H A DCFG.cpp706 bool AlwaysTrue = true, AlwaysFalse = true; local
719 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue());
722 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue());
727 if (AlwaysTrue || AlwaysFalse) {
729 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue);
730 return TryResult(AlwaysTrue);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4926 bool AlwaysTrue() { function
4928 // This condition is always false so AlwaysTrue() never actually throws,
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4533 bool AlwaysTrue() { function
4535 // This condition is always false so AlwaysTrue() never actually throws,
/external/gtest/src/
H A Dgtest.cc4650 bool AlwaysTrue() { function
4652 // This condition is always false so AlwaysTrue() never actually throws,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4501 bool AlwaysTrue() { function
4503 // This condition is always false so AlwaysTrue() never actually throws,
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4533 bool AlwaysTrue() { function
4535 // This condition is always false so AlwaysTrue() never actually throws,
/external/protobuf/gtest/src/
H A Dgtest.cc4317 bool AlwaysTrue() { function
4319 // This condition is always false so AlwaysTrue() never actually throws,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc273 // if (::testing::internal::AlwaysTrue()) { statement; }
287 if (::testing::internal::AlwaysTrue()) { statement; }\
301 if (::testing::internal::AlwaysTrue()) { statement; }\
6134 bool AlwaysTrue() { function
6136 // This condition is always false so AlwaysTrue() never actually throws,
7706 while (::testing::internal::AlwaysTrue()) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc273 // if (::testing::internal::AlwaysTrue()) { statement; }
287 if (::testing::internal::AlwaysTrue()) { statement; }\
301 if (::testing::internal::AlwaysTrue()) { statement; }\
6134 bool AlwaysTrue() { function
6136 // This condition is always false so AlwaysTrue() never actually throws,
7706 while (::testing::internal::AlwaysTrue()) {

Completed in 1864 milliseconds