/system/core/liblog/tests/ |
benchmark.h | 49 virtual void RunFn(int iterations) { fn_(iterations); } 90 virtual void RunFn(int iterations) { BenchmarkWantsArg<T>::fn_arg_(iterations, arg_); }
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
RepeatingSensorOperation.java | 37 * @param iterations the number of iterations to run the operation for. 39 public RepeatingSensorOperation(SensorOperation operation, int iterations) { 44 mIterations = iterations; 49 * one iterations, it is thrown and all subsequent iterations will not run.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
access-binary-trees.js | 40 var iterations = 1 << (maxDepth - depth + minDepth); 43 for (var i=1; i<=iterations; i++){
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
access-binary-trees.js | 40 var iterations = 1 << (maxDepth - depth + minDepth); 43 for (var i=1; i<=iterations; i++){
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
access-binary-trees.js | 40 var iterations = 1 << (maxDepth - depth + minDepth); 43 for (var i=1; i<=iterations; i++){
|
/external/conscrypt/src/test/java/org/conscrypt/ |
FileClientSessionCacheTest.java | 36 final int iterations = FileClientSessionCache.MAX_SIZE * 10; local 42 for (int i = 0; i < iterations; i++) {
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 2 and performance benchmark. 100 iterations will be made.
|
/external/chromium_org/crypto/ |
symmetric_key_nss.cc | 46 size_t iterations, 49 if (salt.empty() || iterations == 0 || key_size_in_bits == 0) 78 iterations,
|
symmetric_key_openssl.cc | 53 size_t iterations, 77 salt.length(), iterations,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 64 String iterations = (String) icicle.get("iterations"); local 74 if (iterations != null ) { 75 mIterations = Integer.parseInt(iterations);
|
/bionic/benchmarks/ |
benchmark.h | 49 void RunRepeatedlyWithArg(int iterations, int arg);
|
/external/bluetooth/bluedroid/osi/src/ |
reactor.c | 40 static reactor_status_t run_reactor(reactor_t *reactor, int iterations, struct timeval *tv); 114 // Runs the reactor loop for a maximum of |iterations| with the given timeout, |tv|. 115 // 0 |iterations| means loop forever. 118 static reactor_status_t run_reactor(reactor_t *reactor, int iterations, struct timeval *tv) { 121 for (int i = 0; iterations == 0 || i < iterations; ++i) {
|
/external/wpa_supplicant_8/src/crypto/ |
sha1.h | 26 int iterations, u8 *buf, size_t buflen);
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 155 long itemTimeNS, int iterations, 197 int iterations, 203 iterations, 397 int iterations = 1; local 419 iterations = perftestcase.startPerformance(this); 420 if (iterations > 0) { 423 iterations = 1; 433 // PerformanceTestCase or returned 0 iterations, 443 for (int i = 0; i < iterations; i++) { 448 for (int i = 0; i < iterations; i++) [all...] |
/system/extras/tests/sdcard/ |
profile_sdcard.sh | 40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 68 unsigned int iterations) 77 for( i = 1; i < iterations; i++){ 184 * of how many iterations they have. 189 int iterations; local 276 /* Calculate the number of iterations of this loop. Keeping this 288 iterations = (int) ceilf((limit_value - counter_value.Value) / 294 iterations = (int) floorf((limit_value - counter_value.Value) / 302 && iterations > loop_max_possible_iterations(c, loop)) { 306 DBG("Loop will have %d iterations.\n", iterations); 513 unsigned int iterations; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 68 unsigned int iterations) 77 for( i = 1; i < iterations; i++){ 184 * of how many iterations they have. 189 int iterations; local 276 /* Calculate the number of iterations of this loop. Keeping this 288 iterations = (int) ceilf((limit_value - counter_value.Value) / 294 iterations = (int) floorf((limit_value - counter_value.Value) / 302 && iterations > loop_max_possible_iterations(c, loop)) { 306 DBG("Loop will have %d iterations.\n", iterations); 513 unsigned int iterations; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
preview.py | 82 (path, iterations) = opts.render.rsplit('#', 1) 83 extra_iterations = int(iterations) - 1
|
/external/chromium_org/media/cast/net/ |
frame_id_wrap_helper_test.cc | 17 void RunOneTest(uint32 starting_point, int iterations) { 21 for (int i = 0; i < iterations; i++) {
|
/external/chromium_org/third_party/angle/tests/perf_tests/ |
SimpleBenchmarks.cpp | 58 params.iterations = iterationCounts[itIt]; 97 params.iterations = 10;
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
pkcs8.h | 91 int iterations, 116 int iterations,
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
contperf.bat | 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.bat | 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span8perf.bat | 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
contperf.bat | 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|