Searched defs:create_connection (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
D | mock_socket.py | 117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
|
D | test_httplib.py | 128 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection 2001 def create_connection(address, timeout=None, source_address=None): function
|
D | test_nntplib.py | 1495 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsdec.c | 683 create_connection (GstDtlsDec * self, gchar * id) in create_connection() function
|
/third_party/python/Lib/ |
D | socket.py | 806 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 111 create_connection (GSocketConnection ** client_conn, in create_connection() function
|
/third_party/python/Lib/asyncio/ |
D | events.py | 301 async def create_connection( member in AbstractEventLoop
|
D | base_events.py | 967 async def create_connection( member in BaseEventLoop
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_events.py | 573 def _test_create_ssl_connection(self, httpd, create_connection, argument
|