HomeSort by relevance Sort by last modified time
    Searched full:metric (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/libvpx/vpx/
vp8.h 62 * the best objective measure (using thet PSNR metric) set post_proc_flag
  /external/tcpdump/
print-ospf6.c 326 printf(" metric %d", EXTRACT_16BITS(&rlp->link_metric));
348 printf(" metric %u",
362 printf(" metric %u",
407 printf(" tos %d metric %d",
ospf6.h 202 * TOS metric struct (will be 0 or more in router links update)
ospf.h 240 * TOS metric struct (will be 0 or more in router links update)
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 182 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
191 switch (metric) {
  /external/iproute2/ip/
iproute.c 64 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
378 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
501 fprintf(fp, " metric %d", i);
741 } else if (matches(*argv, "metric") == 0 ||
744 __u32 metric; local
746 if (get_u32(&metric, *argv, 0))
747 invarg("\"metric\" value is invalid\n", *argv);
748 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /external/dhcpcd/
dhcpcd.c 76 {"metric", required_argument, NULL, 'm'},
165 " [-i classID ] [-l leasetime] [-m metric] [-o option] [-r ipaddr]\n"
367 options->metric = atoint(oarg);
368 if (options->metric < 0) {
369 logger(LOG_ERR, "metric must be a positive value");
if-linux.c 322 const struct in_addr *gateway, int metric, int action)
387 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, metric);
if-bsd.c 103 _unused int metric, int action)
  /frameworks/base/core/java/android/content/res/
TypedArray.java 382 * metric, or defValue if not defined.
414 * metric and truncated to integer pixels, or defValue if not defined.
447 * metric and truncated to integer pixels, or defValue if not defined.
477 * metric and truncated to integer pixels.
506 * metric and truncated to integer pixels.
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 232 // multiplied by the appropriate metric, the metric is unknown.
  /external/webkit/WebCore/inspector/front-end/
AuditsPanel.js 393 // Denotes a minor impact on the checked metric.
396 // Denotes a major impact on the checked metric.
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 308 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
319 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
331 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
393 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
409 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
424 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 306 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
317 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
329 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
391 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
407 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
422 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
    [all...]
  /dalvik/tests/055-enum-performance/src/
Main.java 76 * "omnibus" performance metric.) This is clearly going to be
  /external/kernel-headers/original/linux/
if.h 185 #define ifr_metric ifr_ifru.ifru_ivalue /* metric */
  /external/libvpx/examples/includes/geshi/geshi/
povray.php 63 'no', 'nearest_count', 'natural_spline', 'mortar', 'minimum_reuse', 'min_extent', 'metric', 'method',
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 109 // and web pages that foolishly use this metric for width will be laid out
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp 60 // fallback for when a platform doesn't define this metric
  /frameworks/base/core/java/android/view/
Display.java 159 * Returns a display object which uses the metric's width/height instead.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeTypedArray.java 380 * metric, or defValue if not defined.
426 * metric and truncated to integer pixels, or defValue if not defined.
449 * metric and truncated to integer pixels, or defValue if not defined.
493 * metric and truncated to integer pixels.
  /external/chromium/third_party/icu/public/i18n/unicode/
ulocdata.h 155 UMS_SI, /** Measurement system specified by SI otherwise known as Metric system. */
  /external/freetype/src/sfnt/
ttmtx.c 199 /* do we have an inconsistent number of metric values? */
  /external/iproute2/doc/actions/
ifb-README 114 UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
  /external/iproute2/include/linux/
if.h 196 #define ifr_metric ifr_ifru.ifru_ivalue /* metric */

Completed in 1095 milliseconds

12 3 4 5