Searched refs:runTimedCmdRetry (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy() 283 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in makeBucket() 318 .runTimedCmdRetry( in ls() 425 .runTimedCmdRetry( in stat() 461 .runTimedCmdRetry( in md5Hash() 588 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in remove() 648 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command); in removeBucket()
|
D | AaptParser.java | 135 .runTimedCmdRetry( in parse() 157 .runTimedCmdRetry( in parse()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResourceDownloader.java | 61 .runTimedCmdRetry( in download()
|
D | TestOutputUploader.java | 75 .runTimedCmdRetry( in uploadFile()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | IRunUtil.java | 133 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() method
|
D | RunUtil.java | 180 public CommandResult runTimedCmdRetry( in runTimedCmdRetry() method in RunUtil
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | RunUtilFuncTest.java | 166 runUtil.runTimedCmdRetry(SHORT_TIMEOUT_MS, SHORT_TIMEOUT_MS, 3, "printenv", "bar"); in testUnsetEnvVariable()
|
D | FileUtilFuncTest.java | 430 RunUtil.getDefault().runTimedCmdRetry(10 * 1000, 0, 3, "ls", "-ld", path); in ls()
|