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

1 2

  /external/chromium_org/third_party/tlslite/tlslite/integration/
HTTPTLSConnection.py 9 class HTTPBaseTLSConnection(httplib.HTTPConnection):
18 httplib.HTTPConnection.__init__(self, host, port)
20 httplib.HTTPConnection.__init__(self, host, port, strict)
91 L{httplib.HTTPConnection} such as request(), connect(), and
  /external/chromium_org/third_party/jstemplate/
compile.py 33 conn = httplib.HTTPConnection('closure-compiler.appspot.com')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 82 conn = httplib.HTTPConnection('example.com')
106 conn = httplib.HTTPConnection('example.com')
114 conn = httplib.HTTPConnection('example.com')
122 conn = httplib.HTTPConnection('example.com')
133 conn = httplib.HTTPConnection('[2001::]:81')
141 conn = httplib.HTTPConnection('[2001:102A::]')
263 conn = httplib.HTTPConnection('example.com')
271 conn = httplib.HTTPConnection('example.com')
360 conn = httplib.HTTPConnection("example.com")
435 self.conn = httplib.HTTPConnection(HOST, self.port
    [all...]
test_docxmlrpc.py 85 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
test_urllib.py 44 class FakeHTTPConnection(httplib.HTTPConnection):
52 assert httplib.HTTP._connection_class == httplib.HTTPConnection
57 httplib.HTTP._connection_class = httplib.HTTPConnection
    [all...]
test_httpservers.py 85 self.connection = httplib.HTTPConnection('localhost', self.PORT)
182 self.con = httplib.HTTPConnection('localhost', self.PORT)
test_xmlrpc.py 483 conn = httplib.HTTPConnection(ADDR, PORT)
594 conn = httplib.HTTPConnection(ADDR, PORT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 82 conn = httplib.HTTPConnection('example.com')
106 conn = httplib.HTTPConnection('example.com')
114 conn = httplib.HTTPConnection('example.com')
122 conn = httplib.HTTPConnection('example.com')
133 conn = httplib.HTTPConnection('[2001::]:81')
141 conn = httplib.HTTPConnection('[2001:102A::]')
263 conn = httplib.HTTPConnection('example.com')
271 conn = httplib.HTTPConnection('example.com')
360 conn = httplib.HTTPConnection("example.com")
435 self.conn = httplib.HTTPConnection(HOST, self.port
    [all...]
test_docxmlrpc.py 85 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
test_urllib.py 44 class FakeHTTPConnection(httplib.HTTPConnection):
52 assert httplib.HTTP._connection_class == httplib.HTTPConnection
57 httplib.HTTP._connection_class = httplib.HTTPConnection
    [all...]
test_httpservers.py 85 self.connection = httplib.HTTPConnection('localhost', self.PORT)
182 self.con = httplib.HTTPConnection('localhost', self.PORT)
  /external/chromium_org/tools/python/google/
gethash_timer.py 45 h = httplib.HTTPConnection(_GETHASH_HOST)
  /external/chromium-trace/
update.py 68 conn = httplib.HTTPConnection('closure-compiler.appspot.com')
  /external/chromium_org/build/util/lib/common/
util.py 141 conn = httplib.HTTPConnection(parsed.netloc)
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 163 http = httplib.HTTPConnection('www.iana.org')
  /external/chromium_org/build/android/pylib/
ports.py 158 with contextlib.closing(httplib.HTTPConnection(
  /external/chromium_org/chrome/test/chromedriver/
util.py 143 conn = httplib.HTTPConnection(parsed.netloc)
  /external/chromium_org/build/android/
lighttpd_server.py 124 with contextlib.closing(httplib.HTTPConnection(
  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 147 self._http_client = httplib.HTTPConnection('127.0.0.1', port, timeout=30)
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 212 conn = httplib.HTTPConnection(parsed.netloc)
  /external/skia/tools/
submit_try 104 connection = httplib.HTTPConnection(SKIA_URL)
118 connection = httplib.HTTPConnection(SKIA_BUILD_MASTER_HOST,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
680 class HTTPConnection:
888 # HTTPConnection() class. backwards-compat clients
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
680 class HTTPConnection:
888 # HTTPConnection() class. backwards-compat clients
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_unittest.cc 240 TEST_F(WebsiteSettingsTest, HTTPConnection) {
  /external/chromium_org/tools/telemetry/third_party/davclient/
davclient.py 79 self._connection = httplib.HTTPConnection(self._url[1])

Completed in 1205 milliseconds

1 2