Searched refs:attempt (Results 1 – 10 of 10) sorted by relevance
76 int attempt = 0; in setUp() local79 while (!hasVirtualDisk && attempt++ < 20) { in setUp()98 int attempt = 0; in tearDown() local101 while (hasVirtualDisk && attempt++ < 20) { in tearDown()111 attempt = 0; in tearDown()114 while (!volumeStateRecovered && attempt++ < 20) { in tearDown()141 int attempt = 0; in waitForVolumeReady() local144 while (!noCheckingEjecting && attempt++ < 60) { in waitForVolumeReady()417 int attempt = 0; in getAdoptionDisk() local419 while ((disks == null || disks.isEmpty()) && attempt++ < 15) { in getAdoptionDisk()[all …]
168 int attempt = 0; in run() local176 attempt++; in run()179 Log.v(TAG, description + " failed at attempt #" + attempt + "; sleeping for " in run()187 Log.w(TAG, description + " failed after " + attempt + " attempts and " + totalSlept + "ms: " in run()
55 int attempt = 0; in getVirtualDisk() local57 while ((disks == null || disks.isEmpty()) && attempt++ < 15) { in getVirtualDisk()
169 for (int attempt = 0; attempt < BT_ENABLE_ATTEMPTS; attempt++) { in performBleScan()173 if (attempt < BT_ENABLE_ATTEMPTS - 1) { in performBleScan()390 for (int attempt = 0; attempt < PROC_STATE_CHECK_ATTEMPTS; attempt++) { in checkAppState()394 if (attempt < PROC_STATE_CHECK_ATTEMPTS - 1) { in checkAppState()
126 for (int attempt = 0; attempt < 10; attempt++) { in testDangerousPermissionStateSampled()
3 the build_libs.sh script. Don't attempt to modify manually. To rebuild
498 int attempt = 0; in assertHasNonNullRoutedDevice() local501 totalWait += timeouts[attempt]; in assertHasNonNullRoutedDevice()502 try { Thread.sleep(timeouts[attempt++]); } catch (InterruptedException ex) {} in assertHasNonNullRoutedDevice()504 if (routedDevice == null && (attempt > 2 || totalWait >= 1000)) { in assertHasNonNullRoutedDevice()507 } while (routedDevice == null && attempt < timeouts.length); in assertHasNonNullRoutedDevice()
192 int attempt = 0; in executeShellCommand() local193 while (attempt++ < 5) { in executeShellCommand()
121 in the versions previously distributed, no attempt has been made to273 attempt has been made to provide a Pascal version with several
220 int attempt = 0; in executeShellCommand() local221 while (attempt++ < 5) { in executeShellCommand()