/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2LatencyTest.java | 64 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument 66 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local 69 private Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | CameraShotLatencyTest.java | 68 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument 70 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local 73 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | CameraBurstStartupTest.java | 62 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument 64 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local 67 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | Camera2StressTest.java | 81 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 144 private void parseLog(String testName, Map<String, String> testMetrics) { in parseLog() argument
|
D | Camera2FrameworkStressTest.java | 86 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument 97 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | CameraStartupTest.java | 195 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument 208 public Map<String, String> parseResults(Map<String, String> testMetrics) { in parseResults() argument
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FilteredResultForwarder.java | 55 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 63 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 71 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 79 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
|
D | TestResultListener.java | 74 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 80 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 87 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 94 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | StubTestRunListener.java | 32 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
|
D | ResultForwarder.java | 312 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 318 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | NameMangleListener.java | 68 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | LogcatCrashResultForwarder.java | 85 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | InvocationToJUnitResultForwarder.java | 52 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | CollectingTestListener.java | 283 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 289 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 203 public default void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 216 public default void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) {} in testEnded() 227 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 240 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/ |
D | AggregatePostProcessorTest.java | 83 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingularDoubleMetric() local 185 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testListDoubleMetric() local 276 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testNonNumericMetric() local 318 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testEmptyResult() local 360 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingleRun() local
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 69 HashMap<String, Metric> testMetrics, in processTestMetricsAndLogs() 219 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 225 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 230 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 236 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | IPostProcessor.java | 68 HashMap<String, Metric> testMetrics, in processTestMetricsAndLogs()
|
D | AggregatePostProcessor.java | 62 HashMap<String, Metric> testMetrics, in processTestMetricsAndLogs()
|
D | StatsdGenericPostProcessor.java | 79 HashMap<String, Metric> testMetrics, in processTestMetricsAndLogs()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 65 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | JsonHttpTestResultReporterTest.java | 122 Map<String, String> testMetrics = new HashMap<String, String>(1); in injectTestRun() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 147 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 153 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 139 public void testEnded(TestIdentifier testId, Map<String, String> testMetrics) { in testEnded() argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 336 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 342 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|