/external/chromium_org/third_party/openssl/openssl/patches/ |
eng_dyn_dirs.patch | 64 + /* Previous failed loop iterations, if any, will have resulted in
|
/external/chromium_org/third_party/opus/src/silk/ |
resampler_down2_3.c | 93 /* More iterations to do; copy last part of filtered signal to beginning of buffer */
|
resampler_private_IIR_FIR.c | 97 /* More iterations to do; copy last part of filtered signal to beginning of buffer */
|
/external/chromium_org/tools/telemetry/unittest_data/ |
screenshot_sync.html | 127 window.__testMessage = 'Color mismatch after ' + testCount + ' iterations.';
|
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-patch-positions-replace.js | 74 // This several iterations should cause call IC for BeingReplaced call. This IC
|
/external/chromium_org/v8/tools/ |
fuzz-harness.sh | 30 # takes a long time because it runs many iterations and is intended for
|
/external/dropbear/libtomcrypt/src/misc/pkcs5/ |
pkcs_5_2.c | 25 @param iteration_count # of iterations desired for PKCS #5 v2 [read specs for more]
|
/external/flac/libFLAC/include/private/ |
float.h | 85 * 'precision' roughly limits the number of iterations that are done;
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
SkeletonControl.java | 332 int iterations = (int) FastMath.ceil(fvb.capacity() / ((float) posBuf.length)); local 334 for (int i = iterations - 1; i >= 0; i--) { 442 int iterations = (int) FastMath.ceil(fvb.capacity() / ((float) posBuf.length)); local 445 for (int i = iterations - 1; i >= 0; i--) {
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 167 // initial iterations. 296 // change its value ever again, so exclude it from iterations. 308 /// maximum number of iterations is reached. 319 // Run up to 10 iterations. The edge bundle numbering is closely related to
|
/external/llvm/test/Transforms/LoopUnroll/ |
2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/openssl/patches/ |
eng_dyn_dirs.patch | 64 + /* Previous failed loop iterations, if any, will have resulted in
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testblitspeed.c | 363 Uint32 iterations = 0; local 388 iterations++; 403 (int) iterations, 405 (int) (((float)iterations) / (((float)elasped) / 1000.0f)));
|
/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions-replace.js | 74 // This several iterations should cause call IC for BeingReplaced call. This IC
|
/external/valgrind/main/drd/ |
drd_clientobj.h | 128 // two barrier iterations.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routins.h | 139 * iterations.
|
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 145 public static final String METRIC_KEY_ITERATIONS = "iterations"; 407 * @return Runtime metrics stored in a bundle, including all iterations 408 * between calls to startTiming and stopTiming. List of iterations 409 * is keyed by {@link #METRIC_KEY_ITERATIONS iterations}.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
PerformanceCollectorTest.java | 467 ArrayList<Parcelable> iterations = timing.getParcelableArrayList( local 469 assertNotNull(iterations); 470 assertEquals(labels.size(), iterations.size()); 472 Bundle iteration = (Bundle)iterations.get(i);
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
JankTestBase.java | 66 // File that hold test status, e.g successful test iterations 354 * Process data from all test iterations, and save to disk 360 mStatusWriter.write(String.format("%s: %d success runs out of %d iterations\n", 368 log(String.format("In %s, # of successful test runs out of %s iterations: %d ",
|
/libcore/benchmarks/src/benchmarks/regression/ |
URLConnectionBenchmark.java | 61 // keep serving the same response for all iterations
|
/external/blktrace/doc/ |
btreplay.8 | 117 \-\-iterations=<\fInum\fR> 119 Set number of iterations to run.
|
/external/ceres-solver/include/ceres/ |
iteration_callback.h | 132 // Number of iterations taken by the line search algorithm. 135 // Number of iterations taken by the linear solver to solve for the
|
/external/chromium/base/ |
time_win_unittest.cc | 78 // It takes a lot of iterations to reproduce the bug! 229 // the number of iterations we do. However, if the QPC is disabled, this
|
/external/chromium_org/base/time/ |
time_win_unittest.cc | 78 // It takes a lot of iterations to reproduce the bug! 234 // the number of iterations we do.
|