Home
last modified time | relevance | path

Searched defs:maxRetries (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/utils/
H A DRetryableTestExtension.java70 int maxRetries = maxRetries(context); in retryExecutor() local
81 private int maxRetries(ExtensionContext context) { in maxRetries() method in RetryableTestExtension
95 private int maxRetries; field in RetryableTestExtension.RetryableTestsTemplateInvocationContext
98 RetryableTestsTemplateInvocationContext(int numAttempt, int maxRetries) { in RetryableTestsTemplateInvocationContext()
105 private final int maxRetries; field in RetryableTestExtension.RetryExecutor
109 RetryExecutor(int maxRetries) { in RetryExecutor()
H A DRetryableTest.java47 int maxRetries(); in maxRetries() method
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/retrying/
H A DScheduledRetryingExecutorTest.java88 final int maxRetries = 100; in testSuccessWithFailuresPeekAttempt() local
140 final int maxRetries = 100; in testSuccessWithFailuresGetAttempt() local
195 final int maxRetries = 100; in testCancelGetAttempt() local
/aosp_15_r20/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
H A DTransferTimeoutSettings.java32 public abstract int maxRetries(); in maxRetries() method in TransferTimeoutSettings
52 public abstract Builder setMaxRetries(int maxRetries); in setMaxRetries()
H A DTransferClient.java66 int maxRetries, in TransferClient()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DExponentialBackoffRetryOptions.java46 private long maxRetries; field in ExponentialBackoffRetryOptions
79 public ExponentialBackoffRetryOptions withMaxRetries(long maxRetries) { in withMaxRetries()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java91 @UserScope int userScope, @Trigger int trigger, int maxRetries) { in VendorServiceInfo()
170 int maxRetries = DEFAULT_MAX_RETRIES; in parse() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java445 private HalPropValue getValueWithRetry(HalPropValue value, int maxRetries) { in getValueWithRetry()
969 public HalPropValue getIfSupportedOrFail(int propertyId, int maxRetries) { in getIfSupportedOrFail()
990 public HalPropValue getIfSupportedOrFailForEarlyStage(int propertyId, int maxRetries) { in getIfSupportedOrFailForEarlyStage()
1643 long sleepBetweenRetryMs, int maxRetries) in invokeRetriable()
1682 long sleepBetweenRetryMs, int maxRetries) { in Retrier()
/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_steal_exclusive.cpp105 void setMaxRetries(int maxRetries) { in setMaxRetries()
351 int maxRetries = 1; in main() local
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ui/settings/
DSettingsUiTest.java106 private void launchSettingsActivityWithRetry(long maxRetries, long backoffSeedInMillis) in launchSettingsActivityWithRetry()
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRetryLaunchActivity.java103 final int maxRetries = getMaxRetries(intent); in createConfigFromIntent() local
/aosp_15_r20/cts/tests/PhotoPicker/src/android/photopicker/cts/
H A DPhotoPickerSettingsTest.java200 private void launchSettingsActivityWithRetry(long maxRetries, long backoffSeedInMillis) in launchSettingsActivityWithRetry()
/aosp_15_r20/cts/hostsidetests/os/src/android/os/cts/
H A DOsHostTests.java115 int maxRetries = 5; in testForegroundServiceBadNotification() local
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
H A DGitHubUtils.java133 public static JsonElement getJsonWithRetries(URI uri, int maxRetries) throws IOException { in getJsonWithRetries()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DServerAuctionE2ETestBase.java135 int maxRetries, in retryOnCondition()
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecodeAccuracyTest.java270 final int maxRetries = 3; in runTest() local
/aosp_15_r20/external/aws-sdk-java-v2/services/sns/src/it/java/software/amazon/awssdk/services/sns/
H A DSNSIntegrationTest.java352 int maxRetries = 15; in receiveMessage() local
/aosp_15_r20/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Dsee_helper.h195 uint32_t maxRetries = (mHaveTimedOutOnSuidLookup) ? 0 : 40; variable
/aosp_15_r20/system/netd/server/
H A DIptablesRestoreControllerTest.cpp194 void setRetryParameters(int maxRetries, int pollTimeoutMs) { in setRetryParameters()
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/
H A Dtest_aaudio.cpp158 int maxRetries = 10; // Try 10 times to get timestamp in testTimestamp() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/create/
H A DCreateJobViewPresenter.java451 int maxRetries = 0; in getMaximumRetriesCount() local
/aosp_15_r20/system/chre/platform/slpi/see/
H A Dsee_helper.cc1648 uint8_t minNumSuids, uint32_t maxRetries, in findSuidSync()
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4613 int maxRetries; in TEST_F() member
4714 int maxRetries; in TEST_F() member
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3964 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local
/aosp_15_r20/external/aws-sdk-java-v2/services/appmesh/src/main/resources/codegen-resources/
H A Dservice-2.json2332 "maxRetries":{ object
2794 "maxRetries":{ object

123