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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/renderer/media/
webrtc_uma_histograms.h 63 // metric at most once per session.
  /external/chromium_org/tools/perf/benchmarks/
thread_times.py 52 """Measures timeline metric using smoothness action on simple mobile sites
blink_perf.py 91 metric = page.display_name.split('.')[0].replace('/', '_')
93 results.current_page, metric, units, values))
  /external/chromium_org/tools/perf/measurements/
media.py 16 test each metric for every media element in the page are reported.
  /external/chromium_org/tools/telemetry/telemetry/util/
statistics.py 115 """A discrepancy based metric for measuring timestamp jank.
129 equally spaced samples), and we want our metric to report 0.0 in that
166 """A discrepancy based metric for measuring duration jank.
168 DurationsDiscrepancy computes a jank metric which measures how irregular a
  /external/dhcpcd/
dhcpcd.conf.5 163 This allows dhcpcd to prefer an interface for outbound traffic based on metric
172 .It Ic metric Ar metric
175 will supply a default metric of 200 +
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 83 for metric in ('hori', 'vert'):
85 vars(curTable)[metric] = metricObj
192 for metric in ('hori', 'vert'):
193 metricObj = vars(curTable)[metric]
260 # Returns all the simple metric names that bitmap size table
271 for metric in ('hori', 'vert'):
272 getattr(self, metric).toXML(metric, writer, ttFont)
349 # the same XML except for specific metric information that is written
  /external/tcpdump/
print-rip.c 84 * | Metric (4) |
118 printf("\n\t AFI 0, %s, metric: %u",
123 printf("\n\t %s, metric: %u",
163 printf("\n\t AFI %s, %15s/%-2d, tag 0x%04x, metric: %u, next-hop: ",
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 111 * Timecount-val ::= Timecount ("." Fraction)? (Metric)?
112 * Metric ::= "h" | "min" | "s" | "ms"
137 // Handle first 'Timecount-val' cases with metric
147 // Handle Timecount-val without metric
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 641 void(WalletApiCallMetric metric,
643 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric));
647 void(WalletApiCallMetric metric));
681 AutofillMetrics::WalletApiCallMetric metric,
684 LogWalletApiCallDuration(metric, testing::_)).Times(times);
688 AutofillMetrics::WalletApiCallMetric metric) {
690 LogWalletMalformedResponseMetric(metric)).Times(1);
693 void ExpectWalletErrorMetric(AutofillMetrics::WalletErrorMetric metric) {
694 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1);
698 AutofillMetrics::WalletRequiredActionMetric metric) {
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 90 // multiplied by the appropriate metric, the metric is unknown.
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.h 92 // This saves logout-started metric to Local State.
168 // Clear saved logout-started metric in Local State.
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_notification_controller.cc 87 NetworkPortalNotificationController::UserActionMetric metric =
93 metric,
  /external/chromium_org/chrome/browser/first_run/
first_run.h 136 // Log a metric for the "FirstRun.SearchEngineBubble" histogram.
137 void LogFirstRunMetric(FirstRunBubbleMetric metric);
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 116 // Compute the PPLT metric and report it in a histogram, if needed. If the
148 // Reset the PPLT metric.
  /external/chromium_org/chrome/browser/resources/options/
language_options.html 117 metric="Options_SpellCheck" type="checkbox">
127 metric="Options_AutoSpellCorrection" type="checkbox">
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 177 // If a provider is specified, log the metric specific to it.
199 // If a provider is specified, log the metric specific to it.
  /external/chromium_org/content/public/renderer/
render_thread.h 82 // an action. Once a new user metric is added, run
84 // to add the metric to actions.xml, then update the <owner>s and
  /external/chromium_org/tools/perf/metrics/
v8_object_stats.py 8 from metrics import Metric
171 class V8ObjectStatsMetric(Metric):
  /external/chromium_org/tools/perf/
unit-info.json 6 "why": "Percent CPU usage. Used by cpu metric."
136 "why": "Synonym for %, used in memory metric for percent fragmentation."
  /external/chromium_org/tools/
run-bisect-perf-regression.py 174 'metric',
194 opts_dict['metric'] = config.get('metric')
260 opts.command, opts.metric, reset_on_first_run=True, results_label='Patch')
289 opts.command, opts.metric, upload_on_last_run=True, results_label='ToT')
387 '-m', config['metric'],
391 if config.get('metric'):
392 cmd.extend(['-m', config['metric']])
  /external/chromium_org/ui/gfx/win/
dpi.cc 222 int GetSystemMetricsInDIP(int metric) {
223 return static_cast<int>(GetSystemMetrics(metric) /
  /external/iproute2/ip/
ifcfg 140 ip ro append default dev $dev metric 30000 scope global
143 ip ro append default via $peer dev $dev metric 30001
  /external/kernel-headers/original/uapi/linux/
sockios.h 46 #define SIOCGIFMETRIC 0x891d /* get metric */
47 #define SIOCSIFMETRIC 0x891e /* set metric */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
ioctls.h 45 #define SIOCGIFMETRIC 0x891d /* get metric */
46 #define SIOCSIFMETRIC 0x891e /* set metric */

Completed in 570 milliseconds

1 2 3 4 5 67 8 91011>>