Home
last modified time | relevance | path

Searched defs:create_connection (Results 1 – 13 of 13) sorted by relevance

/external/ot-br-posix/third_party/Simple-web-server/repo/
Dclient_https.hpp65 std::shared_ptr<Connection> create_connection() noexcept override { in Client() function in SimpleWeb::Client
Dserver_http.hpp541 std::shared_ptr<Connection> create_connection(Args &&...args) noexcept { in create_connection() function in SimpleWeb::ServerBase
Dclient_http.hpp839 std::shared_ptr<Connection> create_connection() noexcept override { in create_connection() function in SimpleWeb::Client
/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
Dparse_test.cpp58 std::shared_ptr<Connection> create_connection() noexcept override { in create_connection() function in ClientTest
/external/python/cpython3/Lib/test/
Dmock_socket.py117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
Dtest_httplib.py134 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection
2178 def create_connection(address, timeout=None, source_address=None): function
Dtest_nntplib.py1509 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module
/external/python/cpython2/Lib/
Dsocket.py541 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/external/python/cpython3/Lib/
Dsocket.py809 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/external/python/cpython2/Lib/test/
Dtest_httplib.py952 def create_connection(address, timeout=None, source_address=None): function
/external/python/cpython3/Lib/asyncio/
Devents.py300 async def create_connection( member in AbstractEventLoop
Dbase_events.py987 async def create_connection( member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py599 def _test_create_ssl_connection(self, httpd, create_connection, argument