/external/libtextclassifier/native/utils/testing/ |
D | logging_event_listener.cc | 97 TC3_LOG(ERROR) << "[ FAILED ] " << unit_test.failed_test_count() in OnTestIterationEnd() 101 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in OnTestIterationEnd()
|
/external/icing/icing/testing/ |
D | logging-event-listener.cc | 98 ICING_LOG(ERROR) << "[ FAILED ] " << unit_test.failed_test_count() in OnTestIterationEnd() 102 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in OnTestIterationEnd()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/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/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 232 EXPECT_EQ(0, unit_test->failed_test_count()); in TearDown() 245 EXPECT_EQ(0, test_suites[0]->failed_test_count()); in TearDown() 255 EXPECT_EQ(0, test_suites[1]->failed_test_count()); in TearDown() 264 EXPECT_EQ(0, test_suites[2]->failed_test_count()); in TearDown()
|
/external/perfetto/test/ |
D | gtest_logcat_printer.cc | 76 test_case.failed_test_count()); in OnTestCaseEnd()
|
/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/llvm-project/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/rust/crates/quiche/deps/boringssl/src/third_party/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() 2721 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite 3252 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3253 if (failed_test_count == 0) { in PrintFailedTests() 3259 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3320 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3322 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3324 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3824 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 779 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 780 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count() 2718 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite 3290 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3291 if (failed_test_count == 0) { in PrintFailedTests() 3297 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3358 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 3360 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 3362 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() 3865 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite() [all …]
|
D | gtest-internal-inl.h | 556 int failed_test_count() const;
|
/external/googletest/googletest/src/ |
D | gtest.cc | 985 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 986 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count() 2916 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite 3534 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3536 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in PrintFailedTests() 3540 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3554 printf("\n%2d FAILED %s\n", failed_test_count, in PrintFailedTests() 3555 failed_test_count == 1 ? "TEST" : "TESTS"); in PrintFailedTests() 4300 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite() 4335 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest() [all …]
|
D | gtest-internal-inl.h | 558 int failed_test_count() const;
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 918 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 919 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count() 2797 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite 3358 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 3360 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in PrintFailedTests() 3364 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3378 printf("\n%2d FAILED %s\n", failed_test_count, in PrintFailedTests() 3379 failed_test_count == 1 ? "TEST" : "TESTS"); in PrintFailedTests() 3939 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite() 3970 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest() [all …]
|
/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/fmtlib/test/ |
D | gmock-gtest-all.cc | 958 int failed_test_count() const; 2184 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl 2185 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count() 3717 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 4195 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 4196 if (failed_test_count == 0) { in PrintFailedTests() 4202 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 4232 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 4234 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 4236 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() [all …]
|
/external/llvm-project/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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 865 int failed_test_count() const; 887 return failed_test_count() > 0 || ad_hoc_test_result().Failed(); in Failed() 1323 int failed_test_count() const;
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 871 int failed_test_count() const; 892 bool Failed() const { return failed_test_count() > 0; } in Failed() 1328 int failed_test_count() const;
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 883 int failed_test_count() const; 905 return failed_test_count() > 0 || ad_hoc_test_result().Failed(); in Failed() 1345 int failed_test_count() const;
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 858 int failed_test_count() const; 879 bool Failed() const { return failed_test_count() > 0; } in Failed() 1309 int failed_test_count() const;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-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() 4130 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase 4618 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local 4619 if (failed_test_count == 0) { in PrintFailedTests() 4625 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests() 4655 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() 4657 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local 4659 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd() [all …]
|