/external/chromium_org/tools/ |
bisect-perf-regression.py | 9 a bad revision where a performance metric has regressed, and asks for a last [all...] |
run-bisect-perf-regression.py | 104 'metric': string, etc...}. 154 valid_parameters = ['command', 'metric', 'repeat_count', 'truncate_percent', 170 valid_params = ['command', 'good_revision', 'bad_revision', 'metric', 186 opts_dict['metric'] = config['metric'] 240 opts.command, opts.metric, reset_on_first_run=True, results_label='Patch') 264 opts.command, opts.metric, upload_on_last_run=True, results_label='ToT') 358 '-m', config['metric'],
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_client_unittest.cc | 607 void(WalletApiCallMetric metric, 609 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric)); 613 void(WalletApiCallMetric metric)); 647 AutofillMetrics::WalletApiCallMetric metric, 650 LogWalletApiCallDuration(metric, testing::_)).Times(times); 654 AutofillMetrics::WalletApiCallMetric metric) { 656 LogWalletMalformedResponseMetric(metric)).Times(1); 659 void ExpectWalletErrorMetric(AutofillMetrics::WalletErrorMetric metric) { 660 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1); 664 AutofillMetrics::WalletRequiredActionMetric metric) { [all...] |
/external/chromium_org/tools/metrics/actions/ |
extract_actions_test.py | 44 ' <owner>Please list the metric\'s owners. ' 75 ' <description>Please enter the description of the metric.</description>\n' 99 ' <owner>Please list the metric\'s owners.' 101 ' <description>Please enter the description of the metric.</description>\n'
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 148 ConcurrencyMetricEnum metric) { 158 switch (metric) {
|
/external/dhcpcd/ |
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...] |
net.c | 216 iface->metric = 200 + if_nametoindex(iface->name); 219 iface->metric += 100;
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor.cc | 184 Metric metric; local 186 &metric)) { 187 performance_data_for_io_thread_.network_bytes_read = metric.value; 346 void PerformanceMonitor::AddMetricOnBackgroundThread(const Metric& metric) { 350 database_->AddMetric(metric); 522 database_->AddMetric(Metric(METRIC_CPU_USAGE, time_now, cpu_usage)); 523 database_->AddMetric(Metric(METRIC_PRIVATE_MEMORY_USAGE, 526 database_->AddMetric(Metric(METRIC_SHARED_MEMORY_USAGE [all...] |
database_unittest.cc | 15 #include "chrome/browser/performance_monitor/metric.h" 37 // Override the check for a metric's validity and insert it in the database. 40 bool AddInvalidMetric(std::string activity, Metric metric) { 43 metric.type, 48 metric.ValueAsString()); 169 Metric(METRIC_CPU_USAGE, clock_->GetTime(), 50.5)); 171 Metric(METRIC_CPU_USAGE, clock_->GetTime(), 13.1)); 173 Metric(METRIC_PRIVATE_MEMORY_USAGE, 177 Metric(METRIC_PRIVATE_MEMORY_USAGE [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)); 521 // Expect only the "form parsed" metric to be logged; no metrics about 552 // Expect both the "form parsed" metric and the author-specified field type 553 // hints metric to be logged [all...] |
form_structure.cc | 609 AutofillMetrics::ServerQueryMetric metric; local 612 metric = AutofillMetrics::QUERY_RESPONSE_OVERRODE_LOCAL_HEURISTICS; 614 metric = AutofillMetrics::QUERY_RESPONSE_WITH_NO_LOCAL_HEURISTICS; 617 metric = AutofillMetrics::QUERY_RESPONSE_MATCHED_LOCAL_HEURISTICS; 619 metric_logger.LogServerQueryMetric(metric); 781 // outside of this metric. [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
E_B_L_C_.py | 83 for metric in ('hori', 'vert'): 85 vars(curTable)[metric] = metricObj 192 for metric in ('hori', 'vert'): 193 metricObj = vars(curTable)[metric] 260 # Returns all the simple metric names that bitmap size table 271 for metric in ('hori', 'vert'): 272 getattr(self, metric).toXML(metric, writer, ttFont) 349 # the same XML except for specific metric information that is written
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-shaper.h | 236 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric 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);
|
/external/chromium_org/chrome/browser/resources/options/ |
options.js | 92 $('do-not-track-enabled').metric), 105 $('spelling-enabled-control').metric), 116 $('hotword-search-enable').metric),
|
/external/chromium_org/third_party/opus/src/celt/ |
celt_encoder.c | 366 /* Arbitrary metric for VBR boost */ 553 VARDECL(int, metric); 569 ALLOC(metric, len, int); 627 /* metric is in Q1 to be able to select the mid-point (-0.5) for narrower bands */ 629 metric[i] = 2*best_level; 631 metric[i] = -2*best_level; 632 *tf_sum += (isTransient ? LM : 0) - metric[i]/2; 633 /* For bands that can't be split to -1, set the metric to the half-way point to avoid 635 if (narrow && (metric[i]==0 || metric[i]==-2*LM) [all...] |
/external/libopus/celt/ |
celt_encoder.c | 366 /* Arbitrary metric for VBR boost */ 553 VARDECL(int, metric); 569 ALLOC(metric, len, int); 627 /* metric is in Q1 to be able to select the mid-point (-0.5) for narrower bands */ 629 metric[i] = 2*best_level; 631 metric[i] = -2*best_level; 632 *tf_sum += (isTransient ? LM : 0) - metric[i]/2; 633 /* For bands that can't be split to -1, set the metric to the half-way point to avoid 635 if (narrow && (metric[i]==0 || metric[i]==-2*LM) [all...] |
/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/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_invalidator_unittest.cc | 150 // Get the current count for the given metric. 151 base::HistogramBase::Count GetCount(MetricPolicyRefresh metric); 392 MetricPolicyRefresh metric) { 393 return GetHistogramSamples(kMetricPolicyRefresh)->GetCount(metric) - 394 refresh_samples_->GetCount(metric); [all...] |
/external/chromium_org/pdf/ |
out_of_process_instance.cc | [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run.cc | 658 void LogFirstRunMetric(FirstRunBubbleMetric metric) { 659 UMA_HISTOGRAM_ENUMERATION("FirstRun.SearchEngineBubble", metric,
|
/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/chromium_org/third_party/skia/tools/skpdiff/ |
diff_viewer.js | 235 // Indicates which diff metric is used for sorting 238 // Called by the sort buttons to adjust the metric used for sorting
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 235 // Indicates which diff metric is used for sorting 238 // Called by the sort buttons to adjust the metric used for sorting
|
/external/valgrind/main/exp-dhat/ |
dh_main.c | 1247 ULong metric = get_metric(api); local [all...] |