Home
last modified time | relevance | path

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

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DLogcatTimingMetricCollectorTest.java94 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
DFilePullerLogCollectorTest.java72 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
DScheduledDeviceMetricCollectorTest.java81 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunSingleDevice() local
110 HashMap<String, Metric> metrics = new HashMap<>(); in testSetupAndPeriodicRunMultipleDevices() local
DRuntimeRestartCollectorTest.java533 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()
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/core/tests/src/com/android/tradefed/invoker/logger/
DTfObjectTrackerTest.java43 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/
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
/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/core/src/com/android/tradefed/result/
DTextResultReporter.java57 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded()
67 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/tradefederation/contrib/src/com/android/regression/tests/
DMetricsXmlParser.java74 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/
DStreamProtoResultReporterTest.java73 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local
165 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
DProtoResultParserTest.java145 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/
DStatsdGenericPostProcessorTest.java458 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/
Daidegen_metrics_unittest.py31 metrics = None variable
Daidegen_metrics.py45 metrics = None variable
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DGameQualificationFpsCollectorTest.java63 List<GameQualificationMetric> metrics = mCollector.getElapsedTimes(); in basic() local
DMetricSummaryTest.java74 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testConversion() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceTestCaseTest.java120 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/
DTfMetricProtoUtilTest.java43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java49 public TestMetrics metrics = new TestMetrics(); field in MemoryTests
/tools/loganalysis/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java128 Map<String, List<Double>> metrics = parse(logcatData); in onTestRunEnd() local
167 Map<String, List<Double>> metrics = new HashMap<>(); in parse() local

1234