/external/ceres-solver/examples/ |
nist.cc | 100 "Maximum number of iterations for each line search."); 114 DEFINE_int32(num_iterations, 10000, "Number of iterations"); 471 "certified cost: %e total iterations: %d\n",
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4)); 35 STATISTIC(MaxSCCIterations, "Maximum CGSCCPassMgr iterations on one SCC"); 465 << " times, due to -max-cg-scc-iterations\n");
|
/external/lzma/ |
lzma.txt | 180 Also you can change the number of iterations. Example for 30 iterations:
182 Default number of iterations is 10.
|
/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 | 316 * The next 9 iterations increment it by 1 at a time (up to 10). 317 * The next 9 iterations increment it by 1 to 10 (random) at a time. 318 * 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/chromium_org/third_party/icu/source/test/intltest/ |
tsmthred.cpp | 479 const int kFormatThreadIterations = 20; // # of iterations per thread 769 logln("Spawning: %d threads * %d iterations each.", 1020 logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIterations + " iterations each."); [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/chromium_org/third_party/WebKit/Tools/Scripts/ |
bencher | 254 puts "can change the amount of warm-up iterations, number of iterations executed per" 266 puts "--rerun <n> Set the number of iterations of the benchmark that" 269 puts " iterations. Default is #{$inner}." [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/chromium_org/third_party/sqlite/src/test/ |
malloc.test | 763 # modifies both the database table and index. For iterations where 773 # the database after doing so. If this is one of the right iterations, 784 # one of the magic iterations and the change counter was not modified,
|
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 384 /// iterations by the compiler. That is, any loop-carried dependency checking 390 /// iterations is not guaranteed, thus, the end result might or might not 392 /// 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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 219 // Iterations: 436 // Max iterations: 542 // Max iterations: [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
|
/system/extras/micro_bench/ |
micro_bench.cpp | 606 printf(" Print the average and standard deviation of all iterations.\n"); 634 printf(" For _cold benchmarks, use this as the minimum stride between iterations.\n"); 638 printf(" The number of iterations to execute each benchmark. If not\n"); [all...] |
/art/runtime/base/ |
timing_logger.cc | 108 os << "Start Dumping histograms for " << iterations_ << " iterations"
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 227 // If we've run too few iterations, we continue for another second.
|