/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | GcovCodeCoverageCollectorTest.java | 142 Map<String, String> metric = new HashMap<>(); in test_logsCoverageZip() local 174 Map<String, String> metric = new HashMap<>(); in testNoCoverageFiles_logsEmptyZip() local 201 Map<String, String> metric = new HashMap<>(); in testCoverageFlushAllProcesses_flushAllCommandCalled() local 222 Map<String, String> metric = new HashMap<>(); in testCoverageFlushSpecificProcesses_flushCommandCalled() local 240 Map<String, String> metric = new HashMap<>(); in testFailure_unableToPullFile() local 259 Map<String, String> metric = new HashMap<>(); in testNoCollectOnTestEnd_noCoverageMeasurements() local
|
D | JavaCodeCoverageCollectorTest.java | 327 Map<String, String> metric = new HashMap<>(); in testCoverageFlush_producesMultipleMeasurements() local 371 Map<String, String> metric = new HashMap<>(); in testRunningProcess_coverageFileNotDeleted() local
|
D | ClangCodeCoverageCollectorTest.java | 130 Map<String, String> metric = new HashMap<>(); in setUp() local
|
/tools/test/connectivity/acts/framework/acts/metrics/ |
D | core.py | 158 def _publish_single(self, metric): argument 181 def write_binary(self, metric, output_path): argument 192 def write_ascii(self, metric, output_path): argument 203 def write_descriptor_binary(self, metric, output_path): argument 214 def write_descriptor_ascii(self, metric, output_path): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DeviceMetricData.java | 53 public void addMetric(String key, Metric.Builder metric) { in addMetric() 74 public void addMetricForDevice(ITestDevice device, String key, Metric.Builder metric) { in addMetricForDevice()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtil.java | 88 Metric metric = null; in upgradeConvert() local 122 public static Metric stringToMetric(String metric) { in stringToMetric()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/ |
D | BluetoothConnectionSuccessRatePostProcessor.java | 53 MetricMeasurement.Metric metric = runMetrics.get(key); in processRunMetricsAndLogs() local
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 13 optional string metric = 3; field
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/ |
D | bounded_metrics.py | 40 def add(self, metric, value, lower_limit=None, upper_limit=None, unit=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | AveragePostProcessor.java | 40 Metric metric = rawMetrics.get(key); in processRunMetricsAndLogs() local
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtMultiprofileBaseTest.py | 41 metric=None): argument
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | EmailHostHealthAgent.java | 122 JSONObject metric = tmp.toJson(); in generateEmailBody() local
|
/tools/tradefederation/core/proto/monitoring/server/ |
D | lab_resource.proto | 70 repeated Metric metric = 3; field
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | MetricTestCase.java | 59 public final void addTestMetric(String key, Metric metric) { in addTestMetric()
|
D | DeviceJUnit4ClassRunner.java | 243 public void addTestMetric(String key, Metric metric) { in addTestMetric()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | BluetoothConnectionStateCollector.java | 86 EventMetricData metric, in processEventMetric()
|
D | AtraceRunMetricCollector.java | 165 String[] metric = line.split(METRIC_SEPARATOR); in aggregateMetrics() local
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | LoopSummary.java | 291 String metric, in getMetricDoubleValue() 305 String metric, in getMetricLongValue()
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 233 def GetMetricQuota(regions_info, zone, metric): argument
|