| /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 | ITestLifeCycleReceiver.java | 172 public default void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 185 public default void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) {} in testEnded() 196 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 209 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
| D | ResultForwarder.java | 258 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 264 public void testEnded(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 | CollectingTestListener.java | 262 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 268 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/ |
| D | AggregatePostProcessorTest.java | 81 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingularDoubleMetric() local 171 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testListDoubleMetric() local 251 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testNonNumericMetric() local 289 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testEmptyResult() local 327 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingleRun() local
|
| /tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
| D | BasePostProcessor.java | 61 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics() 172 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 178 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument 183 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 189 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
| D | IPostProcessor.java | 61 TestDescription testDescription, HashMap<String, Metric> testMetrics); in processTestMetrics()
|
| D | AggregatePostProcessor.java | 57 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics()
|
| /tools/tradefederation/contrib/src/com/android/framework/tests/ |
| D | FrameworkStressTest.java | 97 Map<String, String> testMetrics = res.getMetrics(); in run() local 144 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
|
| D | FrameworkPerfTest.java | 130 Map<String, String> testMetrics = testResults.get(0).getMetrics(); in run() local
|
| D | DataIdleTest.java | 103 Map<String, String> testMetrics = testResults.iterator().next().getMetrics(); in run() local
|
| /tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
| D | TestRunToTestInvocationForwarder.java | 149 public void testEnded(TestIdentifier testId, Map<String, String> testMetrics) { in testEnded() argument 169 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> testMetrics) { in testEnded() argument
|
| /tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
| D | BaseGameQualificationMetricCollector.java | 163 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument 168 … public final void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
| D | ModuleListener.java | 121 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 127 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
| D | JsonHttpTestResultReporterTest.java | 106 Map<String, String> testMetrics = new HashMap<String, String>(1); in injectTestRun() local
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/host/ |
| D | PrettyTestEventLogger.java | 63 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
|
| /tools/tradefederation/contrib/src/com/android/graphics/tests/ |
| D | ImageProcessingTest.java | 97 Map<String, String> testMetrics = testCaseResult.getMetrics(); in run() local
|
| /tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
| D | BaseDeviceMetricCollector.java | 227 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 233 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|