Searched refs:mAttempts (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 72 private int mAttempts = 1; field in GCSBucketUtil 185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy() 200 return mAttempts; in getAttempts() 283 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in makeBucket() 321 mAttempts, in ls() 428 mAttempts, in stat() 464 mAttempts, in md5Hash() 588 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in remove() 648 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command); in removeBucket() 664 mAttempts = attempts; in setAttempts()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstrumentationPreparer.java | 87 private int mAttempts = 1; field in InstrumentationPreparer 104 for (int i = 0; i < mAttempts; i++) { in setUp() 201 mAttempts = attempts; in setAttempts()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | GranularRetriableTestWrapperTest.java | 85 protected int mAttempts = 0; field in GranularRetriableTestWrapperTest.BasicFakeTest 101 mAttempts = 0; in BasicFakeTest() 134 if (passAttempt == -1 || mAttempts < passAttempt) { in run() 143 && mClearRunFailureAttempt == mAttempts + 1) { in run() 149 mAttempts++; in run() 216 mAttempts = 0; in MultiTestOneRunFakeTest() 251 if (passAttempt == -1 || mAttempts < passAttempt) { in run() 260 mAttempts++; in run()
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |