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

12

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 175 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
184 switch (metric) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 192 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
201 switch (metric) {
  /external/chromium/chrome/browser/autofill/
form_structure.cc 267 AutofillMetrics::ServerQueryMetric metric; local
270 metric = AutofillMetrics::QUERY_RESPONSE_OVERRODE_LOCAL_HEURISTICS;
272 metric = AutofillMetrics::QUERY_RESPONSE_WITH_NO_LOCAL_HEURISTICS;
275 metric = AutofillMetrics::QUERY_RESPONSE_MATCHED_LOCAL_HEURISTICS;
277 metric_logger.Log(metric);
autofill_metrics_unittest.cc 32 MOCK_CONST_METHOD1(Log, void(CreditCardInfoBarMetric metric));
33 MOCK_CONST_METHOD3(Log, void(HeuristicTypeQualityMetric metric,
36 MOCK_CONST_METHOD3(Log, void(PredictedTypeQualityMetric metric,
39 MOCK_CONST_METHOD2(Log, void(QualityMetric metric,
41 MOCK_CONST_METHOD1(Log, void(ServerQueryMetric metric));
42 MOCK_CONST_METHOD3(Log, void(ServerTypeQualityMetric metric,
739 // The metric should be logged when the profiles are first loaded.
744 // The metric should only be logged once.
    [all...]
autofill_download_unittest.cc 33 MOCK_CONST_METHOD1(Log, void(ServerQueryMetric metric));
  /external/harfbuzz/src/
harfbuzz-shaper.h 248 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric metric);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 217 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric metric);
  /external/harfbuzz_ng/src/
hb-old.cc 162 HB_FontMetric metric)
166 switch (metric)
  /external/libvorbis/vq/
vqgen.c 50 * 'pressurized' [biased] according to some metric. The basic alg
59 /* default metric; squared 'distance' from desired value. */
241 float (*metric)(vqgen *,float *, float *),
257 if(metric)
258 v->metric_func=metric;
553 fprintf(stderr,": dist %g(%g) metric error=%g \n",
  /system/core/libnetutils/
ifc_utils.c 652 int flags, refcnt, use, metric, mtu, win, irtt; local
668 ifname, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
705 int flags, refcnt, use, metric, mtu, win, irtt; local
721 name, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
  /external/dhcpcd/
net.c 216 iface->metric = 200 + if_nametoindex(iface->name);
219 iface->metric += 100;
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");
802 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/valgrind/main/exp-dhat/
dh_main.c 1246 ULong metric = get_metric(api); local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 2991 int DummyPaintDevice::metric(PaintDeviceMetric metric) const function in class:DummyPaintDevice
    [all...]
  /external/iproute2/ip/
iproute.c 65 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
371 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
490 fprintf(fp, " metric %d", i);
730 } else if (matches(*argv, "metric") == 0 ||
733 __u32 metric; local
735 if (get_u32(&metric, *argv, 0))
736 invarg("\"metric\" value is invalid\n", *argv);
737 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /external/tcpdump/
print-isoclns.c 363 { ISIS_SUBTLV_EXT_IS_REACH_TE_METRIC, "Traffic Engineering Metric" },
1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 145 HB_Fixed hb_getFontMetric(HB_Font font, HB_FontMetric metric)
  /external/blktrace/btt/doc/
btt.tex 322 know how many requests the scheduler has to work with. The metric
    [all...]
  /external/ceres-solver/docs/
solving.tex 47 Here, $\mu$ is the trust region radius, $D(x)$ is some matrix used to define a metric on the domain of $F(x)$ and $\rho$ measures the quality of the step $\Delta x$, i.e., how well did the linear model predict the decrease in the value of the non-linear objective. The idea is to increase or decrease the radius of the trust region depending on how well the linearization predicts the behavior of the non-linear objective, which in turn is reflected in the value of $\rho$.
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 2689 mDNSu32 metric = SPSMetric(cr->resrec.rdata->u.name.c); local
    [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 1446 milliseconds

12