/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 47 movs r3, r2, lsr #4 // calc. sixteens iterations 115 ands r3, r2, #15 // calc. single iterations
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.html | 563 obj.stderr = obj.stddev / Math.sqrt(obj.iterations); 622 obj.iterations != obj2.iterations) { 728 document.getElementById("iterations").value = extension.iterations; 756 var iterations = parseInt(document.getElementById("iterations").value); 760 if (iterations > 0) { 761 extension.iterations = iterations; [all...] |
background.html | 32 window.iterations = 10; 160 runCount_ = window.iterations; 178 current_.iterations = 0; 321 if (current_.iterations > 0 && 375 current_.iterations++;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
background.js | 22 window.iterations = 10; 149 runCount_ = window.iterations; 167 current_.iterations = 0; 310 if (current_.iterations > 0 && 364 current_.iterations++;
|
options.html | 142 <span>Iterations</span> 143 <input id="iterations" type="text" style="text-align:right" size="4"> 169 <th width=50 class="nobg">iterations</th> 231 <td class="avg" jseval="val = iterations" jscontent="val"></td>
|
/external/chromium_org/components/variations/ |
entropy_provider_unittest.cc | 139 // Max number of iterations to perform before giving up and failing. 141 // The number of iterations to perform before each time the statistical 157 // After |kCheckIterationCount| iterations, compute the Chi-Square 164 // will be flaky). Instead, perform additional iterations to determine 178 " after " << kMaxIterationCount << " iterations.";
|
/external/stlport/test/eh/ |
main.cpp | 130 cerr<<"Usage : "<<name<<" [-n <iterations>] [-s <size>] [-l] [-e] [-q]/[-v] [-t] [test_name...]\n"; 131 cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<endl; 196 // leak_test [-iterations] [-test] ... 215 cerr <<" Doing "<<niters<<" iterations\n";
|
/external/chromium_org/chrome/test/functional/ |
perf.py | 8 For tests that need to be run for multiple iterations (e.g., so that average 9 and standard deviation values can be reported), the default number of iterations 12 'NUM_ITERATIONS' to a positive integer, representing the number of iterations [all...] |
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 100 normalised as if run for 1000 iterations. 306 #ifndef ITERATIONS 307 #define ITERATIONS /*1000*/ /*500000*/ 100 309 int niter = ITERATIONS; /* Iteration counter */ 723 /* Process the number of iterations argument, if one is supplied. */ 731 printf("where <itercount> is the number of iterations\n"); 752 printf("and performance benchmark. %d iterations will be made.\n\n",
|
/external/valgrind/main/perf/ |
fbench.c | 96 normalised as if run for 1000 iterations. 302 #ifndef ITERATIONS 303 #define ITERATIONS /*1000*/ /*500000*/ 80000 305 int niter = ITERATIONS; /* Iteration counter */ 719 /* Process the number of iterations argument, if one is supplied. */ 727 printf("where <itercount> is the number of iterations\n"); 748 printf("and performance benchmark. %d iterations will be made.\n\n",
|
/external/valgrind/unittest/ |
bigtest.cc | 177 int iterations = 0; local 178 Vector params = EstimateParameters(*cost_m, *stats, 0.0005, &iterations); 186 printf("Parameters (estimated in %d steps) :\n", iterations); 575 const int ITERATIONS = 16; 578 for (int i = 1; i <= ITERATIONS; i++) { 591 const int ITERATIONS = 16; 594 for (int i = 1; i <= ITERATIONS; i++) {
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 89 final int ITERATIONS = 50; 105 operation.add(new RepeatingSensorTestOperation(continuousOperation, ITERATIONS)); 112 operation.add(new RepeatingSensorTestOperation(batchingOperation, ITERATIONS));
|
/dalvik/vm/test/ |
TestIndirectRefTable.cpp | 373 DBUG_MSG("Add/remove %d objects FIFO order, %d iterations, %0.3fms / iteration", 385 DBUG_MSG("Add/remove %d objects LIFO order, %d iterations, %0.3fms / iteration", 397 DBUG_MSG("Get %d objects, %d iterations, %0.3fms / iteration",
|
/external/guava/guava-tests/test/com/google/common/base/ |
SuppliersTest.java | 350 final int iterations = 1000; local 355 for (int j = 0; j < iterations; j++) { 368 assertEquals(numThreads * iterations + 1, (int) nonThreadSafe.get());
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 226 Bundle iterations = new Bundle(); local 227 iterations.putInt("currentiterations", runCount); 228 getInstrumentation().sendStatus(2, iterations);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingTest.java | 38 private final String ITERATIONS = "Iterations"; 109 results.putInt(ITERATIONS, mIteration);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 220 * avoid collisions. It starts at 1. The next 9 iterations increment it 221 * by 1 at a time (up to 10). The next 9 iterations increment it by 1 to 222 * 10 (random) at a time. The next 9 iterations increment it by 1 to 100
|
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/ |
GLPrimitiveBenchmark.java | 107 * @param numIterations The number of iterations to run, each iteration has a bigger workload.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
PBEParametersGenerator.java | 26 * @param iterationCount the number of iterations the "mixing" function
|
/external/chromium/crypto/ |
symmetric_key.h | 49 size_t iterations,
|
symmetric_key_win.cc | 241 size_t iterations, 283 for (size_t iteration = 2; iteration <= iterations; ++iteration) { 358 size_t iterations, 444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
|
/external/chromium_org/crypto/ |
symmetric_key.h | 50 size_t iterations,
|
symmetric_key_win.cc | 241 size_t iterations, 283 for (size_t iteration = 2; iteration <= iterations; ++iteration) { 358 size_t iterations, 444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
UnitBezier.h | 77 // First try a few iterations of Newton's method -- normally very fast.
|
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 163 out << " iterations=\"" << iter << "\"" << endl;
|