HomeSort by relevance Sort by last modified time
    Searched full:metric (Results 176 - 200 of 496) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
sockios.h 46 #define SIOCGIFMETRIC 0x891d /* get metric */
47 #define SIOCSIFMETRIC 0x891e /* set metric */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
ioctls.h 45 #define SIOCGIFMETRIC 0x891d /* get metric */
46 #define SIOCSIFMETRIC 0x891e /* set metric */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sockios.h 46 #define SIOCGIFMETRIC 0x891d /* get metric */
47 #define SIOCSIFMETRIC 0x891e /* set metric */
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression_test.py 21 'metric': 'fake/metric',
146 metric = ['my_chart', 'my_trace']
150 metric, results)
266 bisect_instance.opts.metric)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
jdepend.xsl 263 <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>
265 <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>
266 <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>
268 <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>
270 <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>
  /external/dhcpcd/
dhcpcd.8 43 .Op Fl m , Fl Fl metric Ar metric
159 Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric.
161 metric, otherwise
164 metric.
310 .It Fl m , Fl Fl metric Ar metric
dhcpcd.8.in 43 .Op Fl m , Fl Fl metric Ar metric
149 Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric.
151 metric, otherwise
154 metric.
296 .It Fl m , Fl Fl metric Ar metric
dhcpcd.conf.5.in 160 .It Ic metric Ar metric
163 will supply a default metric of 200 +
dhcpcd.h 117 int metric; member in struct:interface
  /external/lldb/tools/lldb-perf/lldbperf.xcodeproj/
project.pbxproj 39 4C1E375216F407C800FF10BB /* Metric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374616F407C800FF10BB /* Metric.cpp */; };
40 4C1E375316F407C800FF10BB /* Metric.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374716F407C800FF10BB /* Metric.h */; };
230 4C1E374616F407C800FF10BB /* Metric.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Metric.cpp; sourceTree = "<group>"; };
231 4C1E374716F407C800FF10BB /* Metric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Metric.h; sourceTree = "<group>"; };
387 4C1E374616F407C800FF10BB /* Metric.cpp */,
388 4C1E374716F407C800FF10BB /* Metric.h */
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_raw_burst_sensitivity.py 31 # Each shot must be 1% noisier (by the variance metric) than the previous
test_raw_sensitivity.py 29 # Each shot must be 1% noisier (by the variance metric) than the previous
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 79 // Record metric results
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate_unittest.cc 27 MOCK_CONST_METHOD1(LogCreditCardInfoBarMetric, void(InfoBarMetric metric));
  /external/chromium_org/chrome/browser/google/
google_search_counter.cc 44 // log a generic "catch-all" metric.
  /external/chromium_org/chrome/browser/power/
process_power_collector.h 78 // A map from all process handles to a metric.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 213 const std::string& metric) {
221 ProcessUserMetric(value, metric);
225 return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
228 ProcessUserMetric(value, metric);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.h 94 ProfileMetrics::ProfileAuth metric);
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 76 // This metric will be 17 when font size is "Normal".
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8.h 81 * the best objective measure (using the PSNR metric) set post_proc_flag
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/bench/
ResultsWriter.h 46 // Record a single test metric.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
content_metrics_processing.cc 120 // Motion metric: Derived from NFD (normalized frame difference).
  /external/chromium_org/tools/perf/measurements/
tab_switching.py 60 a single histogram for the tab switching metric."""
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 153 function _AppendMetric(metrics, metric, value) {
154 if (!metrics[metric])
155 metrics[metric] = [];
156 metrics[metric].push(value);

Completed in 761 milliseconds

1 2 3 4 5 6 78 91011>>