Searched refs:predicate (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc681 // the given predicate.
683 inline int CountIf(const Container& c, Predicate predicate) { argument
688 if (predicate(*it))
744 // A predicate that checks the key of a TestProperty against a known key.
2090 // This predicate-formatter checks that 'results' contains a test part
2562 // any predicate involving a NaN must return false.
3739 // A predicate that checks the test name of a TestInfo against a known
5622 // A predicate that checks the name of a TestCase against a known
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8273 // predicate, and its stderr output matches a user-supplied regular
8275 // The user-supplied predicate may be a macro expression rather
8342 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
8601 // integer exit status that satisfies predicate, and emitting error output
8603 # define ASSERT_EXIT(statement, predicate, regex) \
8604 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
8608 # define EXPECT_EXIT(statement, predicate, regex) \
8609 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
8622 // Two predicate classe
[all...]

Completed in 58 milliseconds