HomeSort by relevance Sort by last modified time
    Searched refs:metric (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/dhcpcd/
if-options.c 70 {"metric", required_argument, NULL, 'm'},
409 ifo->metric = atoint(arg);
410 if (ifo->metric < 0) {
411 syslog(LOG_ERR, "metric must be a positive value");
808 ifo->metric = -1;
dhcpcd.c 164 "\t\t[-m, --metric metric] [-O, --nooption option]\n"
794 if (ifo->metric != -1)
795 iface->metric = ifo->metric;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 39 const RTCPVoIPMetric* metric) {
  /external/chromium_org/pdf/
instance.cc     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc     [all...]
  /external/iproute2/ip/
iproute.c 73 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
407 fprintf(fp, " metric %u ", rta_getattr_u32(tb[RTA_PRIORITY]));
535 fprintf(fp, " metric %d", i);
770 } else if (matches(*argv, "metric") == 0 ||
773 __u32 metric; local
775 if (get_u32(&metric, *argv, 0))
776 invarg("\"metric\" value is invalid\n", *argv);
777 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /external/tcpdump/
print-isoclns.c 368 { ISIS_SUBTLV_EXT_IS_REACH_TE_METRIC, "Traffic Engineering Metric" },
374 { ISIS_SUBTLV_SPB_METRIC, "SPB Metric" },
1970 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 35 MOCK_CONST_METHOD1(LogServerQueryMetric, void(ServerQueryMetric metric));
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 2197 int metric = compute_metric(pattern, desc2fontstyle(desc)); local
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 2197 int metric = compute_metric(pattern, desc2fontstyle(desc)); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 8 * For each different ordered (either in dom or by any other metric) set
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 526 float metric; local
534 metric = sumE*sumE_1/(M*M);
536 printf("%f\n", metric);*/
537 /*return metric>10 ? 1 : 0;*/
538 /*return MAX16(0,1-exp(-.25*(metric-2.)));*/
539 return MIN16(1,(float)sqrt(MAX16(0,.05f*(metric-2))));
    [all...]
  /external/libopus/src/
opus_encoder.c 526 float metric; local
534 metric = sumE*sumE_1/(M*M);
536 printf("%f\n", metric);*/
537 /*return metric>10 ? 1 : 0;*/
538 /*return MAX16(0,1-exp(-.25*(metric-2.)));*/
539 return MIN16(1,(float)sqrt(MAX16(0,.05f*(metric-2))));
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
main.cpp 145 HB_Fixed hb_getFontMetric(HB_Font font, HB_FontMetric metric)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 458 // Record metric for Downloads directory.
  /external/blktrace/btt/doc/
btt.tex 322 know how many requests the scheduler has to work with. The metric
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 2689 mDNSu32 metric = SPSMetric(cr->resrec.rdata->u.name.c); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
gbemu.js 569 //If -1 is returned, then that means metric could not be done.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 3641 milliseconds

1 2 3 45