Home
last modified time | relevance | path

Searched refs:reportable_test_count (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc816 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
817 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
2734 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
3761 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
3790 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3813 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4121 OutputJsonKey(stream, kTestsuite, "tests", test_case.reportable_test_count(), in PrintJsonTestCase()
4159 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4185 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
4557 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
Dgtest-internal-inl.h557 int reportable_test_count() const;
/external/googletest/googletest/src/
Dgtest.cc801 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
802 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count); in reportable_test_count()
2723 int TestSuite::reportable_test_count() const { in reportable_test_count() function in testing::TestSuite
3805 StreamableToString(test_suite.reportable_test_count())); in PrintXmlTestSuite()
3834 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3857 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4168 OutputJsonKey(stream, kTestsuite, "tests", test_suite.reportable_test_count(), in PrintJsonTestSuite()
4206 OutputJsonKey(stream, kTestsuites, "tests", unit_test.reportable_test_count(), in PrintJsonUnitTest()
4232 if (unit_test.GetTestSuite(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
4615 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
Dgtest-internal-inl.h561 int reportable_test_count() const;
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc773 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
774 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
2698 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
3682 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
3710 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3734 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4034 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
4035 return impl()->reportable_test_count(); in reportable_test_count()
Dgtest-internal-inl.h551 int reportable_test_count() const;
/external/mesa3d/src/gtest/src/
Dgtest.cc772 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
773 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
2697 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
3681 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
3709 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3733 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4033 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
4034 return impl()->reportable_test_count(); in reportable_test_count()
Dgtest-internal-inl.h551 int reportable_test_count() const;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc772 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
773 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
2697 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
3681 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
3709 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
3733 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
4033 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
4034 return impl()->reportable_test_count(); in reportable_test_count()
Dgtest-internal-inl.h551 int reportable_test_count() const;
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h826 int reportable_test_count() const;
1218 int reportable_test_count() const;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h826 int reportable_test_count() const;
1218 int reportable_test_count() const;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h826 int reportable_test_count() const;
1218 int reportable_test_count() const;
/external/googletest/googletest/include/gtest/
Dgtest.h882 int reportable_test_count() const;
1333 int reportable_test_count() const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h867 int reportable_test_count() const;
1271 int reportable_test_count() const;
/external/epid-sdk/ext/gtest/
Dgtest-all.cc958 int reportable_test_count() const;
2220 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
2221 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
4149 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
5133 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
5161 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
5185 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
5485 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
5486 return impl()->reportable_test_count(); in reportable_test_count()
Dgtest.h19436 int reportable_test_count() const;
19828 int reportable_test_count() const;
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym21636 FUNC 39414 24 0 testing::internal::UnitTestImpl::reportable_test_count
21914 FUNC 39988 6 0 testing::UnitTest::reportable_test_count
22190 FUNC 39de4 10 0 testing::TestCase::reportable_test_count
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym23121 FUNC 55d60 24 0 testing::internal::UnitTestImpl::reportable_test_count
23419 FUNC 56640 8 0 testing::UnitTest::reportable_test_count
23686 FUNC 56e10 10 0 testing::TestCase::reportable_test_count