HomeSort by relevance Sort by last modified time
    Searched refs:iterations (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /frameworks/base/tests/backup/
backup_stress_test.sh 17 iterations=150
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
50 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1))
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
57 if [ $i -eq $iterations ]; then
58 echo "DONE: $iterations iterations with $failures failures."
59 echo "DONE: $iterations iterations with $failures failures." > /dev/stder
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothStressTest.java 44 int iterations = BluetoothTestRunner.sEnableIterations; local
47 for (int i = 0; i < iterations; i++) {
48 mTestUtils.writeOutput("enable iteration " + (i + 1) + " of " + iterations);
55 int iterations = BluetoothTestRunner.sDiscoverableIterations; local
59 for (int i = 0; i < iterations; i++) {
60 mTestUtils.writeOutput("discoverable iteration " + (i + 1) + " of " + iterations);
69 int iterations = BluetoothTestRunner.sScanIterations; local
73 for (int i = 0; i < iterations; i++) {
74 mTestUtils.writeOutput("scan iteration " + (i + 1) + " of " + iterations);
83 int iterations = BluetoothTestRunner.sPairIterations local
98 int iterations = BluetoothTestRunner.sPairIterations; local
113 int iterations = BluetoothTestRunner.sConnectA2dpIterations; local
132 int iterations = BluetoothTestRunner.sConnectHeadsetIterations; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.bat 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.bat 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
PKCS12PBEParams.java 17 DERInteger iterations; field in class:PKCS12PBEParams
22 int iterations)
25 this.iterations = new DERInteger(iterations);
32 iterations = (DERInteger)seq.getObjectAt(1);
52 return iterations.getValue();
65 v.add(iterations);
  /external/netperf/
netcpu.h 15 extern float calibrate_idle_rate(int iterations, int interval);
netcpu_none.c 46 calibrate_idle_rate(int iterations, int interval)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-003.js 30 function DoWhileObject( value, iterations, endvalue ) {
32 this.iterations = iterations;
48 "loop iterations",
49 object.iterations,
dowhile-006.js 29 object.iterations--;
31 if ( object.iterations <= 0 ) {
37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
38 this.iterations = iterations;
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 37 * The number of iterations should be higher for production
41 private static final int ITERATIONS = 1024;
73 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS);
79 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS);
85 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS);
92 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS, KEY_LENGTH);
99 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS, KEY_LENGTH);
105 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS, KEY_LENGTH);
110 test_PBKDF2(PASSWORD, SALT, ITERATIONS, KEY_LENGTH,
130 int iterations = 5 local
151 int iterations = 500; local
    [all...]
  /external/chromium/net/disk_cache/
mapped_file_unittest.cc 53 int iterations = 0; local
55 while (iterations < 40) {
60 iterations++;
62 iterations = 0;
  /external/webkit/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/webkit/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++){
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCacheTest.java 36 final int iterations = FileClientSessionCache.MAX_SIZE * 10; local
42 for (int i = 0; i < iterations; i++) {
  /external/chromium/net/third_party/nss/ssl/bodge/
genload.c 67 PRUint32 iterations = 0; local
86 while ( (iterations++ < BL_MAXSYMLINKS) &&
94 if (iterations == 1 && retlen < 0) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 57 String iterations = (String) icicle.get("iterations"); local
67 if (iterations != null ) {
68 mIterations = Integer.parseInt(iterations);
  /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...]

Completed in 463 milliseconds

1 2 3 4