HomeSort by relevance Sort by last modified time
    Searched full:trial (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium/chrome/browser/
browser_main.cc 405 scoped_refptr<base::FieldTrial> trial(
410 int npn_spdy_grp = trial->kDefaultGroupNumber;
413 int npn_http_grp = trial->AppendGroup("npn_with_http", npnhttp_probability);
415 int trial_grp = trial->group();
431 // Setup SPDY CWND Field trial.
440 scoped_refptr<base::FieldTrial> trial(
444 trial->AppendGroup("cwnd10", kSpdyCwnd10);
445 trial->AppendGroup("cwnd16", kSpdyCwnd16);
446 trial->AppendGroup("cwndMin16", kSpdyCwndMin16);
447 trial->AppendGroup("cwndMin10", kSpdyCwndMin10)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 565 UnicodeString trial; local
566 nfd.normalize(temp, trial, status);
567 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
  /external/icu4c/common/
caniter.cpp 566 UnicodeString trial; local
567 nfd.normalize(temp, trial, status);
568 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
  /external/chromium_org/chrome/browser/net/
network_stats.cc 866 CR_DEFINE_STATIC_LOCAL(scoped_refptr<base::FieldTrial>, trial, ());
869 if (!trial.get()) {
870 // Set up a field trial to collect network stats for UDP.
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 361 SyntheticTrialGroup::SyntheticTrialGroup(uint32 trial,
365 id.name = trial;
    [all...]
  /external/chromium/chrome/browser/net/
predictor_api.h 101 // Maintain a field trial instance when we do A/B testing.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 122 # '-trial').
  /external/chromium_org/chrome/browser/
chrome_browser_main.h 114 // PreReadExperiment field-trial. This also reports to the appropriate
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 39 // Constants for the feedback field trial.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 125 # '-trial').
  /external/chromium_org/components/variations/
variations_associated_data.cc 146 // Tests whether a field trial is active (i.e. group() has been called on it).
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 606 // This is on a field trial so we can turn it off easily if it blows up
608 scoped_refptr<base::FieldTrial> trial(
613 trial->AppendGroup("Enabled", 0);
615 if (trial->group() == enabled_group) {
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 665 struct Trial {
675 VerboseOut("Trial with %.2f min downtime, avg. interval %.2f min.\n",
687 Trial trials[] = {
739 // Print individual trial results for optional manual evaluation.
  /external/chromium_org/third_party/tlslite/patches/
signed_certificate_timestamps.patch 145 return HandshakeMsg.postWrite(self, w, trial)
  /external/dropbear/
cli-authpubkey.c 177 /* Send a trial request */
  /external/genext2fs/
genext2fs.8 37 The filesystem image size in blocks can be minimised by trial and error.
  /external/proguard/docs/
testimonials.html 75 After searching for, trying to trial, and futzing with numerous other
  /frameworks/base/docs/html/google/play/billing/
index.jd 16 <li><strong>Free trials</strong>&mdash;You can now offer users a configurable <a href="/google/play/billing/v2/billing_subscriptions.html#trials">free trial period</a> for your in-app subscriptions. You can set up trials with a simple change in the Developer Console&mdash;no change to your app code is needed.</li>
  /external/chromium_org/third_party/sqlite/src/test/
pragma.test 585 CREATE TABLE trial(col_main);
586 CREATE TEMP TABLE trial(col_temp);
591 PRAGMA table_info(trial);
596 PRAGMA temp.table_info(trial);
601 PRAGMA main.table_info(trial);
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_manager.cc 392 scoped_refptr<base::FieldTrial> trial(
408 trial->AppendGroup("Enabled", enabled_probability);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 140 for trial in xrange(100):
143 if trial & 1: # Half of the time, use heapify
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 140 for trial in xrange(100):
143 if trial & 1: # Half of the time, use heapify
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc 209 // If multiprofile mode is not enabled, the trial will not be enabled, so it
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 243 # http://twistedmatrix.com/trac/browser/trunk/twisted/trial/runner.py
  /external/chromium_org/third_party/icu/source/test/letest/
readme.html 78 is shareware. If you want to use it for longer than a trial period,

Completed in 786 milliseconds

1 2 3 45 6 7 8 91011