Home
last modified time | relevance | path

Searched refs:failed_test_count (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc952 int failed_test_count() const;
2218 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
2219 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count()
3836 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase
4317 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
4318 if (failed_test_count == 0) { in PrintFailedTests()
4324 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests()
4354 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd()
4356 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local
4358 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18198 int failed_test_count() const;
18219 bool Failed() const { return failed_test_count() > 0; }
18590 int failed_test_count() const;