Home
last modified time | relevance | path

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

/third_party/protobuf/benchmarks/util/
Dbig_query_utils.py39 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/
Dmhd2spdy_http.c211 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()
Dmhd2spdy_structures.h123 bool http_error; member
/third_party/python/Lib/test/
Dtest_patma.py1761 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/
Drequest.py1960 return self.http_error(
1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
/third_party/python/Doc/tutorial/
Dcontrolflow.rst261 def http_error(status):
/third_party/python/Doc/whatsnew/
D3.10.rst478 def http_error(status):
507 def http_error(status):
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia3471 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/
DHISTORY27855 http_error had the 'data is None' test backwards. don't call with the