HomeSort by relevance Sort by last modified time
    Searched defs:http_response (Results 1 - 11 of 11) sorted by null

  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.cc 70 int http_response = 0; local
73 &http_response);
78 } else if (http_response >= 400 && http_response < 500) {
  /external/google-breakpad/src/common/windows/
http_upload.cc 182 int http_response = wcstol(http_status, NULL, 10); local
184 *response_code = http_response;
187 bool result = (http_response == 200);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 506 def http_response(self, request, response): member in class:HTTPErrorProcessor
517 https_response = http_response
1222 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 106 struct MHD_Response *http_response; member in struct:Proxy
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /system/update_engine/
omaha_request_action_unittest.cc 239 const string& http_response,
361 const string& http_response,
372 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(),
373 http_response.size(),
423 const string& http_response,
427 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(),
428 http_response.size(),
730 const string http_response = "<?xml invalid response"; local
737 new MockHttpFetcher(http_response.data(), http_response.size(), nullptr)
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 541 def http_response(self, request, response): member in class:HTTPErrorProcessor
552 https_response = http_response
1256 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 635 def http_response(self, request, response): member in class:HTTPErrorProcessor
646 https_response = http_response
1008 def http_response(self, req, response): member in class:AbstractBasicAuthHandler
1378 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]

Completed in 270 milliseconds