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

1 2

  /external/android-clat/
setroute.h 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
setroute.c 40 * metric - route metric (lower is better)
44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) {
115 if(nla_put(msg, RTA_PRIORITY, 4, &metric) < 0) {
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 33 // and then interpolates this with the given |metric|, which should be in the
34 // range [0, |num_possible_metrics|). Returns the interpolated metric.
38 const int metric,
40 DCHECK(metric < num_possible_metrics);
112 // Interpolate the |metric| with the |group|, so that all metrics for a given
121 return (group * num_possible_metrics) + metric;
142 // Logs a type quality metric. The primary histogram name is constructed based
144 // factors in the |field_type|. Logs a sample of |metric|, which should be in
147 const int metric,
151 DCHECK(metric < num_possible_metrics)
    [all...]
autofill_metrics.h 27 // Metrics measuring how well we predict field types. Exactly one metric from
53 // A simple successs metric, logged for each field that returns true for
57 // A simple failure metric, logged for each field that returns false for
96 virtual void Log(CreditCardInfoBarMetric metric) const;
97 virtual void Log(HeuristicTypeQualityMetric metric,
100 virtual void Log(PredictedTypeQualityMetric metric,
103 virtual void Log(QualityMetric metric,
105 virtual void Log(ServerQueryMetric metric) const;
106 virtual void Log(ServerTypeQualityMetric metric,
  /external/dhcpcd/
if-pref.c 67 /* Finally, metric */
68 if (si->metric < ti->metric)
70 if (si->metric > ti->metric)
if-options.h 86 int metric; member in struct:if_options
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);
dhcpcd.h 117 int metric; member in struct:interface
net.h 87 int metric; member in struct:rt
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...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 24 const std::string& metric);
core_chromeos_options_handler.cc 41 const std::string& metric) {
43 return ::CoreOptionsHandler::SetPref(pref_name, value, metric);
50 ProcessUserMetric(value, metric);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 53 const std::string& metric);
56 void ClearPref(const std::string& pref_name, const std::string& metric);
61 // Records a user metric action for the given value.
63 const std::string& metric);
87 // item 2 - name of the metric identifier (optional).
99 // item 1 - name of the metric identifier (optional).
104 // is an array that contains a single item, the name of the metric identifier.
core_options_handler.cc 157 const std::string& metric) {
174 ProcessUserMetric(value, metric);
178 const std::string& metric) {
183 if (!metric.empty())
184 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
188 const std::string& metric) {
189 if (metric.empty())
192 std::string metric_string = metric;
326 std::string metric; local
328 args->GetString(2, &metric);
348 std::string metric = UTF16ToUTF8(ExtractStringValue(args)); local
    [all...]
advanced_options_handler.cc 404 std::string metric = local
407 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
414 std::string metric = local
416 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
423 std::string metric = local
425 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
  /external/tcpdump/
print-igrp.c 48 u_int metric, mtu; local
62 metric = bandwidth + delay;
63 if (metric > 0xffffff)
64 metric = 0xffffff;
69 igr->igr_rel, igr->igr_ld, metric,
print-dvmrp.c 173 register int metric, done; local
212 metric = *bp++;
213 done = metric & 0x80;
214 metric &= 0x7f;
215 printf("\n\t %s metric %d", intoa(htonl(origin)),
216 metric);
263 register u_char metric; local
271 metric = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags local
    [all...]
print-ripng.c 50 rip6_entry_print(register const struct netinfo6 *ni, int metric)
56 if (metric)
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));
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 97 [ -n "$metric" ] && export IF_METRIC="$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/libvorbis/vq/
vqgen.h 71 float (*metric)(vqgen *,float *, float *),
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 116 hb_freetype_font_metric_get(HB_Font font, HB_FontMetric metric) {
119 switch (metric) {
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
144 switch (metric) {
148 SkDebugf("--- unknown harfbuzz metric enum %d\n", metric);
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
144 switch (metric) {
148 SkDebugf("--- unknown harfbuzz metric enum %d\n", metric);

Completed in 499 milliseconds

1 2