HomeSort by relevance Sort by last modified time
    Searched refs:AppendGroup (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/metrics/
field_trial_unittest.cc 52 trial1->AppendGroup("", 7);
63 trial2->AppendGroup("a first group", 7);
86 int winner_group = trial_true->AppendGroup(winner, 10);
94 int loser_group = trial_false->AppendGroup("ALoser", 0);
109 trial->AppendGroup(loser, 5); // 50% chance of not being chosen.
134 trial->AppendGroup("first", 1); // 50% chance of being chosen.
140 trial->AppendGroup("second", 1); // Always chosen at this point.
158 int might_win = trial->AppendGroup("MightWin", 5);
186 int might_win = trial->AppendGroup("", 1);
211 trial->AppendGroup(loser, 999999999); // 99.9999999% chance of being chosen
    [all...]
field_trial.h 41 // trial->AppendGroup("HighMem", 20); // 2% in HighMem group.
43 // trial->AppendGroup("LowMem", 20); // 2% in LowMem group.
118 int AppendGroup(const std::string& name, Probability group_probability);
field_trial.cc 68 int FieldTrial::AppendGroup(const std::string& name,
253 field_trial->AppendGroup(group_name, kTotalProbability);
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.cc 71 trial->AppendGroup("ContentPrefetchEnabled", kYesPrefetchProbability);
73 trial->AppendGroup("ContentPrefetchPrerender1",
76 trial->AppendGroup("ContentPrefetchPrerenderControl1",
79 trial->AppendGroup("ContentPrefetchPrerender2",
82 trial->AppendGroup("ContentPrefetchPrerenderControl2",
  /external/chromium/chrome/browser/net/
predictor_api.cc 578 int disabled_prefetch = trial_->AppendGroup("disabled_prefetch",
589 int max_250ms_prefetch = trial_->AppendGroup("max_250ms_queue_prefetch",
591 int max_500ms_prefetch = trial_->AppendGroup("max_500ms_queue_prefetch",
593 int max_750ms_prefetch = trial_->AppendGroup("max_750ms_queue_prefetch",
596 int max_2s_prefetch = trial_->AppendGroup("max_2s_queue_prefetch",
602 int max_2_concurrent_prefetch = trial_->AppendGroup(
604 int max_4_concurrent_prefetch = trial_->AppendGroup(
606 int max_6_concurrent_prefetch = trial_->AppendGroup(
  /external/chromium/chrome/browser/
browser_main.cc 280 const int connect_5 = connect_trial->AppendGroup("conn_count_5",
282 const int connect_7 = connect_trial->AppendGroup("conn_count_7",
284 const int connect_8 = connect_trial->AppendGroup("conn_count_8",
286 const int connect_9 = connect_trial->AppendGroup("conn_count_9",
323 socket_timeout_trial->AppendGroup("idle_timeout_5",
326 socket_timeout_trial->AppendGroup("idle_timeout_10",
329 socket_timeout_trial->AppendGroup("idle_timeout_20",
367 proxy_connection_trial->AppendGroup("proxy_connections_16",
370 proxy_connection_trial->AppendGroup("proxy_connections_64",
413 int npn_http_grp = trial->AppendGroup("npn_with_http", npnhttp_probability)
    [all...]
io_thread.cc 101 int parallel_6 = trial->AppendGroup("parallel_6", kProbabilityPerGroup);
102 int parallel_7 = trial->AppendGroup("parallel_7", kProbabilityPerGroup);
103 int parallel_8 = trial->AppendGroup("parallel_8", kProbabilityPerGroup);
104 int parallel_9 = trial->AppendGroup("parallel_9", kProbabilityPerGroup);
105 int parallel_10 = trial->AppendGroup("parallel_10", kProbabilityPerGroup);
106 int parallel_14 = trial->AppendGroup("parallel_14", kProbabilityPerGroup);
107 int parallel_20 = trial->AppendGroup("parallel_20", kProbabilityPerGroup);
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 35 int active = trial->AppendGroup("active", 5); // 0.5% in active group.
  /external/chromium/net/disk_cache/
backend_impl.cc 181 trial1->AppendGroup(group1, totalProbability);
    [all...]

Completed in 172 milliseconds