Home
last modified time | relevance | path

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

123456

/cts/hostsidetests/wifibroadcasts/src/android/wifibroadcasts/cts/
DWifiBroadcastsHostJUnit4Test.java123 for (int tries = 0; tries < MAXIMUM_PING_TRIES; tries++) { in testCleanLogcat()
/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.java208 int tries = 0; in setUpServicesAndAdapter() local
215 if (getActivityDestroyCallbackCallCount() > 0 && tries < MAX_TRIES) { in setUpServicesAndAdapter()
218 tries++; in setUpServicesAndAdapter()
320 int tries = 0; in testCase() local
374 if (getActivityDestroyCallbackCallCount() > 0 && tries < MAX_TRIES) { in testCase()
377 tries++; in testCase()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java210 for (int tries = 3; tries--> 0;) { in checkNotificationExistence()
236 for (int tries = 3; tries-- > 0; ) { in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DConditionProviderServiceTest.java340 int tries = 30; in pollForSubscribe() local
343 while (tries-- > 0 && !service.subscribed) { in pollForSubscribe()
359 int tries = 100; in pollForConnection() local
365 while (tries-- > 0 && (waitForConnection ? instance == null : instance != null)) { in pollForConnection()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java83 for (int tries = 3; tries--> 0;) { in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java83 for (int tries = 3; tries--> 0;) { in findPostedNotification()
/cts/hostsidetests/signedconfig/hostside/src/com/android/cts/signedconfig/
DSignedConfigHostTest.java110 int tries = 0; in waitUntilSettingMatches() local
115 tries++; in waitUntilSettingMatches()
116 } while (tries < 10 && !Objects.equals(value, v)); in waitUntilSettingMatches()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyLocationTests.java241 int tries = 0; in performLocationAccessCommand() local
242 while (tries < 5) { in performLocationAccessCommand()
248 tries++; in performLocationAccessCommand()
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java421 for (int tries = 0; ; ++tries) { in playAV()
446 info += "[" + tries in playAV()
458 assertTrue("bad playback\n" + info, tries < limit); in playAV()
/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/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_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/opcodes/goto_16/d/
DT_goto_16_4.dfh132 // tries:
153 // tries:
DT_goto_16_3.dfh132 // tries:
153 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_3.dfh132 // tries:
153 // tries:
DT_goto_32_2.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/format/f1/d/
DT_f1_5.dfh122 // tries:
152 // tries:
DT_f1_7.dfh122 // tries:
152 // tries:
DT_f1_12.dfh122 // tries:
152 // tries:
DT_f1_9.dfh123 // tries:
153 // tries:
/cts/tools/vm-tests-tf/src/dot/junit/verify/a5/d/
DT_a5_1.dfh121 // tries:
146 // tries:

123456