Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A Dtest_common.py108 def test_server(max_workers=10, reuse_port=False): argument
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/
H A Dlistener.proto244 bool reuse_port = 21; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/listener/v3/
H A Dlistener.proto308 bool reuse_port = 21 [deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"]; field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
H A Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Devents.py314 ssl=None, reuse_address=None, reuse_port=None, argument
450 reuse_address=None, reuse_port=None, argument
Dbase_events.py1279 reuse_port=None, argument
1439 reuse_port=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_server_lib.cc239 bool reuse_port = false; in Init() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/external/python/cpython3/Lib/
Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsocket.py876 def create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, argument
/aosp_15_r20/external/ltp/testcases/network/netstress/
H A Dnetstress.c148 static char *reuse_port; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs186 pub fn reuse_port(mut self, reuse: bool) -> ChannelBuilder { in reuse_port() method
/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/sys/
Dunix.rs2141 pub fn reuse_port(&self) -> io::Result<bool> { in reuse_port() method