HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 301 - 325 of 1508) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/firmware_ConsecutiveBootPowerButton/
control.dev.100 19 This test is intended to be run with many iterations to ensure that the DUT
  /external/autotest/server/site_tests/firmware_DevModeStress/
control 19 This test is intended to be run with many iterations to ensure that the
  /external/autotest/server/site_tests/platform_PowerStatusStress/
control 28 -loop_count - number of iterations to go through power on/off and checks
control.stress2 28 -loop_count - number of iterations to go through power on/off and checks
control.stress3 28 -loop_count - number of iterations to go through power on/off and checks
control.stress4 28 -loop_count - number of iterations to go through power on/off and checks
control.stress5 28 -loop_count - number of iterations to go through power on/off and checks
  /external/autotest/tko/
tko.proto 30 repeated Iteration iterations = 9;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 23 private int iterations; field in class:RSAKeyPairGenerator
28 this.iterations = getNumberOfIterations(this.param.getStrength(), this.param.getCertainty());
197 return !Primes.hasAnySmallFactors(x) && Primes.isMRProbablePrime(x, param.getRandom(), iterations);
204 * certainty is higher than the FIPS 186-4 tables (C.2/C.3) cater to, extra iterations
  /external/compiler-rt/test/asan/TestCases/Posix/
current_allocated_bytes.cc 42 printf("Success after %d iterations\n", kNumIterations);
  /external/guava/guava/src/com/google/common/hash/
SipHashFunction.java 54 "The number of SipRound iterations (c=%s) during Compression must be positive.", c);
56 "The number of SipRound iterations (d=%s) during Finalization must be positive.", d);
157 private void sipRound(int iterations) {
158 for (int i = 0; i < iterations; i++) {
  /external/icu/icu4c/source/test/intltest/
tsdate.h 58 int32_t fLimit; // How many iterations it should take to reach convergence
  /external/libunwind/tests/
Gperf-trace.c 40 static long iterations = 10000; variable
106 for (i = 0; i < iterations; ++i)
119 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations);
233 iterations = atol (argv[2]);
  /external/llvm/test/Analysis/ScalarEvolution/
2007-07-15-NegativeStride.ll 1 ; RUN: opt < %s -analyze -scalar-evolution -scalar-evolution-max-iterations=0 | FileCheck %s
2008-05-25-NegativeStepToZero.ll 1 ; RUN: opt < %s -analyze -scalar-evolution -scalar-evolution-max-iterations=0 | FileCheck %s
2008-07-29-SGTTripCount.ll 2 ; RUN: -scalar-evolution-max-iterations=0 | FileCheck %s
2008-07-29-SMinExpr.ll 2 ; RUN: -scalar-evolution-max-iterations=0 | FileCheck %s
  /external/llvm/test/Transforms/Inline/
crash2.ll 1 ; RUN: opt -inline -scalarrepl -max-cg-scc-iterations=1 -disable-output < %s
gvn-inline-iteration.ll 1 ; RUN: opt -basicaa -inline -gvn -S -max-cg-scc-iterations=1 < %s | FileCheck %s
  /external/llvm/test/Transforms/LoopUnroll/
loop-remarks.ll 4 ; COMPLETE-UNROLL: remark: {{.*}}: completely unrolled loop with 16 iterations
  /external/opencv3/modules/flann/include/opencv2/flann/
composite_index.h 47 CompositeIndexParams(int trees = 4, int branching = 32, int iterations = 11,
55 // max iterations to perform in one kmeans clustering (kmeans tree)
56 (*this)["iterations"] = iterations;
  /external/valgrind/drd/tests/
omp_printf.c 14 "-i <n>: number of loop iterations.\n"
  /frameworks/base/core/java/android/test/
RepetitiveTest.java 37 * @return The total number of iterations, the default is 1.
  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 31 bundle.putInt("iterations", i);
  /libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/
DigestTest.java 41 final int ITERATIONS = 100;
62 for (int j = 0; j < ITERATIONS + WARMUP; j++) {
92 System.out.println("Time for " + ITERATIONS + " x old hash processing: "
94 System.out.println("Time for " + ITERATIONS + " x new hash processing: "

Completed in 3861 milliseconds

<<11121314151617181920>>