Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 25 of 81) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DScheduledDeviceMetricCollectorTest.java81 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunSingleDevice() local
110 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunMultipleDevices() local
DFilePullerLogCollectorTest.java70 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
DRuntimeRestartCollectorTest.java532 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()
DScheduleMultipleDeviceMetricCollectorTest.java160 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/
DCameraShotToShotLatencyTest.java78 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
DCameraSettingsTest.java98 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
DPanoramaBenchMarkTest.java69 Map<String, String> metrics = new HashMap<String, String>(); in run() local
121 Map<String, String> metrics) { in reportMetrics() argument
DVideoMultimeterRunner.java72 Map<String, String> metrics = new HashMap<String, String>(); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java70 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local
139 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
DProtoResultParserTest.java138 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/
DMonkeyBrillopadForwarder.java116 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/
DEmmcPerformanceTest.java125 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
DAppInstallTest.java137 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/
DMetricsXmlParser.java74 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/
DConsoleResultReporter.java109 Map<String, String> metrics = testRunResult.getRunMetrics(); in getTestRunSummary() local
136 Map<String, String> metrics = testResult.getMetrics(); in getTestSummary() local
DTextResultReporter.java59 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded()
69 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
DJUnitToInvocationResultForwarder.java91 public void endTest(Test test, HashMap<String, Metric> metrics) { in endTest()
93 listener.testEnded(getTestId(test), metrics); in endTest() local
/tools/asuite/aidegen/lib/
Daidegen_metrics.py32 metrics = None variable
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DConsoleResultReporterTest.java54 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/
DMetricSummaryTest.java74 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testConversion() local
DGameQualificationFpsCollectorTest.java63 List<GameQualificationMetric> metrics = mCollector.getElapsedTimes(); in basic() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceTestCaseTest.java111 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/
DMemoryTests.java43 public TestMetrics metrics = new TestMetrics(); field in MemoryTests
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/
DTfMetricProtoUtilTest.java43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt46 val metrics = g.fontMetrics in paintComponent() constant

1234