/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | CtsXmlResultReporterTest.java | 148 mResultReporter.testRunEnded(3000, emptyMap); in testSinglePass() 183 mResultReporter.testRunEnded(3, emptyMap); in testSingleFail() 219 mResultReporter.testRunEnded(3, emptyMap); in testIncludeTestLogTags() 239 mResultReporter.testRunEnded(3, emptyMap); in testDeviceSetup()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ModuleListener.java | 124 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ModuleListener 126 mListener.testRunEnded(elapsedTime, metrics); in testRunEnded()
|
D | ConsoleReporter.java | 146 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ConsoleReporter
|
D | ResultReporter.java | 334 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ResultReporter
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | NoOpTestInvocationListener.java | 118 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) {} in testRunEnded() method in NoOpTestInvocationListener
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | JarHostTestTest.java | 84 listener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(Collections.EMPTY_MAP)); in testRun()
|
D | DeqpTestRunnerTest.java | 221 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testGlesVersion() 367 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testResultCode() 533 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_multipleTests() 652 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_unexecutableTests() 715 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_queryPmListFailure() 776 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_queryRenderabilityFailure() 901 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testOrientation() 1155 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_unsupportedPixelFormat() 1301 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_sessionInfoValueMissing() 1463 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_resultEventTypeMissing() [all …]
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | ResultFilter.java | 134 super.testRunEnded(0, new HashMap<String, String>()); in reportUnexecutedTests()
|
D | GeeTestResultParser.java | 370 listener.testRunEnded(mTotalRunTime, getRunMetrics()); in reportTestRunEnded() 639 listener.testRunEnded(mTotalRunTime, getRunMetrics()); in handleTestRunFailed()
|
D | JUnitDeviceTest.java | 141 listener.testRunEnded(System.currentTimeMillis() - startTime, in run()
|
D | TestNGDeviceTest.java | 137 listener.testRunEnded(System.currentTimeMillis() - startTime, in run()
|
D | CtsTest.java | 1226 listener.testRunEnded(0, metrics); in forwardPackageDetails()
|
D | DeqpTestRunner.java | 1914 listener.testRunEnded(0, emptyMap); in run()
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 129 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting() 165 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_moduleNotDone()
|
D | ConsoleReporterTest.java | 82 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_singleModule()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | IssueReporter.java | 141 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in IssueReporter
|
D | CtsXmlResultReporter.java | 329 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in CtsXmlResultReporter
|
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
D | DalvikTest.java | 351 listener.testRunEnded(Integer.parseInt(parts[1]), in run()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |