Home
last modified time | relevance | path

Searched refs:testLogs (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessorTest.java93 Map<String, LogFile> testLogs = new HashMap<>(); in testNoMetricsByDefault() local
94 testLogs.put( in testNoMetricsByDefault()
99 mProcessor.processRunMetricsAndLogs(new HashMap<>(), testLogs); in testNoMetricsByDefault()
116 Map<String, LogFile> testLogs = new HashMap<>(); in testMetricsFilterWithRegEx() local
117 testLogs.put( in testMetricsFilterWithRegEx()
122 mProcessor.processRunMetricsAndLogs(new HashMap<>(), testLogs); in testMetricsFilterWithRegEx()
146 Map<String, LogFile> testLogs = new HashMap<>(); in testMetricsFilterWithRegExAndReplacePrefix() local
147 testLogs.put( in testMetricsFilterWithRegExAndReplacePrefix()
152 .processRunMetricsAndLogs(new HashMap<>(), testLogs); in testMetricsFilterWithRegExAndReplacePrefix()
174 Map<String, LogFile> testLogs = new HashMap<>(); in testAllMetricsOptionIgnoresFilter() local
[all …]
DStatsdGenericPostProcessorTest.java106 Map<String, LogFile> testLogs = new HashMap<>(); in testParsingTestMetrics() local
107 testLogs.put( in testParsingTestMetrics()
112 new TestDescription("class", "test"), new HashMap<>(), testLogs); in testParsingTestMetrics()
DBasePostProcessorTest.java61 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
76 for (String dataName : testLogs.keySet()) { in processTestMetricsAndLogs()
79 TfMetricProtoUtil.stringToMetric(testLogs.get(dataName).getPath()) in processTestMetricsAndLogs()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdGenericPostProcessor.java80 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
81 return processStatsdReportsFromLogs(testLogs); in processTestMetricsAndLogs()
DIPostProcessor.java69 Map<String, LogFile> testLogs); in processTestMetricsAndLogs() argument
DAggregatePostProcessor.java63 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
DBasePostProcessor.java70 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessor.java158 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
160 return processPerfettoMetrics(filterPerfeticMetricFiles(testLogs)); in processTestMetricsAndLogs()