Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 25 of 75) sorted by relevance

123

/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/retrying/
DExponentialRetryAlgorithmTest.java76 TimedAttemptSettings attempt = algorithm.createFirstAttempt(); in testCreateFirstAttempt() local
89 TimedAttemptSettings attempt = algorithm.createFirstAttempt(retryingContext); in testCreateFirstAttemptOverride() local
156 TimedAttemptSettings attempt = algorithm.createFirstAttempt(); in testShouldRetryTrue() local
166 TimedAttemptSettings attempt = algorithm.createFirstAttempt(); in testShouldRetryFalseOnMaxAttempts() local
188 TimedAttemptSettings attempt = algorithm.createFirstAttempt(); in testShouldRetryFalseOnMaxTimeout() local
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DStreamingRetryAlgorithmTest.java87 TimedAttemptSettings attempt = algorithm.createFirstAttempt(context); in testFirstAttemptUsesDefaultSettings() local
103 TimedAttemptSettings attempt = algorithm.createFirstAttempt(context); in testFirstAttemptUsesContextSettings() local
121 TimedAttemptSettings attempt = in testNextAttemptReturnsNullWhenShouldNotRetry() local
151 TimedAttemptSettings attempt = algorithm.createNextAttempt(context, exception, null, first); in testNextAttemptReturnsResultAlgorithmSettingsWhenShouldRetry() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DErrors.kt95 return retryWhen { cause, attempt -> attempt < retries && predicate(cause) } in cause() method
133 var attempt = 0L in retryWhen() variable
/external/skia/infra/bots/recipe_modules/flavor/
Dandroid.py82 def _wait_for_device(self, title, attempt): argument
138 def wait_for_device(attempt): argument
225 def wait_for_device(attempt): argument
241 def wait_for_device(attempt): argument
Dios.py39 def sleep(attempt): argument
101 def uninstall_app(attempt): argument
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DWaiter.java126 int attempt = 0; in orFailAfter() local
166 private void wait(int attempt) { in wait()
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/external/perfetto/src/tracing/core/
Dshared_memory_abi.cc34 inline void WaitBeforeNextAttempt(int attempt) { in WaitBeforeNextAttempt()
162 for (int attempt = 0; attempt < kRetryAttempts; attempt++) { in TryAcquireChunk() local
240 for (int attempt = 0; attempt < kRetryAttempts; attempt++) { in ReleaseChunk() local
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py46 def between_attempts_fn(attempt): argument
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/
DAssertByPollingTest.java72 AtomicInteger attempt = new AtomicInteger(1); in testSucceedsAfterInitialFailure() local
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.cc49 for (size_t attempt = 1; mode == Mode::Blocking || in LockSlow() local
/external/cronet/net/dns/
Ddns_transaction.cc1104 const DnsAttempt* attempt = in ProbeComplete() local
1256 raw_ptr<const DnsAttempt, AcrossTasksDanglingUntriaged> attempt; member
1417 DnsAttempt* attempt = attempts_.back().get(); in MakeUdpAttempt() local
1439 DnsAttempt* attempt = attempts_.back().get(); in MakeHTTPAttempt() local
1512 DnsAttempt* attempt = attempts_.back().get(); in MakeTcpAttempt() local
1554 const DnsAttempt* attempt = attempts_[attempt_number].get(); in OnAttemptComplete() local
1567 void LogResponse(const DnsAttempt* attempt) { in LogResponse()
1700 [](std::unique_ptr<DnsAttempt>& attempt) { in AnyAttemptPending()
/external/cronet/net/http/
Dhttp_stream_request.cc78 for (const auto& attempt : attempts) in AddConnectionAttempts() local
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
DCallbackChainRetryingFuture.java137 ApiFuture<ResponseT> attempt = retryingExecutor.submit(CallbackChainRetryingFuture.this); in handle() local
/external/grpc-grpc/test/cpp/end2end/
Dconnection_attempt_injector.cc233 std::unique_ptr<QueuedAttempt> attempt; in Resume() local
244 std::unique_ptr<QueuedAttempt> attempt; in Fail() local
/external/perfetto/src/kallsyms/
Dlazy_kernel_symbolizer.cc100 for (int attempt = 1; attempt <= 50; ++attempt) { in ScopedKptrUnrestrict() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc194 int attempt = 0; in Connect() local
477 int attempt = 0; in Connect() local
/external/python/absl-py/absl/flags/
D_helpers.py172 def get_flag_suggestions(attempt, longopt_list): argument
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Drandom_shuffle.cpp98 for (int attempt = 0; !shuffled && (attempt < MAX_RETRIES); ++attempt) in test_random_shuffle_nogen_impl() local
/external/mbedtls/library/
Drsa_alt_helpers.c56 uint16_t attempt; /* Number of current attempt */ in mbedtls_rsa_deduce_primes() local
/external/openthread/third_party/mbedtls/repo/library/
Drsa_internal.c56 uint16_t attempt; /* Number of current attempt */ in mbedtls_rsa_deduce_primes() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_test.cc144 for (int attempt = 0; attempt < 2; ++attempt) { in TestMultipleWrites() local
182 for (int attempt = 0; attempt < 2; ++attempt) { in TestMultipleWritesInputStream() local

123