Home
last modified time | relevance | path

Searched defs:make_connection (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/tower/src/make/
Dmake_connection.rs26 fn make_connection(&mut self, target: Target) -> Self::Future; in make_connection() method
44 fn make_connection(&mut self, target: Target) -> Self::Future { in make_connection() function
Dmod.rs3 mod make_connection; module
/external/linux-kselftest/tools/testing/selftests/net/mptcp/
Duserspace_pm.sh114 make_connection() function
/external/python/bumble/tests/
Da2dp_test.py191 async def make_connection(): function
/external/rust/android-crates-io/crates/hyper/src/service/
Dmake.rs19 fn make_connection(&mut self, target: Target) -> Self::Future; in make_connection() method
37 fn make_connection(&mut self, target: Target) -> Self::Future { in make_connection() function
/external/autotest/server/hosts/
Drpc_server_tracker.py345 def make_connection(self, host): member in TimeoutXMLRPCTransport
/external/python/mobly/mobly/snippet/
Dclient_base.py192 def make_connection(self): member in ClientBase
/external/python/mobly/tests/mobly/snippet/
Dclient_base_test.py75 def make_connection(self): member in FakeClient
/external/python/mobly/mobly/controllers/android_device_lib/
Dsnippet_client_v2.py388 def make_connection(self): member in SnippetClientV2
/external/python/cpython3/Lib/xmlrpc/
Dclient.py1223 def make_connection(self, host): member in Transport
1342 def make_connection(self, host): member in SafeTransport