/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | ScheduledDeviceMetricCollectorTest.java | 81 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunSingleDevice() local 110 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunMultipleDevices() local
|
D | FilePullerLogCollectorTest.java | 70 Map<String, String> metrics = new HashMap<>(); in testPullAndLog() local 105 Map<String, String> metrics = new HashMap<>(); in testSkipTestCollection() local 134 Map<String, String> metrics = new HashMap<>(); in testPostProcessFiles() local
|
D | RuntimeRestartCollectorTest.java | 532 private static int getCount(Map<String, Metric> metrics) { in getCount() 550 private static void ensureNoMetricWithKeySuffix(Map<String, Metric> metrics, String suffix) { in ensureNoMetricWithKeySuffix() 567 Map<String, Metric> metrics, String suffix) { in getStringMetricValuesByKeySuffix() 586 Map<String, Metric> metrics, String suffix) { in getIntMetricValuesByKeySuffix() 598 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/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
|
D | VideoMultimeterRunner.java | 72 Map<String, String> metrics = new HashMap<String, String>(); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporterTest.java | 70 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local 139 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
|
D | ProtoResultParserTest.java | 138 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents() local 255 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto() local 406 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_subprocess() local 502 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto_partialEvents() local
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | MonkeyBrillopadForwarder.java | 116 public void testEnded(TestDescription monkeyTest, Map<String, String> metrics) { in testEnded() argument 185 MonkeyLogItem monkeyLog, Map<String, String> metrics, StringBuilder crashTrace) { in reportJavaCrashes() argument 198 LogcatItem systemLog, Map<String, String> metrics, StringBuilder crashTrace) { in reportNativeCrashes() argument 215 MonkeyLogItem monkeyLog, Map<String, String> metrics, StringBuilder crashTrace) { in reportAnrs() 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/contrib/src/com/android/regression/tests/ |
D | MetricsXmlParser.java | 74 public MetricsXmlHandler(Metrics metrics, Set<String> blacklistMetrics) { in MetricsXmlHandler() 135 Metrics metrics = new Metrics(strictMode); in parse() local 148 public static Metrics parse(Metrics metrics, Set<String> blacklistMetrics, InputStream is) in parse()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ConsoleResultReporter.java | 109 Map<String, String> metrics = testRunResult.getRunMetrics(); in getTestRunSummary() local 136 Map<String, String> metrics = testResult.getMetrics(); in getTestSummary() local
|
D | TextResultReporter.java | 59 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded() 69 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/asuite/aidegen/lib/ |
D | aidegen_metrics.py | 32 metrics = None variable
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | ConsoleResultReporterTest.java | 54 Map<String, String> metrics = new HashMap<>(); in testGetInvocationSummary_test_run_metrics() local 77 Map<String, String> metrics = new HashMap<>(); in testGetInvocationSummary_test_metrics() local
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/ |
D | MetricSummaryTest.java | 74 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testConversion() local
|
D | GameQualificationFpsCollectorTest.java | 63 List<GameQualificationMetric> metrics = mCollector.getElapsedTimes(); in basic() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 111 Map<String, String> metrics = new HashMap<>(); in testRun_suite() local 135 Map<String, String> metrics = new HashMap<>(); in testRun_includeFilter() local 246 Map<String, String> metrics = new HashMap<>(); in testRun_singleTest() local
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | MemoryTests.java | 43 public TestMetrics metrics = new TestMetrics(); field in MemoryTests
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtilTest.java | 43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | SliceTrack.kt | 46 val metrics = g.fontMetrics in paintComponent() constant
|