/frameworks/base/tests/DumpRenderTree/assets/ |
run_page_cycler.py | 9 run_page_cycler.py "file:///sdcard/webkit/page_cycler/moz/start.html\?auto=1\&iterations=10" 35 print "need a URL, e.g. file:///sdcard/webkit/page_cycler/moz/start.html\?auto=1\&iterations=10" 159 help="(for network mode) specify how many iterations"
|
/external/aac/libAACenc/src/ |
qc_main.cpp | 153 AAC_ENCODER_ERROR FDKaacEnc_reduceBitConsumption(int* iterations, 894 INT iterations[(1)][(6)]; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 890 int iterations = 0; \/\/ Number of halving operations to perform after the initial resize local [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
RecurrenceProcessorTest.java | [all...] |
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 118 int iterations = 0; local 120 if (iterations == 100) { 131 iterations++;
|
/external/v8/test/mjsunit/ |
for-in.js | 89 // Test outside a loop and in a loop for multiple iterations.
|
debug-liveedit-patch-positions-replace.js | 74 // This several iterations should cause call IC for BeingReplaced call. This IC
|
math-floor.js | 157 // The optimized function will deopt. Run it with enough iterations to try
|
math-round.js | 60 // The optimized function will deopt. Run it with enough iterations to try
|
/external/blktrace/btreplay/ |
btreplay.c | 101 * @iterations: Remaining iterations to process 113 int cpu, ifd, ofd, iterations; member in struct:thr_info 143 static int def_iterations = 1; // Default number of iterations 868 tip->iterations = def_iterations; [all...] |
/external/icu4c/test/intltest/ |
numfmtst.h | 258 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
|
/external/netperf/ |
netcpu_pstatnew.c | 151 calibrate_idle_rate(int iterations, int interval)
|
netcpu_kstat10.c | 299 calibrate_idle_rate(int iterations, int interval)
|
/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/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputHLSL.cpp | 1672 int iterations = (limit - initial + 1) \/ increment; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 226 | The prediction loop has exceeded a maximum limit of 50000 iterations 290 | The prediction loop has exceeded a maximum limit of 50000 iterations
|
/external/v8/test/mjsunit/compiler/ |
math-floor-global.js | 159 // The optimized function will deopt. Run it with enough iterations to try
|
math-floor-local.js | 159 // The optimized function will deopt. Run it with enough iterations to try
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queues.py | 69 make_option("--exit-after-iteration", action="store", type="int", dest="iterations", default=None, help="Stop running the queue after iterating this number of times."), 125 return not self._options.iterations or self._iteration_count <= self._options.iterations
|
/frameworks/av/media/libstagefright/ |
MPEG4Writer.cpp | 109 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local 110 while (it != mTableEntryList.end() && iterations > 0) { 112 --iterations; 115 CHECK_EQ(iterations, 0); 130 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local 131 while (it != mTableEntryList.end() && iterations > 0) { 133 --iterations; 136 CHECK_EQ(iterations, 0); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 472 final int iterations = 10000; local 476 for (int i = 0; i < iterations; i++) { 484 for (int i = 0; i < iterations; i++) {
|
VectorTest.java | 418 final int iterations = 10000; local 422 for (int i = 0; i < iterations; i++) { 431 for (int i = 0; i < iterations; i++) { [all...] |
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | 146 my $iterations = 1; 292 --iterations n Number of times to run the set of tests (e.g. ABCABCABC) 340 'iterations=i' => \$iterations, 673 print " $iterations times" if ($iterations > 1); 692 for (my $i = 1; $i < $iterations; $i++) { [all...] |