HomeSort by relevance Sort by last modified time
    Searched refs:metric (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /system/update_engine/
metrics.cc 101 // UpdateEngine.Rollback.* metric.
119 string metric = metrics::kMetricDailyOSAgeDays; local
121 << " for metric " << metric;
123 metric,
134 string metric; local
139 metric = metrics::kMetricCheckResult;
142 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; local
143 system_state->metrics_lib()->SendEnumToUMA(metric, value, max_value)
149 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; local
155 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)"; local
195 string metric = metrics::kMetricAttemptResult; local
220 string metric; local
223 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric; local
257 LOG(INFO) << "Uploading " << payload_size_mib << " for metric " << metric; local
268 << " for metric " << metric; local
278 << " for metric " << metric; local
287 << " for metric " << metric; local
303 << " for metric " << metric; local
372 string metric; local
377 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; local
407 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; local
418 << " (bit flags) for metric " << metric; local
428 << "% for metric " << metric; local
437 << " (count) for metric " << metric; local
456 << metric; local
477 << " for metric " << metric; local
481 << " (count) for metric " << metric; local
491 string metric; local
496 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; local
506 string metric; local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
voip_metric_unittest.cc 28 "Size of manually created Voip Metric block should match class constant");
32 RTCPVoIPMetric metric; local
33 metric.lossRate = 1;
34 metric.discardRate = 2;
35 metric.burstDensity = 3;
36 metric.gapDensity = 4;
37 metric.burstDuration = 0x1112;
38 metric.gapDuration = 0x2223;
39 metric.roundTripDelay = 0x3334;
40 metric.endSystemDelay = 0x4445
    [all...]
  /tools/test/connectivity/tools/lab/reporters/
logger_reporter.py 46 for metric in metric_responses:
47 extra['metric_name'] = metric
48 for response in metric_responses[metric]:
50 extra['response_val'] = metric_responses[metric][response]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 19 import com.android.compatibility.common.util.ReportLog.Metric;
38 " <Metric source=\"com.android.compatibility.common.util.ReportLogTest#%s\" "
41 " </Metric>\r\n" +
111 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); local
112 assertEquals("Expected message to be ok", SOURCE, metric.getSource());
119 metric = new Metric(source, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
121 metric.getSource())
126 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); local
141 Metric metric = new Metric(SOURCE, MESSAGE, VALUES, ResultType.HIGHER_BETTER, local
    [all...]
  /tools/test/connectivity/tools/lab/
runner.py 29 metric_list: a list of metric objects
58 for metric in self.metric_list:
60 key_name = self.convert_to_snake(metric.__class__.__name__)[:-7]
61 responses[key_name] = metric.gather_metric()
  /frameworks/av/drm/libmediadrm/
PluginMetricsReporting.cpp 55 const MetricsGroup_Metric& metric = metricsGroup.metric(i); local
56 if (!metric.has_name()) {
57 ALOGE("Metric with no name.");
61 if (!metric.has_value()) {
62 ALOGE("Metric with no value.");
66 const MetricsGroup_Metric_MetricValue& value = metric.value();
68 analyticsItem.setInt64(metric.name().c_str(),
71 analyticsItem.setDouble(metric.name().c_str(),
74 analyticsItem.setCString(metric.name().c_str()
    [all...]
  /external/lisa/libs/utils/analysis/
functions_analysis.py 40 For each speficied metric a barplot is generated which report the value
41 of the metric when the kernel function has been executed on each CPU.
67 for metric in metrics:
68 if metric.upper() == 'AVG':
71 if metric.upper() == 'TIME':
74 data = df[metric.lower()].unstack()
  /tools/test/connectivity/tools/lab/metrics/
cpu_metric.py 17 from metrics.metric import Metric
21 class CpuMetric(Metric):
name_metric.py 17 from metrics.metric import Metric
20 class NameMetric(Metric):
num_users_metric.py 17 from metrics.metric import Metric
20 class NumUsersMetric(Metric):
system_load_metric.py 17 from metrics.metric import Metric
21 class SystemLoadMetric(Metric):
time_sync_metric.py 17 from metrics.metric import Metric
20 class TimeSyncMetric(Metric):
uptime_metric.py 17 from metrics.metric import Metric
20 class UptimeMetric(Metric):
disk_metric.py 17 from metrics.metric import Metric
20 class DiskMetric(Metric):
verify_metric.py 17 from metrics.metric import Metric
20 class VerifyMetric(Metric):
  /external/fec/
viterbi27_av.c 19 metric_t metrics1; /* path metric buffer 1 */
20 metric_t metrics2; /* path metric buffer 2 */
123 vector unsigned char metric,m_metric,m0,m1,m2,m3; local
136 metric = vec_avg(vec_xor(Branchtab27[0].v[0],sym0v),vec_xor(Branchtab27[1].v[0],sym1v));
137 metric = vec_sr(metric,(vector unsigned char)(3));
138 m_metric = vec_sub((vector unsigned char)(31),metric);
141 m0 = vec_adds(vp->old_metrics->v[0],metric);
142 m3 = vec_adds(vp->old_metrics->v[2],metric);
147 metric = vec_avg(vec_xor(Branchtab27[0].v[1],sym0v),vec_xor(Branchtab27[1].v[1],sym1v))
    [all...]
viterbi27_port.c 21 metric_t metrics1; /* path metric buffer 1 */
22 metric_t metrics2; /* path metric buffer 2 */
118 unsigned int metric,m0,m1,decision;\
119 metric = (Branchtab27[0].c[i] ^ sym0) + (Branchtab27[1].c[i] ^ sym1);\
120 m0 = vp->old_metrics->w[i] + metric;\
121 m1 = vp->old_metrics->w[i+32] + (510 - metric);\
125 m0 -= (metric+metric-510);\
126 m1 += (metric+metric-510);
    [all...]
viterbi29_port.c 18 metric_t metrics1; /* path metric buffer 1 */
19 metric_t metrics2; /* path metric buffer 2 */
119 unsigned int metric,m0,m1,decision;\
120 metric = (Branchtab29[0].c[i] ^ sym0) + (Branchtab29[1].c[i] ^ sym1);\
121 m0 = vp->old_metrics->w[i] + metric;\
122 m1 = vp->old_metrics->w[i+128] + (510 - metric);\
126 m0 -= (metric+metric-510);\
127 m1 += (metric+metric-510);
    [all...]
viterbi39_port.c 18 metric_t metrics1; /* path metric buffer 1 */
19 metric_t metrics2; /* path metric buffer 2 */
119 unsigned int metric,m0,m1,decision;\
120 metric = (Branchtab39[0].c[i] ^ sym0) + (Branchtab39[1].c[i] ^ sym1) + \
122 m0 = vp->old_metrics->w[i] + metric;\
123 m1 = vp->old_metrics->w[i+128] + (765 - metric);\
127 m0 -= (metric+metric-765);\
128 m1 += (metric+metric-765);
    [all...]
  /external/autotest/tko/
nightly.py 91 def collect_raw_scores(runs, metric):
96 vals = perf.get_metric_at_point(runs[platform], metric)
102 def collect_scaled_scores(metric, test_runs, regressed_platforms, relative):
114 metric)
125 def collect_twoway_scores(metric, antagonists, twoway_runs, relative):
131 vals = perf.get_metric_at_point(runs, metric)
151 def find_regressions(kernels, test_runs, metric):
164 scores[k] = collect_raw_scores(test_runs[k], metric)
214 # for 1 benchmark metric over all kernels (rows),
252 print "<p> <b>Bold value:</b> Average of this metric, then <br>
    [all...]
  /frameworks/av/drm/libmediadrm/protos/
plugin_metrics.proto 24 // The MetricsGroup is a collection of metric name/value pair instances
27 message Metric {
35 // The name of the metric. Must be valid UTF-8. Required.
38 // The value of the metric. Required.
43 repeated Metric metric = 1;
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
Camera2LatencyTest.java 82 for (Map.Entry<String, String> metric : testMetrics.entrySet()) {
83 Matcher matcher = STATS_REGEX.matcher(metric.getValue());
85 String keyName = String.format("%s_%s", testName, metric.getKey());
88 CLog.w(String.format("Stats not in correct format: %s", metric.getValue()));
CameraBurstStartupTest.java 70 for (Map.Entry<String, String> metric : testMetrics.entrySet()) {
71 Matcher matcher = STATS_REGEX.matcher(metric.getValue());
74 // Key name consists of a pair of test name and metric name.
75 String keyName = String.format("%s_%s", testName, metric.getKey());
78 CLog.w(String.format("Stats not in correct format: %s", metric.getValue()));
CameraShotLatencyTest.java 79 for (Map.Entry<String, String> metric : testMetrics.entrySet()) {
80 Matcher matcher = STATS_REGEX.matcher(metric.getValue());
82 // Key name consists of a pair of test name and metric name.
83 String keyName = String.format("%s_%s", testName, metric.getKey());
86 CLog.w(String.format("Stats not in correct format: %s", metric.getValue()));
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
DeviceMetricData.java 16 package com.android.tradefed.device.metric;
23 * Object to hold all the data collected by metric collectors. TODO: Add the data holding and

Completed in 413 milliseconds

1 2 3 4 5 6 7