/prebuilts/go/darwin-x86/src/testing/quick/ |
quick.go | 17 var defaultMaxCount *int = flag.Int("quickchecks", 100, "The default number of iterations for each check") 157 // MaxCount sets the maximum number of iterations. If zero, 183 // getMaxCount returns the maximum number of iterations to run for a given
|
/prebuilts/go/linux-x86/src/testing/quick/ |
quick.go | 17 var defaultMaxCount *int = flag.Int("quickchecks", 100, "The default number of iterations for each check") 157 // MaxCount sets the maximum number of iterations. If zero, 183 // getMaxCount returns the maximum number of iterations to run for a given
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UnicodeSetTest.java | 862 int iterations = 1000000 / size; local 867 CheckSpeed(iset, jset, "when a = b", iterations); 871 CheckSpeed(iset, jset, "when a contains b", iterations); 872 CheckSpeed(jset, iset, "when b contains a", iterations); 876 CheckSpeed(jset, iset, "when a, b are disjoint", iterations); 879 void CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) { 880 CheckSpeed2(iset, jset, message, iterations); 881 CheckSpeed3(iset, jset, message, iterations); 884 void CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) { 894 for (int i = 0; i < iterations; ++i) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UnicodeSetTest.java | 858 int iterations = 1000000 / size; local 863 CheckSpeed(iset, jset, "when a = b", iterations); 867 CheckSpeed(iset, jset, "when a contains b", iterations); 868 CheckSpeed(jset, iset, "when b contains a", iterations); 872 CheckSpeed(jset, iset, "when a, b are disjoint", iterations); 875 void CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) { 876 CheckSpeed2(iset, jset, message, iterations); 877 CheckSpeed3(iset, jset, message, iterations); 880 void CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) { 890 for (int i = 0; i < iterations; ++i) [all...] |
/external/opencv3/modules/core/test/ |
test_ds.cpp | 336 int struct_count, max_struct_size, iterations, generations; member in class:Core_DynStructBaseTest 358 iterations = max_struct_size*2; 396 iterations = cvReadInt( find_param( fs, "iterations" ), iterations ); 398 iterations = cvRound(iterations*sqrt_scale); 410 iterations = cvtest::clipInt( iterations, 100, 1<<20 ); [all...] |
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
GLPrimitiveBenchmark.java | 116 * @param numIterations The number of iterations to run, each iteration has a bigger workload.
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
SensorOperation.java | 84 * to be added. This is useful for {@link SensorOperation}s that have many iterations or child
|
/cts/tests/tests/security/src/android/security/cts/ |
AslrTest.java | 70 // Sufficient number of iterations to ensure we should see at least
|
/docs/source.android.com/src/devices/graphics/ |
test-groups.jd | 55 rendering load. By default the tests will execute only a few iterations, but
|
/external/autotest/client/samples/ |
control.kbuild_and_tests | 59 job.run_test('kernbench', iterations=2, threads=5)
|
/external/autotest/client/tests/kvm/tests/ |
balloon_check.py | 100 # we won't trigger guest OOM killer while running multiple iterations
|
multi_disk.py | 59 logging.info("iterations: %s", (i + 1))
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
firmware_ConsecutiveBoot.py | 20 This test is intended to be run with many iterations to ensure that the DUT
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
PBEParametersGenerator.java | 26 * @param iterationCount the number of iterations the "mixing" function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DSAParametersGenerator.java | 29 private int iterations; field in class:DSAParametersGenerator 61 this.iterations = Math.max(getMinimumIterations(L), (certainty + 1) / 2); 105 this.iterations = Math.max(getMinimumIterations(L), (certainty + 1) / 2); 344 // return !Primes.hasAnySmallFactors(x) && Primes.isMRProbablePrime(x, random, iterations);
|
/external/chromium-trace/catapult/tracing/tracing/base/unittest/ |
test_suite.html | 87 if (options === undefined || options.iterations === undefined)
|
/external/deqp/doc/testspecs/GLES31/ |
functional.compute.shared_var.txt | 52 iterations, true is set to appropriate element of the output array. Test case
|
/external/fio/lib/ |
flist_sort.c | 67 * In worst cases this loop may run many iterations.
|
/external/flac/libFLAC/include/private/ |
float.h | 86 * 'precision' roughly limits the number of iterations that are done;
|
/external/guava/guava/src/com/google/common/collect/ |
StandardRowSortedTable.java | 33 * iterations across the columns keys for a single row key may or may not be
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ValueIterator.java | 15 * <p>The ValueIterator allows iterations over integer indexes in the range
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
test_threads.cpp | 39 printf("Starting %d threads x %d x %d iterations...\n", numThreads, numIter1, numIter2);
|
/external/libchrome/crypto/ |
symmetric_key.h | 54 size_t iterations,
|
symmetric_key_win.cc | 244 size_t iterations, 286 for (size_t iteration = 2; iteration <= iterations; ++iteration) { 361 size_t iterations, 447 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
|
/external/libchrome/sandbox/linux/services/ |
thread_helpers_unittests.cc | 100 // Manually, this has been tested with more that 1M iterations.
|