Searched refs:predicate (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-death-test.h | 168 # define ASSERT_EXIT(statement, predicate, regex) \ argument 169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_) 173 # define EXPECT_EXIT(statement, predicate, regex) \ argument 174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ argument 199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 282 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument 287 if (predicate(*it)) in CountIf()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 271 // print predicate call description
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 839 // Test taken directly from definition of is_convertible predicate in [meta.rel]p4.
|