/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/utils/ |
H A D | RetryableTestExtension.java | 70 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 D | RetryableTest.java | 47 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 D | ScheduledRetryingExecutorTest.java | 88 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 D | TransferTimeoutSettings.java | 32 public abstract int maxRetries(); in maxRetries() method in TransferTimeoutSettings 52 public abstract Builder setMaxRetries(int maxRetries); in setMaxRetries()
|
H A D | TransferClient.java | 66 int maxRetries, in TransferClient()
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/ |
H A D | ExponentialBackoffRetryOptions.java | 46 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/ |
D | VendorServiceInfo.java | 91 @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/ |
D | VehicleHal.java | 445 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 D | test_steal_exclusive.cpp | 105 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/ |
D | SettingsUiTest.java | 106 private void launchSettingsActivityWithRetry(long maxRetries, long backoffSeedInMillis) in launchSettingsActivityWithRetry()
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | RetryLaunchActivity.java | 103 final int maxRetries = getMaxRetries(intent); in createConfigFromIntent() local
|
/aosp_15_r20/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
H A D | PhotoPickerSettingsTest.java | 200 private void launchSettingsActivityWithRetry(long maxRetries, long backoffSeedInMillis) in launchSettingsActivityWithRetry()
|
/aosp_15_r20/cts/hostsidetests/os/src/android/os/cts/ |
H A D | OsHostTests.java | 115 int maxRetries = 5; in testForegroundServiceBadNotification() local
|
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
H A D | GitHubUtils.java | 133 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/ |
D | ServerAuctionE2ETestBase.java | 135 int maxRetries, in retryOnCondition()
|
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | DecodeAccuracyTest.java | 270 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 D | SNSIntegrationTest.java | 352 int maxRetries = 15; in receiveMessage() local
|
/aosp_15_r20/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
H A D | see_helper.h | 195 uint32_t maxRetries = (mHaveTimedOutOnSuidLookup) ? 0 : 40; variable
|
/aosp_15_r20/system/netd/server/ |
H A D | IptablesRestoreControllerTest.cpp | 194 void setRetryParameters(int maxRetries, int pollTimeoutMs) { in setRetryParameters()
|
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/ |
H A D | test_aaudio.cpp | 158 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 D | CreateJobViewPresenter.java | 451 int maxRetries = 0; in getMaximumRetriesCount() local
|
/aosp_15_r20/system/chre/platform/slpi/see/ |
H A D | see_helper.cc | 1648 uint8_t minNumSuids, uint32_t maxRetries, in findSuidSync()
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 4613 int maxRetries; in TEST_F() member 4714 int maxRetries; in TEST_F() member
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.cpp | 3964 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 D | service-2.json | 2332 "maxRetries":{ object 2794 "maxRetries":{ object
|