/external/libnl/lib/route/ |
route_obj.c | 668 int rtnl_route_set_metric(struct rtnl_route *route, int metric, uint32_t value) 670 if (metric > RTAX_MAX || metric < 1) 673 route->rt_metrics[metric - 1] = value; 675 if (!(route->rt_metrics_mask & (1 << (metric - 1)))) { 677 route->rt_metrics_mask |= (1 << (metric - 1)); 685 int rtnl_route_unset_metric(struct rtnl_route *route, int metric) 687 if (metric > RTAX_MAX || metric < 1) 690 if (route->rt_metrics_mask & (1 << (metric - 1))) [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDFS.h | 1 //===- ScheduleDAGILP.h - ILP metric for ScheduleDAGInstrs ------*- C++ -*-===// 10 // Definition of an ILP metric for machine level instruction scheduling. 33 /// When computed using bottom-up DFS, this metric assumes that the DAG is a 44 // Order by the ILP metric's value.
|
/external/llvm/test/CodeGen/X86/ |
misched-ilp.ll | 4 ; Basic verification of the ScheduleDAGILP metric.
|
/external/skia/tools/skpdiff/ |
SkImageDiffer.h | 14 * Encapsulates an image difference metric algorithm that can be potentially run asynchronously.
|
viewer.html | 19 Show me the worst by metric: 40 metric the user chose, and places a limit on the max number of records to show.
|
/external/chromium_org/tools/perf/metrics/ |
speedindex.py | 7 from metrics import Metric 12 class SpeedIndexMetric(Metric): 13 """The speed index metric is one way of measuring page load speed. 20 This speed index metric is based on WebPageTest.org (WPT). 48 # Optional argument chart_name is not in base class Metric. 62 are used in the speed index metric calculation. In general, the recording 67 should be placed in any measurement that uses this metric, e.g.:
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/ |
timeline_interaction_record.py | 10 # Enables the fast metric for this interaction 12 # Enables the responsiveness metric for this interaction 14 # Enables the smoothness metric for this interaction 103 * is_fast: Enables the fast metric 104 * is_responsive: Enables the responsiveness metric 105 * is_smooth: Enables the smoothness metric 175 raise AssertionError('Unrecognized metric type for a timeline '
|
timeline_based_measurement.py | 48 raise Exception('Unrecognized metric type: %s' % metric_type) 103 # For each metric type, either all or none of the interactions should 104 # have that metric. 112 metric = self._get_metric_from_metric_type_callback(metric_type) 113 metric.AddResults(self._model, self._renderer_thread,
|
/external/chromium_org/tools/auto_bisect/ |
bisect_perf_regression.py | 9 a bad revision where a performance metric has regressed, and asks for a last 201 Test Metric: %(metrics)s 603 def _TryParseHistogramValuesFromOutput(metric, text): 604 """Attempts to parse a metric in the format HISTOGRAM <graph: <trace>. 607 metric: The metric as a list of [<trace>, <value>] strings. 608 text: The text to parse the metric values from. 613 metric_formatted = 'HISTOGRAM %s: %s= ' % (metric[0], metric[1]) 635 def _TryParseResultValuesFromOutput(metric, text) [all...] |
/external/chromium_org/third_party/libyuv/util/ |
psnr_main.cc | 40 struct metric { struct 240 metric* cur_distortion_psnr, 241 metric* distorted_frame, bool do_psnr) { 383 metric* const distortion_psnr = new metric[num_rec]; 384 metric* const distortion_ssim = new metric[num_rec]; 386 metric* cur_distortion_psnr = &distortion_psnr[cur_rec]; 489 metric distorted_frame; 490 metric* cur_distortion_psnr = &distortion_psnr[cur_rec] [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics_unittest.cc | 45 MOCK_CONST_METHOD1(LogCreditCardInfoBarMetric, void(InfoBarMetric metric)); 47 void(DeveloperEngagementMetric metric)); 49 void(FieldTypeQualityMetric metric, 52 void(FieldTypeQualityMetric metric, 55 void(FieldTypeQualityMetric metric, 57 MOCK_CONST_METHOD1(LogServerQueryMetric, void(ServerQueryMetric metric)); 58 MOCK_CONST_METHOD1(LogUserHappinessMetric, void(UserHappinessMetric metric)); 518 // Expect only the "form parsed" metric to be logged; no metrics about 549 // Expect both the "form parsed" metric and the author-specified field type 550 // hints metric to be logged [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_window.h | 61 ProfileMetrics::ProfileOpen metric); 72 ProfileMetrics::ProfileAdd metric);
|
/external/chromium_org/components/metrics/serialization/ |
metric_sample.h | 21 // Types of metric sample used. 43 // Check the metric type to make sure the request make sense. (ex: a crash
|
/external/chromium_org/components/password_manager/core/browser/ |
password_manager_metrics_util.h | 93 // TODO(mkwst): Drop this (and the infobar metric itself) once the new metric
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
viewer.html | 19 Show me the worst by metric: 40 metric the user chose, and places a limit on the max number of records to show.
|
SkImageDiffer.h | 14 * Encapsulates an image difference metric algorithm that can be potentially run asynchronously.
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtcp_receiver_help.cc | 49 RTCPPacketInformation::AddVoIPMetric(const RTCPVoIPMetric* metric) 52 memcpy(VoIPMetric, metric, sizeof(RTCPVoIPMetric));
|
/external/dhcpcd/dhcpcd-hooks/ |
20-resolv.conf | 97 [ -n "$metric" ] && export IF_METRIC="$metric"
|
/external/tcpdump/ |
print-ripng.c | 50 rip6_entry_print(register const struct netinfo6 *ni, int metric) 56 if (metric)
|
/external/chromium_org/ash/ |
multi_profile_uma.h | 15 // browser frame that is recorded by the "Profile.OpenMethod" metric.
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_metrics.h | 74 // These record an UMA metric for the given test or recovery operation.
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_services_manager.h | 77 // The RapporService, for RAPPOR metric uploads.
|
/external/chromium_org/chrome/browser/resources/options/ |
settings_dialog.js | 49 prefs.commitPref(els[i].pref, els[i].metric);
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_track_metrics_host.h | 19 // reliably log the lifetime metric in the renderer because that
|
/external/chromium_org/third_party/WebKit/Source/web/painting/ |
ContinuousPainter.h | 42 // Overlays are excluded, because they impact the page paint time metric.
|