/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 123 void ListeningReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::ListeningReporter 125 listener->testRunEnded( testRunStats ); in testRunEnded() 127 m_reporter->testRunEnded( testRunStats ); in testRunEnded()
|
D | catch_reporter_tap.hpp | 53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded() function 56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
|
D | catch_reporter_compact.h | 35 void testRunEnded(TestRunStats const& _testRunStats) override;
|
D | catch_reporter_xml.cpp | 211 void XmlReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::XmlReporter 212 StreamingReporterBase::testRunEnded( testRunStats ); in testRunEnded()
|
D | catch_reporter_xml.h | 51 void testRunEnded(TestRunStats const& testRunStats) override;
|
D | catch_reporter_compact.cpp | 282 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() function in Catch::CompactReporter 285 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
|
D | catch_reporter_listening.h | 48 void testRunEnded( TestRunStats const& testRunStats ) override;
|
D | catch_reporter_console.h | 48 void testRunEnded(TestRunStats const& _testRunStats) override;
|
D | catch_reporter_bases.hpp | 75 void testRunEnded(TestRunStats const& /* _testRunStats */) override { in testRunEnded() function 230 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded() function
|
D | catch_reporter_console.cpp | 438 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() function in Catch::ConsoleReporter 442 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 262 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testGlesVersion() 401 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testResultCode() 559 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_multipleTests() 653 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testFiltering() 796 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_excludeAll() 902 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_unexecutableTests() 949 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_queryPmListFailure() 995 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_queryRenderabilityFailure() 1108 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testOrientation() 1322 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_unsupportedPixelFormat() [all …]
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded() function 56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
|
D | catch.hpp | 5040 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0; 5132 void testRunEnded(TestRunStats const& /* _testRunStats */) override { in testRunEnded() function 5286 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded() function 5481 void testRunEnded(TestRunStats const& _testRunStats) override; 5523 void testRunEnded(TestRunStats const& _testRunStats) override; 5738 void testRunEnded(TestRunStats const& testRunStats) override; 8903 void testRunEnded( TestRunStats const& testRunStats ) override; 10315 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext() 10530 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition() 13310 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() function in Catch::CompactReporter [all …]
|
/external/junit/src/main/java/junit/runner/ |
D | TestRunListener.java | 16 public void testRunEnded(long elapsedTime); in testRunEnded() method
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 85 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext() 301 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition()
|
D | catch_interfaces_reporter.h | 202 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
|
/external/catch2/docs/ |
D | event-listeners.md | 52 virtual void testRunEnded( TestRunStats const& testRunStats );
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 316 virtual void testRunEnded( Catch::TestRunStats const& testRunStats ) override { in testRunEnded() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5262 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0; 5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext() 6055 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, false ) ); in handleFatalErrorCondition() 7599 virtual void testRunEnded( TestRunStats const& testRunStats ); 7671 void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::LegacyReporterAdapter 8481 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function in Catch::MultipleReporters 8485 (*it)->testRunEnded( testRunStats ); in testRunEnded() 8569 virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) CATCH_OVERRIDE { in testRunEnded() function 8708 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function 9244 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function in Catch::XmlReporter [all …]
|
/external/autotest/server/cros/tradefed_test_unittest_data/ |
D | CtsPrintTestCases.txt | 102 05-19 13:06:46 D/ModuleListener: ModuleListener.testRunEnded(0, {}) 123 05-19 13:16:52 D/ModuleListener: ModuleListener.testRunEnded(0, {}) 293 05-19 13:29:36 D/ModuleListener: ModuleListener.testRunEnded(755592, {})
|
D | GtsPlacementTestCases.txt | 188 07-24 06:00:36 D/ModuleListener: ModuleListener.testRunEnded(553, {}) 379 07-24 06:00:41 D/ModuleListener: ModuleListener.testRunEnded(551, {}) 568 07-24 06:00:45 D/ModuleListener: ModuleListener.testRunEnded(585, {})
|
D | CtsSecurityTestCases.txt | 119 03-13 22:31:06 D/ModuleListener: ModuleListener.testRunEnded(0, {})
|
D | CtsAppTestCases-retry.txt | 275 03-26 16:22:00 D/ModuleListener: ModuleListener.testRunEnded(7317, {})
|
D | CtsHostsideNetworkTests.txt | 331 03-22 23:14:51 D/ModuleListener: ModuleListener.testRunEnded(65800, {}) 892 03-22 23:19:26 D/ModuleListener: ModuleListener.testRunEnded(275561, {})
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 2109 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run()
|