| /external/ot-br-posix/third_party/Simple-web-server/repo/ |
| D | client_https.hpp | 65 std::shared_ptr<Connection> create_connection() noexcept override { in Client() function in SimpleWeb::Client
|
| D | server_http.hpp | 541 std::shared_ptr<Connection> create_connection(Args &&...args) noexcept { in create_connection() function in SimpleWeb::ServerBase
|
| D | client_http.hpp | 839 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/ |
| D | parse_test.cpp | 58 std::shared_ptr<Connection> create_connection() noexcept override { in create_connection() function in ClientTest
|
| /external/python/cpython3/Lib/test/ |
| D | mock_socket.py | 117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
|
| D | test_httplib.py | 134 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection 2178 def create_connection(address, timeout=None, source_address=None): function
|
| D | test_nntplib.py | 1509 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module
|
| /external/python/cpython2/Lib/ |
| D | socket.py | 541 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
| /external/python/cpython3/Lib/ |
| D | socket.py | 809 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
| /external/python/cpython2/Lib/test/ |
| D | test_httplib.py | 952 def create_connection(address, timeout=None, source_address=None): function
|
| /external/python/cpython3/Lib/asyncio/ |
| D | events.py | 300 async def create_connection( member in AbstractEventLoop
|
| D | base_events.py | 987 async def create_connection( member in BaseEventLoop
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_events.py | 599 def _test_create_ssl_connection(self, httpd, create_connection, argument
|