Home
last modified time | relevance | path

Searched defs:request_timeout (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py143 request_timeout = support.LOOPBACK_TIMEOUT variable in SilentWSGIServer
224 request_timeout = support.LOOPBACK_TIMEOUT variable in UnixWSGIServer
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
H A Dconfig_source.proto89 google.protobuf.Duration request_timeout = 5 [(validate.rules).duration = {gt {}}]; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
H A Dconfig_source.proto105 google.protobuf.Duration request_timeout = 5 [(validate.rules).duration = {gt {}}]; field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_connector.cc105 pw::chrono::SystemClock::duration request_timeout, in StartOutbound()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/network/http_connection_manager/v2/
H A Dhttp_connection_manager.proto358 google.protobuf.Duration request_timeout = 28; field
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs86 pub request_timeout: *mut u32, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs86 pub request_timeout: *mut u32, field
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp981 static constexpr auto request_timeout = 500ms; member in android::snapshot::LockTest