/external/dhcpcd/ |
if-options.h | 86 int metric; member in struct:if_options
|
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;
|
/external/emma/core/java12/com/vladium/emma/report/ |
IReportProperties.java | 68 String METRICS = "metrics"; // comma-separated list of (column name:metric) pairs
|
/external/libvpx/libvpx/vpx/ |
vp8.h | 81 * the best objective measure (using the PSNR metric) set post_proc_flag
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wgl.c | 377 TEXTMETRIC metric; local 383 VERIFY(GetTextMetrics(fontDevice, &metric)); 435 VERIFY(TextOut(bitDevice, 0, metric.tmAscent, &curChar, 1)); 452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent,
|
/external/skia/tools/skpdiff/ |
SkDiffContext.h | 81 * "differName" : string name of the diff metric used
|
/external/tcpdump/ |
print-babel.c | 443 u_short interval, seqno, metric; local 457 metric = EXTRACT_16BITS(message + 10); 458 printf("%s%s%s %s metric %u seqno %u interval %s", 463 metric, seqno, format_interval_update(interval));
|
print-ospf6.c | 187 printf(", metric %u", EXTRACT_16BITS(&lsapp->lsa_p_metric)); 287 printf(", metric %d", EXTRACT_16BITS(&rlp->link_metric)); 318 printf(", metric %u", 339 printf(" metric %u",
|
print-ospf.c | 123 { LS_OPAQUE_TE_LINK_SUBTLV_TE_METRIC, "Traffic Engineering Metric" }, 378 printf(", Metric %u", EXTRACT_32BITS(tptr)); 539 * All but the first metric contain a valid topology id. 542 printf("\n\t\ttopology %s(%u), metric %u", 653 printf("\n\t\ttopology %s(%u) metric %d", 670 printf("\n\t\ttopology %s(%u) metric %d", 692 printf("\n\t\ttopology %s(%u), type %d, metric", [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vp8.h | 81 * the best objective measure (using the PSNR metric) set post_proc_flag
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/ |
AppBannerManager.java | 242 private static native void nativeRecordDismissEvent(int metric); 243 private static native void nativeRecordInstallEvent(int metric);
|
/external/chromium_org/chrome/browser/metrics/ |
extensions_metrics_provider.cc | 189 // The off-store metric includes information from all loaded profiles at the 190 // time when this metric is generated.
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_invalidator.h | 151 // Get the kMetricPolicyRefresh histogram metric which should be incremented 155 // Get the kMetricPolicyInvalidations histogram metric which should be
|
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu.cc | 130 ProfileMetrics::ProfileOpen metric) { 154 metric);
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 130 TAGS = {'description': 'Please enter the description of the metric.', 131 'owner': ('Please list the metric\'s owners. Add more owner tags as ' 441 """Parses an HTML file, looking for all tags with a 'metric' attribute. 452 # We only care to examine tags that have a 'metric' attribute. 454 if not 'metric' in attrs: 472 self.actions.add(attrs['metric'] + '_Enable') 473 self.actions.add(attrs['metric'] + '_Disable') 475 self.actions.add(attrs['metric'])
|
/external/libpcap/Win32/Include/net/ |
if.h | 61 u_long ifi_metric; /* routing metric (external only) */ 174 #define ifr_metric ifr_ifru.ifru_metric /* metric */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netioapi.h | 68 ULONG Metric; 134 ULONG 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",
|
/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/ceres-solver/internal/ceres/ |
autodiff_test.cc | 236 struct Metric { 280 TEST(AutoDiff, Metric) { 286 Metric b; 305 ASSERT_TRUE((SymmetricDiff<Metric, double, 2, 4 + 3 + 3>(b, qcX, del, 319 ASSERT_TRUE((AutoDiff<Metric, double, 4, 3, 3>::Differentiate(
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_runner_unittest.py | 251 page, 'metric', 'unit', self.i)) 273 self.assertIn('RESULT metric: blank.html= [1,3] unit', stdout) 274 self.assertIn('RESULT metric: green_rect.html= [2,4] unit', stdout) 275 self.assertIn('*RESULT metric: metric= [1,2,3,4] unit', stdout)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
jdepend-frames.xsl | 375 <p>The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package. </p> 377 <p>The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. </p> 378 <p>The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package. </p> 380 <p>The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. </p> 382 <p>The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible. </p>
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
DeviceInfoResult.java | 130 * Fetch and remove given metric from hashmap. 132 * @return the metric value or empty string if it was not present in map. 382 CLog.d("Missing metric %s", combineKey);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.js | 251 var selectedTypeIsSortable = 'metric' in results.tests[sampleSelectedTest]; 257 return results.tests[b].metric - results.tests[a].metric
|
/external/iproute2/man/man8/ |
ip-route.8 | 73 .B metric 74 .IR METRIC " ]" 291 .BI metric " NUMBER"
|