Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 24 of 24) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java134 int attempts, final String... command); in runTimedCmdRetry() argument
159 int attempts, final String... command); in runTimedCmdSilentlyRetry() argument
274 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() argument
DRunUtil.java181 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() argument
184 while (counter < attempts) { in runTimedCmdRetry()
296 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() argument
300 while (counter < attempts) { in runTimedCmdSilentlyRetry()
425 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() argument
427 for (int i = 0; i < attempts; i++) { in runTimedRetry()
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpFuzzTest.py40 attempts = 2
42 while attempts > 0 and not connected:
47 attempts -= 1
DBtCarHfpConferenceTest.py49 attempts = 2
51 while attempts > 0 and not connected:
56 attempts -= 1
DBtCarMediaConnectionTest.py49 self.CT, self.TG, attempts=4, auto_confirm=False):
DBtCarMediaPassthroughTest.py82 self.CT, self.TG, attempts=4, auto_confirm=False):
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py160 attempts=2): argument
185 if attempts == 0:
275 if attempts > 1:
278 attempts - 1)
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java75 int attempts = 0; in testRunTimedRetry()
78 attempts++; in testRunTimedRetry()
79 return attempts == maxAttempts; in testRunTimedRetry()
/tools/test/connectivity/acts/tests/google/bt/
DBtFactoryResetTest.py57 if not pair_pri_to_sec(self.pri_dut, self.sec_dut, attempts=1):
DBtMetricsTest.py73 attempts=1,
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java200 void setAttempts(int attempts) { in setAttempts() argument
201 mAttempts = attempts; in setAttempts()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java709 int attempts = 0; in getImageVersion() local
714 while (attempts < MAX_RETRY_ATTEMPTS) { in getImageVersion()
720 attempts++; in getImageVersion()
724 getRunUtil().sleep(RETRY_SLEEP * (attempts - 1) in getImageVersion()
730 "Could not find version for '%s' after %d retry attempts", imageName, attempts), in getImageVersion()
/tools/test/connectivity/acts/tests/google/bt/hid/
DHidDeviceTest.py101 pair_pri_to_sec(self.host_ad, self.device_ad, attempts=3)
207 pair_pri_to_sec(self.host_ad, self.device_ad, attempts=3)
/tools/test/connectivity/acts/tests/google/bt/system_tests/
DBtStressTest.py119 attempts=1,
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py247 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument
264 while curr_attempts < attempts:
266 curr_attempts, attempts))
271 attempts))
1167 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
1183 while curr_attempts < attempts:
1202 str(attempts)))
DBluetoothCarHfpBaseTest.py86 self.hf, self.ag, attempts=4, auto_confirm=False):
/tools/test/connectivity/acts/tests/google/usb/
DUsbTetheringFunctionsTest.py89 def enable_usb_tethering(self, attempts=3): argument
105 for i in range(attempts):
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java663 public void setAttempts(int attempts) { in setAttempts() argument
664 mAttempts = attempts; in setAttempts()
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py550 attempts = 3
551 for i in range(1, attempts + 1):
578 if i == attempts:
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3275 int attempts = MAX_RETRY_ATTEMPTS + 1; in enableAdbRoot() local
3276 for (int i=1; i <= attempts; i++) { in enableAdbRoot()
3290 getSerialNumber(), i, attempts, output); in enableAdbRoot()
3306 int attempts = MAX_RETRY_ATTEMPTS + 1; in disableAdbRoot() local
3307 for (int i=1; i <= attempts; i++) { in disableAdbRoot()
3321 getSerialNumber(), i, attempts, output); in disableAdbRoot()
/tools/repohooks/tools/
Dspelling.txt158 attemps||attempts
/tools/metalava/
DREADME.md137 * Misc documentation handling; for example, it attempts to fix sentences that
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7502 attempts = 3
7503 for i in range(1, attempts + 1):
7520 if i == attempts:
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...