Home
last modified time | relevance | path

Searched refs:HTTPResponse (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dconnection.py387 class HTTPResponse(http_client.HTTPResponse): class
390 http_client.HTTPResponse.__init__(self, *args, **kwargs)
410 self._cached_response = http_client.HTTPResponse.read(self)
413 return http_client.HTTPResponse.read(self, amt)
777 connection.response_class = HTTPResponse
807 resp = http_client.HTTPResponse(sock, strict=True, debuglevel=self.debug)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
D__init__.py43 response = mock.Mock(spec=http_client.HTTPResponse)
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_stream.py168 source = http_client.HTTPResponse(FakeSocket())
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpclient.py108 class DetailedHTTPResponse(httplib.HTTPResponse):
/external/chromium-trace/catapult/third_party/html5lib-python/
DCHANGES.rst64 http.client.HTTPResponse drops the rest of the content.
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py132 if not hasattr(httplib.HTTPResponse, 'getheaders'):
133 httplib.HTTPResponse.getheaders = HTTPResponse__getheaders
1635 if isinstance(info, httplib.HTTPResponse):
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dinputstream.py133 if isinstance(source, http_client.HTTPResponse):
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py1324 if isinstance(info, http.client.HTTPResponse):
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dlibhttplib2.tex182 an \class{rfc822.Message} or an \class{httplib.HTTPResponse} object.