/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 241 EXPECT_EQ(0, unit_test->failed_test_count()); in TearDown() 254 EXPECT_EQ(0, test_suites[0]->failed_test_count()); in TearDown() 264 EXPECT_EQ(0, test_suites[1]->failed_test_count()); in TearDown() 273 EXPECT_EQ(0, test_suites[2]->failed_test_count()); in TearDown()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 242 EXPECT_EQ(0, unit_test->failed_test_count()); in TearDown() 255 EXPECT_EQ(0, test_cases[0]->failed_test_count()); in TearDown() 265 EXPECT_EQ(0, test_cases[1]->failed_test_count()); in TearDown() 274 EXPECT_EQ(0, test_cases[2]->failed_test_count()); in TearDown()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 730 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 731 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2335 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 2802 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 2803 if (failed_test_count == 0) { in PrintFailedTests() 2809 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 2839 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 2841 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 2843 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3250 test_case.failed_test_count(), in PrintXmlTestCase() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 730 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 731 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2335 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 2803 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 2804 if (failed_test_count == 0) { in PrintFailedTests() 2810 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 2840 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 2842 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 2844 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3251 test_case.failed_test_count(), in PrintXmlTestCase() [all …]
|
D | gtest-internal-inl.h | 543 int failed_test_count() const;
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 731 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 732 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2365 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 2828 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 2829 if (failed_test_count == 0) { in PrintFailedTests() 2835 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 2865 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 2867 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 2869 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3303 test_case.failed_test_count(), in PrintXmlTestCase() [all …]
|
D | gtest-internal-inl.h | 550 int failed_test_count() const;
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 757 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 758 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2683 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 3171 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3172 if (failed_test_count == 0) { in PrintFailedTests() 3178 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 3208 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3210 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3212 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3684 StreamableToString(test_case.failed_test_count())); in PrintXmlTestCase() [all …]
|
D | gtest-internal-inl.h | 542 int failed_test_count() const;
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 756 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 757 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2682 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 3170 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3171 if (failed_test_count == 0) { in PrintFailedTests() 3177 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 3207 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3209 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3211 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3683 StreamableToString(test_case.failed_test_count())); in PrintXmlTestCase() [all …]
|
D | gtest-internal-inl.h | 542 int failed_test_count() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 756 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 757 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2682 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 3170 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3171 if (failed_test_count == 0) { in PrintFailedTests() 3177 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 3207 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3209 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3211 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3683 StreamableToString(test_case.failed_test_count())); in PrintXmlTestCase() [all …]
|
D | gtest-internal-inl.h | 542 int failed_test_count() const;
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 800 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 801 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 2719 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 3239 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3240 if (failed_test_count == 0) { in PrintFailedTests() 3246 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 3276 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3278 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3280 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3764 StreamableToString(test_case.failed_test_count())); in PrintXmlTestCase() [all …]
|
/external/googletest/googletest/src/ |
D | gtest.cc | 785 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 786 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count() 2708 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite 3239 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3240 if (failed_test_count == 0) { in PrintFailedTests() 3246 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3307 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3309 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3311 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3808 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite() [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest.h | 779 int failed_test_count() const; 794 bool Failed() const { return failed_test_count() > 0; } in Failed() 1147 int failed_test_count() const;
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 779 int failed_test_count() const; 794 bool Failed() const { return failed_test_count() > 0; } in Failed() 1146 int failed_test_count() const;
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 779 int failed_test_count() const; 794 bool Failed() const { return failed_test_count() > 0; } in Failed() 1144 int failed_test_count() const;
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 949 int failed_test_count() const; 2204 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 2205 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 4134 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 4622 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 4623 if (failed_test_count == 0) { in PrintFailedTests() 4629 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 4659 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 4661 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 4663 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() [all …]
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 817 int failed_test_count() const; 838 bool Failed() const { return failed_test_count() > 0; } in Failed() 1209 int failed_test_count() const;
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 817 int failed_test_count() const; 838 bool Failed() const { return failed_test_count() > 0; } in Failed() 1209 int failed_test_count() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 817 int failed_test_count() const; 838 bool Failed() const { return failed_test_count() > 0; } in Failed() 1209 int failed_test_count() const;
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 873 int failed_test_count() const; 894 bool Failed() const { return failed_test_count() > 0; } in Failed() 1324 int failed_test_count() const;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 858 int failed_test_count() const; 879 bool Failed() const { return failed_test_count() > 0; } in Failed() 1262 int failed_test_count() const;
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 540 int failed_test_count() const;
|