Home
last modified time | relevance | path

Searched defs:num_attempts (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/
H A Dqueue.proto314 oneof num_attempts { oneof
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta2/
H A Dqueue.proto317 oneof num_attempts { oneof
/aosp_15_r20/frameworks/proto_logging/stats/atoms/wear/setupwizard/
H A Dwear_setup_wizard_extension_atoms.proto116 optional int32 num_attempts = 1; field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_base.cc170 int num_attempts = 0; in Connect() local
/aosp_15_r20/external/autotest/database/
H A Ddatabase_connection.py243 def _reached_max_attempts(self, num_attempts): argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py3910 num_attempts = 1 variable
3912 num_attempts = 5 variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py3218 num_attempts = 1 variable
3220 num_attempts = 5 variable
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp683 int num_attempts = 100; in WaitForQemuSfFakeCameraPropertyAvailable() local
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc166 int num_attempts = 0; in PWriteAll() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp2107 int num_attempts = 5; in produce_inputs_for_binary_op() local
2535 int num_attempts = 5; in test_quantized_conv2d() local
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/wear/setupwizard/
Dwear_setup_wizard_extension_atoms.pb.h2340 inline ::int32_t WearSetupWizardCheckinCompleted::num_attempts() const { in num_attempts() function
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_transaction_unittest.cc811 void CheckServerOrder(const size_t* servers, size_t num_attempts) { in CheckServerOrder()