Searched refs:test_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/
H A Dgtest-all.cc967 int test_to_run_count() const;
2244 int UnitTestImpl::test_to_run_count() const { function in class:testing::internal::UnitTestImpl
2245 return SumOverTestCaseList(test_cases_, &TestCase::test_to_run_count);
3856 int TestCase::test_to_run_count() const { function in class:testing::TestCase
4233 FormatTestCount(unit_test.test_to_run_count()).c_str(),
4247 FormatCountableNoun(test_case.test_to_run_count(), "test", "tests");
4300 FormatCountableNoun(test_case.test_to_run_count(), "test", "tests");
4344 FormatTestCount(unit_test.test_to_run_count()).c_str(),
5194 int UnitTest::test_to_run_count() const { return impl()->test_to_run_count(); } function in class:testing::UnitTest
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18210 int test_to_run_count() const;
18605 int test_to_run_count() const;

Completed in 5046 milliseconds