/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 522 final int iterations = 10000; local 526 for (int i = 0; i < iterations; i++) { 534 for (int i = 0; i < iterations; i++) {
|
VectorTest.java | 474 final int iterations = 10000; local 478 for (int i = 0; i < iterations; i++) { 487 for (int i = 0; i < iterations; i++) { [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 314 * The next 9 iterations increment it by 1 at a time (up to 10). 315 * The next 9 iterations increment it by 1 to 10 (random) at a time. 316 * The next 9 iterations increment it by 1 to 100 (random) at a time.
|
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |
/external/icu4c/test/intltest/ |
tsmthred.cpp | 630 const int kFormatThreadIterations = 20; // # of iterations per thread 920 logln("Spawning: %d threads * %d iterations each.", [all...] |
/external/opencv/cv/include/ |
cv.h | 328 int iterations CV_DEFAULT(1) ); 334 int iterations CV_DEFAULT(1) ); 345 int operation, int iterations CV_DEFAULT(1) ); 484 Also it does several iterations to get optical flow for [all...] |
/external/webkit/Source/WebKit/android/content/ |
address_detector.cpp | 361 // Iterations only used as a fail-safe against any buggy infinite loops. 362 size_t iterations = 0; local 364 for (; it_ != end_ && iterations < max_iterations; ++iterations) { 480 if (iterations >= max_iterations) [all...] |
/external/ceres-solver/docs/ |
solving.tex | 119 \subsection{Inner Iterations} 210 ones corresponding to the minimum cost over all iterations. 454 iterations for Levenberg-Marquardt. [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 936 int iterations, error = 0, jN, iN, kN, lN = 0; local 943 /* max_iterations - maximum number QR-iterations 1173 /* Iterations QR-algorithm for bidiagonal matrixes 1182 iterations = 0; 1253 Iterations of the process of the persecution 1264 /* Completion iterations: lower block 1267 if( iterations++ == max_iterations ) [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
RecurrenceProcessorTest.java | [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 383 /// iterations by the compiler. That is, any loop-carried dependency checking 389 /// iterations is not guaranteed, thus, the end result might or might not 391 /// iterations.
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationTestRunner.java | 247 * reports the number of total iterations of the current test. 779 // Report total number of iterations, if test is repetitive [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 625 /* Description of number of iterations of a loop. All the expressions inside 639 tree niter; /* The expression giving the number of iterations of 643 double_int max; /* The upper bound on the number of iterations of
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 625 /* Description of number of iterations of a loop. All the expressions inside 639 tree niter; /* The expression giving the number of iterations of 643 double_int max; /* The upper bound on the number of iterations of
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 625 /* Description of number of iterations of a loop. All the expressions inside 639 tree niter; /* The expression giving the number of iterations of 643 double_int max; /* The upper bound on the number of iterations of
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 625 /* Description of number of iterations of a loop. All the expressions inside 639 tree niter; /* The expression giving the number of iterations of 643 double_int max; /* The upper bound on the number of iterations of
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaRecorderStressTest.java | 382 Log.v(TAG, "iterations : " + i);
|
/dalvik/vm/test/ |
AtomicTest.cpp | 335 dvmFprintf(stdout, "Same iterations done serially: time is %.6fms\n",
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNumber.java | 417 * iterations within the expression. This is used to determine if a proximity
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 309 * iterations within the expression. This is used to determine if a proximity
|
/external/ceres-solver/internal/ceres/ |
linear_solver.h | 95 // Number of internal iterations that the solver uses. This
|
program_evaluator.h | 144 // without breaking out of it. The remaining loop iterations are still run,
|
/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 272 // iterations.
|
/external/chromium/chrome/browser/ui/gtk/ |
status_bubble_gtk.cc | 286 // toolbar" that I can find. Maybe in later iterations of the theme system,
|