Home
last modified time | relevance | path

Searched refs:reportable_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.cc961 int reportable_test_count() const;
2234 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
2235 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
3851 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
4823 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
4851 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
4875 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
5186 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
5187 return impl()->reportable_test_count(); in reportable_test_count()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18207 int reportable_test_count() const;
18599 int reportable_test_count() const;