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

1 23 4 5 6

  /external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial.cc 37 // The maximum number of the autocomplete dynamic field trials (aka layers).
68 // Whether the static field trials have been initialized by
116 // Initialize all autocomplete dynamic field trials. This method may be
123 // Make sure that Autocomplete dynamic field trials are activated. It's OK to
191 // Make sure that Autocomplete dynamic field trials are activated. It's OK to
omnibox_field_trial.h 18 // This class manages the Omnibox field trials.
33 // Activates all dynamic field trials. The main difference between
34 // the autocomplete dynamic and static field trials is that the former
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 121 // Initialize here field trials that don't need to read from files.
124 // Initialize any chromeos field trials that need to read from a file (e.g.,
354 // Field trials that do not read from files can be initialized in
external_metrics.h 83 // Calls setup methods for Chrome OS field trials that need to be initialized
  /external/chromium_org/chrome/browser/search/
search.h 133 // trials.
136 // Returns true if 'prefetch_results' flag is set to true in field trials to
144 // Returns true if 'hide_verbatim' flag is enabled in field trials
instant_service_unittest.cc 132 // 'prefetch_results' flag is not enabled in field trials. Make sure
  /external/chromium_org/chrome/common/metrics/proto/
omnibox_event.proto 210 // The set of field trials that have triggered in the most recent query,
217 // Same as above except that the set of field trials is a union of all field
218 // trials that have triggered within the current omnibox session including
  /external/chromium/base/metrics/
field_trial.h 142 // Enable benchmarking sets field trials to a common setting.
203 // When benchmarking is enabled, field trials all revert to the 'default'
211 // Class with a list of all active field trials. A trial is active if it has
265 // Return the number of active field trials.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
ARM_DELIVERY.TXT 28 But Beta also indicates that pre-release reliability trials are ongoing and
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 9 trials are entirely ignored by this script.
115 # Field trials are unique within a session, so are effectively constants.
  /external/iputils/
clockdiff.c 92 #define TRIALS 10
186 * If no answer is received for TRIALS consecutive times,
189 if (seqno - acked > TRIALS)
363 * If no answer is received for TRIALS consecutive times,
366 if ( seqno - acked > TRIALS) {
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 69 Int i, j, trials; local
93 trials = info[0] - 1; /* AL register - bits 0..7 of %eax */
96 if (0 != trials) {
97 VG_(dmsg)("warning: non-zero CPUID trials for Intel processor (%d)\n",
98 trials);
  /external/srtp/crypto/cipher/
cipher.c 373 * the number of trials
390 /* time repeated trials */
  /external/srtp/crypto/test/
cipher_driver.c 414 * the number of trials
433 /* time repeated trials */
  /external/chromium_org/chrome/browser/
chrome_browser_main.h 99 // creation of field trials. Call only after labs have been converted to
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 639 // "prefetch_results_srp" flag is enabled via field trials.
645 // |prefetch_results_srp" flag is disabled via field trials.
673 // If the "prefetch_results" flag is enabled via field trials, then
687 // false if the "prefetch_results" flag is disabled via field trials.
    [all...]
  /external/chromium_org/chrome/common/metrics/variations/
uniformity_field_trials.cc 28 // Probability per group remains constant for all uniformity trials, what
  /external/chromium_org/components/variations/
variations_associated_data.h 23 // variation configs, but may also be used for client-only field trials by
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 18 /* finds the next prime after the number "a" using "t" trials
  /external/e2fsprogs/resize/
resize2fs.8.in 111 time trials.
  /external/srtp/crypto/include/
cipher.h 210 * the number of trials
  /external/srtp/test/
replay_driver.c 52 * num_trials defines the number of trials that are used in the
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 264 fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n");
299 fprintf(stderr, "\n\nECB Time Trials for the Symmetric Ciphers:\n");
371 fprintf(stderr, "\n\nCBC Time Trials for the Symmetric Ciphers:\n");
446 fprintf(stderr, "\n\nCTR Time Trials for the Symmetric Ciphers:\n");
521 fprintf(stderr, "\n\nLRW Time Trials for the Symmetric Ciphers:\n");
599 fprintf(stderr, "\n\nHASH Time Trials for:\n");
    [all...]

Completed in 1002 milliseconds

1 23 4 5 6