HomeSort by relevance Sort by last modified time
    Searched full:metric (Results 126 - 150 of 496) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h 50 void AddVoIPMetric(const RTCPVoIPMetric* metric);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
content_analysis.cc 154 // Normalized temporal difference (MAD): used as a motion level metric
157 // To reduce complexity, we compute the metric for a reduced set of points.
202 // To reduce complexity, we compute the metric for a reduced set of points.
269 // Motion metric: normalized temporal difference (MAD).
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 199 function TestResult(metric, values, associatedRun) {
228 this.test = function () { return metric; }
229 this.values = function () { return values.map(function (value) { return metric.scalingFactor() * value; }); }
231 this.mean = function () { return metric.scalingFactor() * this.unscaledMean(); }
232 this.min = function () { return metric.scalingFactor() * Statistics.min(values); }
233 this.max = function () { return metric.scalingFactor() * Statistics.max(values); }
235 return metric.scalingFactor() * Statistics.confidenceIntervalDelta(0.95, values.length,
274 function PerfTestMetric(name, metric, unit, isImportant) {
300 this.name = function () { return name + ':' + metric; }
308 !metric.indexOf('V8.'))
    [all...]
  /external/libvorbis/vq/
vqgen.h 71 float (*metric)(vqgen *,float *, float *),
  /external/llvm/docs/
BlockFrequencyTerminology.rst 11 Block Frequency is a metric for estimating the relative frequency of different
56 Block frequency is a relative metric that represents the number of times a
91 Loop scale is a metric that indicates how many times a loop iterates per entry.
114 Block bias is a proposed *absolute* metric to indicate a bias toward or away
  /external/chromium_org/net/cert/
multi_log_ct_verifier.cc 26 // Record SCT verification status. This metric would help detecting presence
33 // Record SCT origin enum. This metric measure the popularity
43 // This metric would allow measuring:
  /external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics.py 12 from metrics import Metric
121 class NetworkMetric(Metric):
122 """A network metric based on timeline events."""
  /external/chromium_org/tools/perf/metrics/
power.py 7 from metrics import Metric
12 class PowerMetric(Metric):
13 """A metric for measuring power usage."""
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_based_measurement_unittest.py 61 raise Exception('Unrecognized metric type: %s' % metric_type)
80 def metric(self): member in class:TimelineBasedMetricTestData
113 interactions = d.metric.FindTimelineInteractionRecords()
244 # CPU metric is only supported non-Windows platforms.
255 # Disabled since mainthread_jank metric is not supported on windows platform.
  /external/dhcpcd/
configure.c 202 snprintf(env[3], e, "ifmetric=%d", iface->metric);
426 rt->iface->metric == r->iface->metric)) &&
514 /* We delete and add the route so that we can change metric.
707 rt->metric = ifp->metric;
717 rt->metric != or->metric)
821 /* We need to delete the subnet route to have our metric or
826 rt->metric = 0
    [all...]
if-linux.c 231 int len, idx, metric; local
258 metric = 0;
275 metric = *(int *)RTA_DATA(rta);
281 if (metric == rt.iface->metric) {
589 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, rt->metric);
  /external/tcpdump/
print-eigrp.c 145 u_int8_t metric[4]; member in struct:eigrp_tlv_ip_ext_t
186 u_int8_t metric[2]; member in struct:eigrp_tlv_at_ext_t
373 printf("\n\t origin-router %s, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
379 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->metric));
436 printf("\n\t origin-router %u, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
442 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_at_ext->metric));
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 116 * @param label short description of the metric that was measured
126 * @param label short description of the metric that was measured
136 * @param label short description of the metric that was measured
421 * @param label short description of the metric that was measured
432 * @param label short description of the metric that was measured
443 * @param label short description of the metric that was measured
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness.py 42 None value for the queueing duration metric.
150 metric which tracks whether we hit 60 fps for 95% of the frames.
197 'Consecutive pauses increase the discrepancy. This metric '
  /cts/common/util/src/com/android/compatibility/common/util/
MetricsXmlSerializer.java 25 * Serialize Metric data from {@link ReportLog} into compatibility report friendly XML
  /external/chromium_org/chrome/browser/metrics/
extensions_metrics_provider.h 72 // metric. Once a profile is found its value is cached here so that
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 226 ProfileMetrics::ProfileOpen metric) {
237 ProfileMetrics::LogProfileSwitchUser(metric);
257 ProfileMetrics::ProfileAdd metric) {
272 ProfileMetrics::LogProfileAddNewUser(metric);
  /external/chromium_org/chrome/browser/resources/options/
settings_banner.js 35 * Metric name to send when a show event occurs.
sync_section.html 38 metric="Options_ScreenLock"
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa_browsertest.mm 58 // To specify our own metric logger.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 35 const std::string& metric) OVERRIDE;
  /external/chromium_org/chrome/installer/util/
uninstall_metrics.cc 23 // Returns true if at least one uninstall metric was found in
  /external/chromium_org/components/metrics/
daily_event.h 47 // |histogram_name| is the name of the UMA metric which record when this
  /external/chromium_org/components/signin/core/browser/
signin_metrics.h 79 void LogSignout(ProfileSignout metric);
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 12 // Utility functions to support metric collection for browser startup.

Completed in 337 milliseconds

1 2 3 4 56 7 8 91011>>