HomeSort by relevance Sort by last modified time
    Searched refs:_tunnel_port (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/
httplib.py 731 self._tunnel_port = None
760 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port)
790 self._tunnel_port))
    [all...]
  /external/python/cpython3/Lib/http/
client.py 838 self._tunnel_port = None
865 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port)
896 self._tunnel_port)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 690 self._tunnel_port = None
704 self._tunnel_port = port
731 self._set_hostport(self._tunnel_host, self._tunnel_port)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 291 self._tunnel_port = port
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 306 self._tunnel_port = port
    [all...]
  /external/python/cpython3/Lib/test/
test_httplib.py     [all...]
test_urllib2.py 345 self._tunnel_port = port
    [all...]

Completed in 472 milliseconds