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

  /external/chromium_org/chrome/common/metrics/
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/third_party/smhasher/src/
Types.cpp 71 int trials = 0; local
82 trials++;
145 printf("%d %d %d %d %d %d\n",trials,popfail,bitfail,matchfail,primefail,count);
SpeedTest.cpp 168 double SpeedTest ( pfHash hash, uint32_t seed, const int trials, const int blocksize, const int align )
186 times.reserve(trials);
188 for(int itrial = 0; itrial < trials; itrial++)
213 const int trials = 2999; local
220 double cycles = SpeedTest(hash,seed,trials,blocksize,align);
233 const int trials = 999999; local
237 double cycles = SpeedTest(hash,seed,trials,keysize,0);
DifferentialTest.h 189 void DiffDistTest ( pfHash hash, const int diffbits, int trials, double & worst, double & avg )
191 std::vector<keytype> keys(trials);
192 std::vector<hashtype> A(trials),B(trials);
194 for(int i = 0; i < trials; i++)
220 for(int i = 0; i < trials; i++)
  /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...]
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 660 VerboseOut(" Test result after %d trials.\n", num_runs);
688 Trial trials[] = { local
711 // If things don't converge by the time we've done 100K trials, then
714 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(trials); ++i) {
716 ++trials[i].stats.num_runs;
718 trials[i].duration, trials[i].average_client_interval, false);
720 trials[i].duration, trials[i].average_client_interval, true);
723 trials[i].stats.total_ratio_unprotected += ratio_unprotected
    [all...]
  /system/core/libcutils/tests/memset_mips/
test_memset.c 82 testone(char *tag, void (*fn)(), int trials, int minbytes, int maxbytes, int size, int threshold)
95 for (i = 0; i < trials; i++) {
187 int trials; member in struct:__anon62718
229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
  /external/openssh/
moduli.c 448 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted)
458 if (trials < TRIAL_MINIMUM) {
459 error("Minimum primality trials is %d", TRIAL_MINIMUM);
472 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
473 ctime(&time_start), trials, generator_wanted);
558 in_tries += trials;
560 in_tries = trials;
618 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
625 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
ssh-keygen.c 1924 u_int32_t memory = 0, generator_wanted = 0, trials = 100; local
    [all...]
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 86 trials = 10000 # large num prevents false negatives without slowing normal case
92 for i in xrange(trials):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 86 trials = 10000 # large num prevents false negatives without slowing normal case
92 for i in xrange(trials):
  /external/clang/tools/c-index-test/
c-index-test.c 3821 int trials = atoi(argv[2]); local
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 680 milliseconds