Home
last modified time | relevance | path

Searched defs:http_response (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dresponse.py32 def __init__(self, http_response, response_headers): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dexceptions.py57 def FromResponse(cls, http_response): argument
131 def FromResponse(cls, http_response): argument
Dbatch.py108 def HandleResponse(self, http_response, exception): argument
Dbase_api.py556 def __ProcessHttpResponse(self, method_config, http_response): argument
679 def ProcessHttpResponse(self, method_config, http_response): argument
Dbatch_test.py52 def ProcessHttpResponse(self, _, http_response): argument
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc70 int http_response = 0; in SendCrashReport() local
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc182 int http_response = wcstol(http_status, NULL, 10); in SendRequest() local
/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.h106 struct MHD_Response *http_response; member