/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollectorTest.java | 94 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_oneDevice_perRun() local 129 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_multipleDevice_perRun() local 153 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_onDevice_twoTests() local 215 Map<String, List<Double>> metrics = new HashMap<>(); in createFakeTimingMetrics() local
|
D | FilePullerLogCollectorTest.java | 72 Map<String, String> metrics = new HashMap<>(); in testSkipStub() local 101 Map<String, String> metrics = new HashMap<>(); in testPullAndLog() local 137 Map<String, String> metrics = new HashMap<>(); in testSkipTestCollection() local 166 Map<String, String> metrics = new HashMap<>(); in testPostProcessFiles() local
|
D | ScheduledDeviceMetricCollectorTest.java | 81 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunSingleDevice() local 110 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunMultipleDevices() local
|
D | RuntimeRestartCollectorTest.java | 533 private static int getCount(Map<String, Metric> metrics) { in getCount() 551 private static void ensureNoMetricWithKeySuffix(Map<String, Metric> metrics, String suffix) { in ensureNoMetricWithKeySuffix() 568 Map<String, Metric> metrics, String suffix) { in getStringMetricValuesByKeySuffix() 587 Map<String, Metric> metrics, String suffix) { in getIntMetricValuesByKeySuffix() 599 Map<String, Metric> metrics, String suffix) { in getLongMetricValuesByKeySuffix()
|
D | ScheduleMultipleDeviceMetricCollectorTest.java | 160 HashMap<String, Metric> metrics = new HashMap<>(); in testMultipleMetricCollector_success() local 182 HashMap<String, Metric> metrics = new HashMap<>(); in testMultipleMetricCollector_noFailureEvenIfNoCollectorRequested() local 226 HashMap<String, Metric> metrics = new HashMap<>(); in testMultipleMetricCollector_collectorNotFound() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/ |
D | TfObjectTrackerTest.java | 43 Map<String, Long> metrics = logMetric(testGroup, true, CommandOptions.class); in testNotTracking() local 52 Map<String, Long> metrics = logMetric(testGroup, true, SuiteApkInstaller.class); in testTrackingWithParents() local 70 Map<String, Long> metrics = logMetric(testGroup, false, SuiteApkInstaller.class); in testTracking() local 90 Map<String, Long> metrics = logMetric(testGroup, true, TestObject.class); in testInternalClass() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraShotToShotLatencyTest.java | 78 Map<String, String> metrics = parseOutputFile(); in run() local 123 Map<String, String> metrics = new HashMap<String, String>(); in parseOutputFile() local 176 Map<String, String> metrics) { in reportMetrics() argument
|
D | CameraSettingsTest.java | 98 Map<String, String> metrics = parseOutputFile(); in run() local 147 Map<String, String> metrics = new HashMap<String, String>(); in parseOutputFile() local 214 Map<String, String> metrics) { in reportMetrics() argument
|
D | PanoramaBenchMarkTest.java | 69 Map<String, String> metrics = new HashMap<String, String>(); in run() local 121 Map<String, String> metrics) { in reportMetrics() argument
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 125 Map<String, String> metrics = new HashMap<>(); in run() local 144 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialRead() argument 154 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialWrite() argument 165 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomRead() argument 178 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomWrite() argument 208 Map<String, String> metrics) in runTest() argument
|
D | AppInstallTest.java | 137 Map<String, String> metrics = new HashMap<>(); in run() local 249 ITestInvocationListener listener, String runName, Map<String, String> metrics) { in reportMetrics() argument
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TextResultReporter.java | 57 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded() 67 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
|
D | JUnitToInvocationResultForwarder.java | 91 public void endTest(Test test, HashMap<String, Metric> metrics) { in endTest() 93 listener.testEnded(getTestId(test), metrics); in endTest() local
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | MetricsXmlParser.java | 74 public MetricsXmlHandler(Metrics metrics, Set<String> blocklistMetrics) { in MetricsXmlHandler() 135 Metrics metrics = new Metrics(strictMode); in parse() local 148 public static Metrics parse(Metrics metrics, Set<String> blocklistMetrics, InputStream is) in parse()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporterTest.java | 73 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local 165 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
|
D | ProtoResultParserTest.java | 145 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents() local 365 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto() local 560 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_subprocess() local 656 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto_partialEvents() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/ |
D | StatsdGenericPostProcessorTest.java | 458 Map<String, Metric.Builder> metrics, Object value, List<String> keyComponents) { in assertMetricsContain() 478 Map<String, Metric.Builder> metrics, List<String> keyComponents) { in assertMetricsDoNotContain() 517 private ConfigMetricsReportList generateReportListProto(EventMetricData metrics) { in generateReportListProto()
|
/tools/asuite/aidegen/lib/ |
D | aidegen_metrics_unittest.py | 31 metrics = None variable
|
D | aidegen_metrics.py | 45 metrics = None variable
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/ |
D | GameQualificationFpsCollectorTest.java | 63 List<GameQualificationMetric> metrics = mCollector.getElapsedTimes(); in basic() local
|
D | MetricSummaryTest.java | 74 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testConversion() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 120 Map<String, String> metrics = new HashMap<>(); in testRun_suite() local 144 Map<String, String> metrics = new HashMap<>(); in testRun_includeFilter() local 255 Map<String, String> metrics = new HashMap<>(); in testRun_singleTest() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtilTest.java | 43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | MemoryTests.java | 49 public TestMetrics metrics = new TestMetrics(); field in MemoryTests
|
/tools/loganalysis/test_framework/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollector.java | 128 Map<String, List<Double>> metrics = parse(logcatData); in onTestRunEnd() local 167 Map<String, List<Double>> metrics = new HashMap<>(); in parse() local
|