HomeSort by relevance Sort by last modified time
    Searched full:trials (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/
browser_trial.h 5 // BrowserTrial contains methods specific to field trials (using FieldTrial
15 // define current and past trials.
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials.h 18 // Called by the browser main sequence to set up Field Trials for this client.
23 // Instantiates dynamic trials by querying their state, to ensure they get
chrome_browser_field_trials.cc 39 // Field trials that are shared by all platforms.
53 // Call |FindValue()| on the trials below, which may come from the server, to
60 // The following trials are used from renderer process.
64 // Activate the autocomplete dynamic field trials.
chrome_browser_field_trials_mobile.h 16 // Sets up mobile-only field trials.
chrome_browser_field_trials_desktop.h 16 // Sets up common desktop-only field trials.
  /external/chromium_org/components/variations/
entropy_provider_unittest.cc 137 // Number of buckets in the simulated field trials.
186 // Simply asserts that two trials using one-time randomization
194 scoped_refptr<base::FieldTrial> trials[] = { local
203 for (size_t i = 0; i < arraysize(trials); ++i) {
205 trials[i]->AppendGroup(std::string(), 1);
208 // The trials are most likely to give different results since they have
210 EXPECT_NE(trials[0]->group(), trials[1]->group());
211 EXPECT_NE(trials[0]->group_name(), trials[1]->group_name())
224 scoped_refptr<base::FieldTrial> trials[] = { local
251 scoped_refptr<base::FieldTrial> trials[] = { local
    [all...]
  /external/chromium_org/chrome/common/metrics/variations/
uniformity_field_trials.h 14 // A collection of one-time-randomized and session-randomized field trials
variations_util.h 19 // Field Trials for which a group has not been chosen yet are NOT returned in
26 // with the names as hex strings. Field Trials for which a group has not been
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.h 29 // the case where lazy-loaded features start their field trials some time
30 // after initial batch of field trials are created, and also to avoid blocking
  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.cc 81 // |kMaxSize| field trials at any given time, so eviction should happen very
82 // rarely, only as new trials are introduced, evicting old expired trials.
  /external/chromium_org/tools/perf/page_sets/tough_animation_cases/
transform_transitions.html 61 var trials = 0;
85 document.getElementById("estimate").innerHTML = "Buffon estimate of pi after " + trials.toString() + " needle drops:<br>" + estimate.toString();
102 trials++;
105 estimate = 2 * trials / hits;
  /external/compiler-rt/test/timing/
floatdidf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatdisf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatdixf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundidf.c 37 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundisf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundixf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
ashldi3.c 42 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
ashrdi3.c 42 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
divdi3.c 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
lshrdi3.c 42 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
moddi3.c 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 33 // Start a series of r trials:
41 // Start a series of r trials to determine baseline time:
47 // Returns true if the trials have been completed, else false
66 unsigned int reps; // Number of trials
  /external/chromium_org/base/metrics/
field_trial.h 78 // One time randomized trials will persist the group choice between
79 // restarts, which is recommended for most trials, especially those that
82 // Session randomized trials will roll the dice to select a group on every
88 // randomized (persistent) field trials.
148 // the group choice here. Note that this is a NOOP for already forced trials.
153 // Enable benchmarking sets field trials to a common setting.
279 // When benchmarking is enabled, field trials all revert to the 'default'
287 // Class with a list of all active field trials. A trial is active if it has
292 // Specifies whether field trials should be activated (marked as "used"), when
321 // To support one-time randomized field trials, specify a non-NUL
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 8 var trials = 3; variable
55 trials: 3,
103 trials: 3,
138 trials: 3,
175 trials: 1,
219 trials: 1,
241 trials: 1,
263 trials: 1,
285 trials: 1,
400 trials: 3
    [all...]

Completed in 435 milliseconds

1 2 3 4 5 6