Searched defs:attempts (Results 1 – 9 of 9) sorted by relevance
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | IRunUtil.java | 129 int attempts, final String... command); in runTimedCmdRetry() 154 int attempts, final String... command); in runTimedCmdSilentlyRetry() 244 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
|
| D | RunUtil.java | 179 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() 281 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() 396 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
|
| D | GCSBucketUtil.java | 663 public void setAttempts(int attempts) { in setAttempts()
|
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| D | InstrumentationPreparer.java | 199 void setAttempts(int attempts) { in setAttempts()
|
| D | FastbootDeviceFlasher.java | 681 int attempts = 0; in getImageVersion() local
|
| /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
| D | connection.py | 160 attempts=2): argument
|
| /tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
| D | bt_test_utils.py | 234 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument 1012 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
|
| /tools/test/connectivity/acts/framework/acts/ |
| D | base_test.py | 692 def get_func_with_retry(self, func, attempts=2): argument
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | NativeDevice.java | 3019 int attempts = MAX_RETRY_ATTEMPTS + 1; in enableAdbRoot() local 3050 int attempts = MAX_RETRY_ATTEMPTS + 1; in disableAdbRoot() local
|