/external/icu4c/test/intltest/ |
tsdate.h | 58 int32_t fLimit; // How many iterations it should take to reach convergence
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2007-07-15-NegativeStride.ll | 2 ; RUN: -scalar-evolution-max-iterations=0 | grep "Loop %bb: backedge-taken count is 100"
|
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
|
trip-count.ll | 2 ; RUN: -scalar-evolution-max-iterations=0 | grep "backedge-taken count is 10000"
|
/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/valgrind/main/drd/tests/ |
omp_printf.c | 14 "-i <n>: number of loop iterations.\n"
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
dowhile-005.js | 55 "number of loop iterations",
|
/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);
|
/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/ |
LauncherRotationStressTest.java | 29 * Run rotation stress test using Launcher2 for 50 iterations.
|
/system/extras/latencytop/ |
latencytop.c | 70 int delay, iterations; local 76 iterations = 0; 93 iterations = atoi(argv[++i]); 140 while ((iterations == 0) || (count++ < iterations)) { 420 fprintf(stderr, "Usage: %s [ -d delay ] [ -n iterations ] [ -p pid [ -t tid ] ] [ -h ]\n" 422 " -n iterations Number of updates to show (0 = infinite).\n"
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IterativeSolverBase.h | 135 /** \returns the max number of iterations */ 141 /** Sets the max number of iterations */ 148 /** \returns the number of iterations performed during the last solve */ 149 int iterations() const function in class:Eigen::IterativeSolverBase 189 /** \returns Success if the iterations converged, and NoConvergence otherwise. */
|
/external/netperf/ |
netcpu_pstat.c | 93 Loop a number of iterations, sleeping wait_time seconds each and 98 calibrate_idle_rate(int iterations, int interval) 126 if (iterations > MAXTIMES) { 127 iterations = MAXTIMES; 138 for(i = 0; i < iterations; i++) {
|
/external/eigen/bench/spbench/ |
spbenchsolver.h | 77 int iterations; member in struct:Stats 83 int MaximumIters; // Maximum number of iterations 195 stat.iterations = solver.iterations(); 211 cout << " (" << stat[solver_id].iterations << ") \n"; 233 cout << " (" << stat[solver_id].iterations << ") "; 263 error << " (" << stat[i].iterations << ") "; 273 error << " (" << stat[i].iterations << ") "; 490 MaximumIters = maxiters; // Maximum number of iterations, global variable
|
spbenchsolver.cpp | 20 cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n"; 61 // Get the maximum number of iterations and the tolerance
|
/external/llvm/lib/Transforms/Utils/ |
LoopUnrollRuntime.cpp | 16 // case, we need to generate code to execute these 'left over' iterations. 19 // unrolled loop to execute the 'left over' iterations. Other strategies 45 /// 'extra' iterations if the run-time trip count modulo the 277 // Compute the number of extra iterations required, which is: 278 // extra iterations = run-time trip count % (loop unroll factor + 1) 289 // Check if for no extra iterations, then jump to unrolled loop 293 // Branch to either the extra iterations or the unrolled loop 314 // number of 'left over' iterations. 349 // Branch to either the extra iterations or the unrolled loop
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 170 int iterations; local 199 iterations = MediaRecorderStressTestRunner.mIterations; 204 mOutput.write("Total number of loops: " + iterations + "\n"); 208 for (int i = 0; i < iterations; i++) { 220 Log.v(TAG, "iterations : " + iterations);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/dalvik/tests/083-jit-regressions/src/ |
Main.java | 41 + " after " + i + " iterations"); 47 + " after " + i + " iterations");
|
/external/chromium/crypto/ |
symmetric_key_mac.cc | 86 size_t iterations, 102 iterations,
|