Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java205 int attempts, final String... command); in runTimedCmdRetry()
224 int attempts, in runTimedCmdRetryWithOutputMonitor()
250 int attempts, final String... command); in runTimedCmdSilentlyRetry()
396 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
415 int attempts, in runTimedRetryWithOutputMonitor()
DRunUtil.java321 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry()
331 int attempts, in runTimedCmdRetryWithOutputMonitor()
469 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry()
616 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
627 int attempts, in runTimedRetryWithOutputMonitor()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java203 void setAttempts(int attempts) { in setAttempts()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py159 attempts=2): argument
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py90 def enable_usb_tethering(self, attempts=3): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py255 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument
1306 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py603 def get_func_with_retry(self, func, attempts=2): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java663 public void setAttempts(int attempts) { in setAttempts()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java958 int attempts = 0; in getImageVersion() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4039 int attempts = MAX_RETRY_ATTEMPTS + 1; in enableAdbRoot() local
4082 int attempts = MAX_RETRY_ATTEMPTS + 1; in disableAdbRoot() local