HomeSort by relevance Sort by last modified time
    Searched refs:create_connection (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 29 c = socket.create_connection(('localhost', gpsd_port))
  /test/framework/harnesses/host_controller/tradefed/
remote_client.py 56 op_socket = socket.create_connection((self._host, self._port),
  /external/python/cpython3/Lib/test/
test_smtpnet.py 12 with socket.create_connection((host, port)) as sock:
mock_socket.py 114 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
test_telnetlib.py 155 old_conn = socket.create_connection
156 socket.create_connection = new_conn
159 socket.create_connection = old_conn
test_socket.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py     [all...]
test_events.py 581 conn_fut = self.loop.create_connection(
615 f = self.loop.create_connection(
668 def _test_create_ssl_connection(self, httpd, create_connection,
670 conn_fut = create_connection(ssl=test_utils.dummy_ssl_context())
689 conn_fut = create_connection(ssl=True)
697 conn_fut = create_connection(ssl=True)
708 create_connection = functools.partial(
709 self.loop.create_connection,
712 self._test_create_ssl_connection(httpd, create_connection,
727 create_connection = functools.partial
    [all...]
  /test/vts/utils/python/controllers/
android.py 71 self.conn = socket.create_connection(
sl4a_client.py 245 self.conn = socket.create_connection((self.addr, self.port),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py     [all...]
test_ftplib.py 102 s = socket.create_connection((ip, port), timeout=10)
121 s = socket.create_connection((ip, port), timeout=10)
548 conn = socket.create_connection((host, port), 10)
575 conn = socket.create_connection((host, port), 10)
  /external/python/cpython2/Lib/test/
test_socket.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py     [all...]
test_ftplib.py 102 s = socket.create_connection((ip, port), timeout=10)
121 s = socket.create_connection((ip, port), timeout=10)
548 conn = socket.create_connection((host, port), 10)
575 conn = socket.create_connection((host, port), 10)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py     [all...]
test_ftplib.py 102 s = socket.create_connection((ip, port), timeout=10)
121 s = socket.create_connection((ip, port), timeout=10)
548 conn = socket.create_connection((host, port), 10)
575 conn = socket.create_connection((host, port), 10)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
test_ftplib.py 102 s = socket.create_connection((ip, port), timeout=10)
121 s = socket.create_connection((ip, port), timeout=10)
548 conn = socket.create_connection((host, port), 10)
575 conn = socket.create_connection((host, port), 10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
test_ftplib.py 102 s = socket.create_connection((ip, port), timeout=10)
121 s = socket.create_connection((ip, port), timeout=10)
548 conn = socket.create_connection((host, port), 10)
575 conn = socket.create_connection((host, port), 10)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 277 return socket.create_connection((port, host), timeout)
772 new_socket = socket.create_connection((host, port), timeout)
  /external/python/cpython2/Lib/
smtplib.py 291 return socket.create_connection((host, port), timeout)
806 new_socket = socket.create_connection((host, port), timeout)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 285 return socket.create_connection((host, port), timeout)
782 new_socket = socket.create_connection((host, port), timeout)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 285 return socket.create_connection((host, port), timeout)
782 new_socket = socket.create_connection((host, port), timeout)

Completed in 2048 milliseconds

1 2 3 4