/external/compiler-rt/test/timing/ |
modsi3.c | 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
muldi3.c | 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
negdi2.c | 43 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
udivdi3.c | 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
umoddi3.c | 45 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
/external/dropbear/libtommath/ |
bn_mp_prime_rabin_miller_trials.c | 32 /* returns # of RM trials required for a given bit size */
|
/external/chromium_org/third_party/smhasher/src/ |
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++)
|
Types.cpp | 71 int trials = 0; local 82 trials++; 145 printf("%d %d %d %d %d %d\n",trials,popfail,bitfail,matchfail,primefail,count);
|
/external/chromium_org/chrome/common/metrics/variations/ |
variation_ids.h | 132 // Name: Instant channel and extended field trials. 179 // Reserve 100 IDs to be used by autocomplete dynamic field trials. 180 // The dynamic field trials are activated by a call to 261 // Reserve 100 more IDs to be used by autocomplete dynamic field trials. 262 // The dynamic field trials are activated by a call to
|
/external/chromium_org/net/url_request/ |
url_request_throttler_simulation_unittest.cc | 659 VerboseOut(" Test result after %d trials.\n", num_runs); 687 Trial trials[] = { local 710 // If things don't converge by the time we've done 100K trials, then 713 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(trials); ++i) { 715 ++trials[i].stats.num_runs; 717 trials[i].duration, trials[i].average_client_interval, false); 719 trials[i].duration, trials[i].average_client_interval, true); 722 trials[i].stats.total_ratio_unprotected += ratio_unprotected [all...] |
/external/chromium_org/components/variations/ |
variations_seed_processor.h | 23 // Helper class to instantiate field trials from a variations seed. 29 // Creates field trials from the specified variations |seed|, based on the
|
/external/openssh/ |
moduli.0 | 50 trials Decimal number indicating the number of primality 51 trials that have been performed on the modulus.
|
moduli.5 | 96 .It trials 97 Decimal number indicating the number of primality trials
|
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)) {
|
/external/srtp/test/ |
roc_driver.c | 113 printf("error: failure rate too high (%d bad estimates in %d trials)\n", 158 printf("error: failure rate too high (%d bad estimates in %d trials)\n",
|
/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:__anon60909 229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_service.h | 32 // Used to setup field trials based on stored variations seed data, and fetch 40 // Creates field trials based on Variations Seed loaded from local prefs. If 41 // there is a problem loading the seed data, all trials specified by the seed
|
/frameworks/base/docs/html/google/play/billing/ |
index.jd | 16 <li><strong>Free trials</strong>—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—no change to your app code is needed.</li>
|
/external/chromium_org/tools/metrics/histograms/ |
extract_histograms.py | 275 """Process field trials' tags and combine with affected histograms. 278 created by combining histograms themselves with field trials targetting these 295 logging.error('Field trials %s and %s are not in alphabetical order' 300 # Field trials can depend on other field trials, so we need to be careful. 301 # Make a temporary copy of the list of field trials to use as a queue. 302 # Field trials whose dependencies have not yet been processed will get
|
/external/chromium_org/content/renderer/ |
renderer_main.cc | 191 // randomized trials; they should be created in the browser process. 193 // Ensure any field trials in browser are reflected into renderer. 195 // Field trials are created in an "activated" state to ensure they get
|
/external/chromium_org/chrome/browser/ |
chrome_browser_field_trials_mobile.cc | 19 // Base function used by all data reduction proxy field trials. A trial is
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings_unittest.h | 77 // This is a singleton that will clear all set field trials on destruction.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.h | 84 static int32_t TRIALS;
|
/external/icu4c/test/intltest/ |
dtfmtrtts.h | 84 static int32_t TRIALS;
|