Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 130) sorted by relevance

123456

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java158 int tries = 0; in testCheckForDuplicateOutput() local
164 if (tries > 0) { in testCheckForDuplicateOutput()
169 … } while (!serviceStopLatch.await(100, TimeUnit.MILLISECONDS) && tries++ < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()
170 … assertTrue("Background process should have stopped already", tries < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py297 tries = 0
303 while status is None and tries < 5:
304 tries += 1
461 for tries in xrange(MAX_TRIALS):
462 print("Trial number %d of %d..." % (tries, MAX_TRIALS))
539 tries = 0
542 while len(measurements) < measurementCount and tries < 5:
543 if tries:
547 tries += 1
550 tries = 0
/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java278 int tries = 0; in testCase() local
286 if (getActivityDestroyCallbackCallCount() > 0 && tries < MAX_TRIES) { in testCase()
289 tries++; in testCase()
369 if (getActivityDestroyCallbackCallCount() > 0 && tries < MAX_TRIES) { in testCase()
372 tries++; in testCase()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java127 for (int tries=3; tries-->0;) { in checkNotificationExistence()
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java417 for (int tries = 0; ; ++tries) { in playAV()
442 info += "[" + tries in playAV()
454 assertTrue("bad playback\n" + info, tries < limit); in playAV()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_3.dfh134 // tries:
154 // tries:
179 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
DT_invoke_direct_range_3.dfh134 // tries:
154 // tries:
179 // tries:
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py204 tries = 0
206 while ser is None and tries < 100:
211 tries += 1
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
DT_a1_1.dfh121 // tries:
140 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/verify/a3/d/
DT_a3_1.dfh121 // tries:
146 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
DT_f1_8.dfh123 // tries:
153 // tries:
DT_f1_10.dfh123 // tries:
153 // tries:
DT_f1_11.dfh122 // tries:
152 // tries:
DT_f1_12.dfh122 // tries:
152 // tries:
DT_f1_2.dfh122 // tries:
152 // tries:
DT_f1_3.dfh122 // tries:
152 // tries:
DT_f1_4.dfh122 // tries:
152 // tries:
DT_f1_5.dfh122 // tries:
152 // tries:
DT_f1_6.dfh122 // tries:
152 // tries:
DT_f1_7.dfh122 // tries:
152 // tries:
DT_f1_9.dfh123 // tries:
153 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_2.dfh132 // tries:
153 // tries:
DT_goto_16_3.dfh132 // tries:
153 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_3.dfh125 // tries:
146 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/verify/a5/d/
DT_a5_1.dfh121 // tries:
146 // tries:

123456