Searched refs:http_error (Results 1 – 9 of 9) sorted by relevance
| /third_party/protobuf/benchmarks/util/ |
| D | big_query_utils.py | 39 except HttpError as http_error: 40 if http_error.resp.status == 409: 45 http_error)) 114 except HttpError as http_error: 115 if http_error.resp.status == 409: 119 http_error)) 146 except HttpError as http_error: 147 print('Error in creating table: %s. Err: %s' % (table_id, http_error)) 165 except HttpError as http_error: 179 except HttpError as http_error: [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| D | mhd2spdy_http.c | 211 if(proxy->spdy_error || proxy->http_error) in http_cb_request() 364 proxy->http_error = true; in http_create_response() 401 proxy->http_error = true; in http_cb_request_completed()
|
| D | mhd2spdy_structures.h | 123 bool http_error; member
|
| /third_party/python/Lib/test/ |
| D | test_patma.py | 1761 def http_error(status): function 1775 self.assertEqual(http_error(400), "Bad request") 1776 self.assertEqual(http_error(401), "Unauthorized") 1777 self.assertEqual(http_error(403), "Forbidden") 1778 self.assertEqual(http_error(404), "Not found") 1779 self.assertEqual(http_error(418), "I'm a teapot") 1780 self.assertEqual(http_error(123), "Something else") 1781 self.assertEqual(http_error("400"), "Something else") 1782 self.assertEqual(http_error(401 | 403 | 404), "Something else") # 407 1785 def http_error(status): function [all …]
|
| /third_party/python/Lib/urllib/ |
| D | request.py | 1960 return self.http_error( 1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
|
| /third_party/python/Doc/tutorial/ |
| D | controlflow.rst | 261 def http_error(status):
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.10.rst | 478 def http_error(status): 507 def http_error(status):
|
| /third_party/flutter/engine/flutter/ci/licenses_golden/ |
| D | licenses_fuchsia | 3471 ORIGIN: ../../../fuchsia/sdk/linux/fidl/fuchsia.net.oldhttp/http_error.fidl + ../../../fuchsia/sdk/… 3473 FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.net.oldhttp/http_error.fidl
|
| /third_party/python/Misc/ |
| D | HISTORY | 27855 http_error had the 'data is None' test backwards. don't call with the
|