Home
last modified time | relevance | path

Searched defs:maxAttempts (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DHedgingPolicy.java32 final int maxAttempts; field in HedgingPolicy
44 HedgingPolicy(int maxAttempts, long hedgingDelayNanos, Set<Code> nonFatalStatusCodes) { in HedgingPolicy()
DRetryPolicy.java34 final int maxAttempts; field in RetryPolicy
49 int maxAttempts, in RetryPolicy()
DServiceConfigInterceptor.java206 int maxAttempts = checkNotNull( in retryPolicy() local
255 int maxAttempts = checkNotNull( in hedgingPolicy() local
/external/grpc-grpc-java/core/src/test/resources/io/grpc/internal/
Dtest_hedging_service_config.json12 "maxAttempts":3, number
41 "maxAttempts":5, number
Dtest_retry_service_config.json12 "maxAttempts":3, number
43 "maxAttempts":5, number
/external/deqp/modules/egl/
DteglRenderTests.cpp201 const int maxAttempts = 100; in randomizeDrawOp() local