Home
last modified time | relevance | path

Searched refs:test_case_to_run_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.cc946 int test_case_to_run_count() const;
2208 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count() function in testing::internal::UnitTestImpl
4234 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationStart()
4345 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationEnd()
5163 int UnitTest::test_case_to_run_count() const { in test_case_to_run_count() function in testing::UnitTest
5164 return impl()->test_case_to_run_count(); in test_case_to_run_count()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18584 int test_case_to_run_count() const;