Home
last modified time | relevance | path

Searched defs:max_attempts (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/
H A Dtasks.json3664 "max_attempts": 1, number
3734 "max_attempts": 1, number
3807 "max_attempts": 1, number
3880 "max_attempts": 1, number
3953 "max_attempts": 1, number
4026 "max_attempts": 1, number
4092 "max_attempts": 1, number
4162 "max_attempts": 1, number
4232 "max_attempts": 1, number
4305 "max_attempts": 1, number
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/proto/
H A Dservice_config.proto140 uint32 max_attempts = 1; field
168 uint32 max_attempts = 1; field
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dretry_service_config.h59 int max_attempts() const { return max_attempts_; } in max_attempts() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_service_config.h59 int max_attempts() const { return max_attempts_; } in max_attempts() function
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/proto/google/cloud/tasks/v2/
H A Dqueue.proto276 int32 max_attempts = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2/
H A Dqueue.proto275 int32 max_attempts = 1; field
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/
H A Dqueue.proto320 int32 max_attempts = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta2/
H A Dqueue.proto323 int32 max_attempts = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta3/
H A Dqueue.proto330 int32 max_attempts = 1; field
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/
H A Dqueue.proto327 int32 max_attempts = 1; field
/aosp_15_r20/external/angle/build/android/pylib/local/
H A Dlocal_test_server_spawner.py21 def _WaitUntil(predicate, max_attempts=5): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_grpc_testlib.cc161 const size_t max_attempts) { in PollTillFirstRequestSucceeds()
/aosp_15_r20/external/cronet/build/android/pylib/local/
H A Dlocal_test_server_spawner.py22 def _WaitUntil(predicate, max_attempts=5): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/impl/
Dadaptive_iterator_impl.hpp114 const size_t max_attempts = 1000; in increment() local
Dtimes_iterator_impl.hpp230 const size_t max_attempts = 1000; in step_loop() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py3385 max_attempts=None, argument
3511 max_attempts=None, argument
3640 max_attempts=None, argument
/aosp_15_r20/external/coreboot/src/drivers/i2c/ww_ring/
H A Dww_ring.c106 int rv, max_attempts = 2; in ledc_transfer() local
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dbackend_metrics_lb_policy.cc253 absl::Duration poll_timeout, size_t max_attempts) { in WaitForOobLoadReport()
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Dgrpc_debug_test_server.py424 def _poll_server_till_success(max_attempts, argument
/aosp_15_r20/external/perfetto/test/cts/
H A Dheapprofd_test_cts.cc121 const size_t max_attempts = timeout_ms * 1000 / sleep_per_attempt_us; in WaitForAppAllocationCycle() local