Home
last modified time | relevance | path

Searched defs:attemptNumber (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/waiters/
H A DAsyncWaiterExecutor.java64 int attemptNumber, in doExecute()
71 int attemptNumber, in runAsyncPollingFunction()
128 int attemptNumber, in maybeRetry()
H A DWaiterExecutor.java46 int attemptNumber = 0; in execute() local
81 private void waitToRetry(int attemptNumber, long startTime) { in waitToRetry()
H A DWaiterExecutorHelper.java59 public long computeNextDelayInMills(int attemptNumber) { in computeNextDelayInMills()
75 …public Either<Long, SdkClientException> nextDelayOrUnretryableException(int attemptNumber, long st… in nextDelayOrUnretryableException()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DRetryResultForwarder.java23 public RetryResultForwarder(int attemptNumber, ITestInvocationListener... listeners) { in RetryResultForwarder()
34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DEventsLoggerListener.java93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultForwarder.java201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DSubprocessResultsReporter.java188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DCollectingTestListener.java185 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
191 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
48 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/
H A DApiTracer.java89 void attemptStarted(int attemptNumber); in attemptStarted()
99 void attemptStarted(Object request, int attemptNumber); in attemptStarted()
H A DBaseApiTracer.java84 public void attemptStarted(int attemptNumber) { in attemptStarted()
89 public void attemptStarted(Object request, int attemptNumber) { in attemptStarted()
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
80 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/
H A DTestListenerWithTime.java92 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
123 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
DGranularRetriableTestWrapper.java523 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
530 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DNullTestListener.java49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
H A DForwardingTestListener.java56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
H A DBazelXmlResultReporter.java94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java267 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
273 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java201 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
207 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
329 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java338 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
344 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/retrying/
H A DFailingCallable.java100 int attemptNumber = attemptsCount.getAndIncrement(); in call() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java535 int attemptNumber, in scheduleLoadRebootEscrowDataOrFail()
632 int attemptNumber, in loadRebootEscrowDataWithRetry()

123