Searched defs:Failed (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.cc977 bool Passed() const { return !Failed(); }
981 bool Failed() const { function in class:testing::internal::UnitTestImpl
982 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
1068 << "Failed to get the current working directory.";
1821 return test_case->should_run() && test_case->Failed();
3331 bool TestResult::Failed() const { function in class:testing::TestResult
4284 if (test_info.result()->Failed())
5212 bool UnitTest::Failed() const { return impl()->Failed(); } function in class:testing::UnitTest
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8524 // << "Failed to die on request " << i;
17096 kNonFatalFailure, // Failed but the test can continue.
17097 kFatalFailure // Failed and the test should be terminated.
17929 bool Passed() const { return !Failed(); }
17932 bool Failed() const;
18216 bool Passed() const { return !Failed(); }
18219 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
18281 return test_info->should_run() && test_info->result()->Failed();
18619 bool Failed() const;
19276 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
[all...]

Completed in 166 milliseconds