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

  /external/autotest/skylab_migration/venv/skylab_venv/
test_sso_discovery.py 49 http_response = '''HTTP/1.1 404 Not Found
52 self.mock_run_cmd.return_value = http_response
59 self.assertEqual(resp['headers'], http_response)
64 http_response = '''HTTP/1.1 200 OK
69 self.mock_run_cmd.return_value = http_response
  /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/libmicrohttpd/src/examples/
mhd2spdy_http.c 298 proxy->http_response = MHD_create_response_from_callback (MHD_SIZE_UNKNOWN,
304 if (NULL == proxy->http_response)
307 if(MHD_NO == MHD_add_response_header (proxy->http_response,
310 if(MHD_NO == MHD_add_response_header (proxy->http_response,
313 if(MHD_NO == MHD_add_response_header (proxy->http_response,
352 if(MHD_NO == MHD_add_response_header (proxy->http_response,
360 if(MHD_NO == MHD_queue_response (proxy->http_connection, proxy->status, proxy->http_response)){
367 MHD_destroy_response (proxy->http_response);
368 proxy->http_response = NULL;
390 if(NULL != proxy->http_response)
    [all...]
mhd2spdy_structures.h 106 struct MHD_Response *http_response; member in struct:Proxy
  /external/autotest/frontend/afe/
views.py 73 http_response = HttpResponse(content)
76 http_response[header] = value
77 return http_response
  /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);
  /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...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiTetheringTest.py 121 http_response = dut.droid.httpRequestString(self.url)
122 self.log.info("IP address %s " % http_response)
126 asserts.assert_true(self._is_ipaddress_ipv6(http_response),
129 active_link_addrs and http_response in str(active_link_addrs),
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 562 ("http_response", "return response")],
564 ("http_response", "return response")],
574 (handlers[0], "http_response"), (handlers[1], "http_response")]
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 582 ("http_response", "return response")],
584 ("http_response", "return response")],
594 (handlers[0], "http_response"), (handlers[1], "http_response")]
889 newr = h.http_response(req, r
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 473 mHttpRequestResults = (TextView)findViewById(R.id.http_response);
709 ((TextView) findViewById(R.id.http_response)).setText(results);
  /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...]
  /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...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 646 ("http_response", "return response")],
648 ("http_response", "return response")],
658 (handlers[0], "http_response"), (handlers[1], "http_response")]
    [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 1934 milliseconds