HomeSort by relevance Sort by last modified time
    Searched refs:HTTPConnection (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/gdb/linux-x86/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...]
urllib2.py     [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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/gdb/linux-x86/lib/python2.7/test/
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/darwin-x86/2.7.5/lib/python2.7/test/
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_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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_connection.py 87 con = http_client.HTTPConnection(up.hostname, up.port)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport.py 280 connection: HTTPConnection that is making request.
315 connection_type = six.moves.http_client.HTTPConnection
  /external/autotest/client/common_lib/cros/
autoupdater.py 464 httplib.HTTPConnection(auserver_host).connect()
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httpclient.py 174 class DetailedHTTPConnection(httplib.HTTPConnection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util_test.py 50 connection = six.moves.http_client.HTTPConnection('localhost', self.port)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_media.py 99 """Overrides HTTPConnection.send."""
107 # httplib.HTTPConnection.send accepts either a string or a file-like
206 orig_response = httplib.HTTPConnection.getresponse(self)
212 """Overrides HTTPConnection.getresponse.read.
222 Data read from HTTPConnection.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
xmlmanager.py 215 from httplib import HTTPConnection as Connection
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
connection.py 174 # Google AppEngine implementation of HTTPConnection doesn't contain
766 connection = http_client.HTTPConnection(
821 h = http_client.HTTPConnection(host)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 783 class HTTPConnectionWithTimeout(http.client.HTTPConnection):
784 """HTTPConnection subclass that supports timeouts
786 HTTPConnection subclass that supports timeouts
795 http.client.HTTPConnection.__init__(self, host, port=port,
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 665 http = httplib.HTTPConnection(netloc)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 665 http = httplib.HTTPConnection(netloc)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py     [all...]

Completed in 441 milliseconds

12 3