Searched defs:currentMetrics (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollectorTest.java | 92 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testPullMatchingKey() local 114 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testPullMultipleMatchingKeyInMetrics() local 143 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testPullMatchingKeyPattern() local 165 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testMetricFileProcessingFlow() local 192 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testPatternNotMatching() local 212 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testPullMatchingDirectory() local 234 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testCompressDirectoryOption() local
|
D | ShowmapPullerMetricCollectorTest.java | 104 HashMap<String, Metric> currentMetrics = new HashMap<>(); in test16ColumnHeaders() local 155 HashMap<String, Metric> currentMetrics = new HashMap<>(); in test17ColumnHeaders() local 201 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testOneObjectTwiceFlow() local 247 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTwoObjectOnceFlow() local 294 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testThreeObjectOnceFlow() local 351 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTwoProcessesFlow() local 413 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testNoProcessMatchFlow() local 463 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testNoProcessFlow() local 515 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testErrorFlow() local 536 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testEmptyFileFlow() local [all …]
|
D | PerfettoPullerMetricCollectorTest.java | 81 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testNoProcessingFlow() local 100 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testProcessingFlow() local 140 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testProcessingFlowWithFileSizeMetric() local 180 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testCompressedProcessingFlow() local 218 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testScriptFailureStatus() local 257 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testBinaryArgs() local 292 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTraceProcessorArgsDefaults() local 344 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTraceProcessorAdditionalArgs() local 381 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTraceProcessorRunTimeAndStatus_success() local 431 HashMap<String, Metric> currentMetrics = new HashMap<>(); in testTraceProcessorRunTimeAndStatus_failure() local [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollector.java | 130 Map<String, String> currentMetrics = TfMetricProtoUtil in processMetricRequest() local 189 final Map<String, String> currentMetrics, in pullMetricFile() argument
|