HomeSort by relevance Sort by last modified time
    Searched defs:create_connection (Results 1 - 14 of 14) sorted by null

  /external/python/cpython3/Lib/test/
mock_socket.py 114 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
test_httplib.py 117 self._create_connection = self.create_connection
124 def create_connection(self, *pos, **kw): member in class:FakeSocketHTTPConnection
1844 def create_connection(address, timeout=None, source_address=None): function in function:TunnelTests._create_connection
    [all...]
test_nntplib.py 1437 def create_connection(address, timeout): member in class:MockSocketTests.check_constructor_error_conditions.mock_socket_module
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
100 __all__ = ["getfqdn", "create_connection"]
541 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /external/python/cpython2/Lib/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
100 __all__ = ["getfqdn", "create_connection"]
541 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /external/python/cpython3/Lib/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
63 __all__ = ["fromfd", "getfqdn", "create_connection",
688 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 27 create_connection() -- connects to an address, with an optional timeout and
96 __all__ = ["getfqdn", "create_connection"]
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
  /external/python/cpython3/Lib/asyncio/
base_events.py 680 def create_connection(self, protocol_factory, host=None, port=None, *, member in class:BaseEventLoop
    [all...]
events.py 302 def create_connection(self, protocol_factory, host=None, port=None, *, member in class:AbstractEventLoop
  /external/python/cpython2/Lib/test/
test_httplib.py 952 def create_connection(address, timeout=None, source_address=None): function in function:TunnelTests.test_connect
    [all...]

Completed in 365 milliseconds