Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dexceptions.py81 def FromResponse(cls, http_response, **kwargs): argument
189 def FromResponse(cls, http_response, **kwargs): argument
Dbatch.py125 def HandleResponse(self, http_response, exception): argument
Dbase_api.py598 def __ProcessHttpResponse(self, method_config, http_response, request): argument
733 def ProcessHttpResponse(self, method_config, http_response, request=None): argument
Dbatch_test.py68 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/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc62 grpc_http_response http_response; member
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc322 int http_response = wcstol(http_status, NULL, 10); in SendRequestInner() local
/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc311 static grpc_httpcli_response http_response(int status, char* body) { in http_response() function
Dcredentials_test.cc147 static grpc_httpcli_response http_response(int status, const char* body) { in http_response() function
/external/python/cpython2/Lib/
Durllib2.py541 def http_response(self, request, response): member in HTTPErrorProcessor
1256 def http_response(self, request, response): member in HTTPCookieProcessor
/external/python/cpython3/Lib/urllib/
Drequest.py626 def http_response(self, request, response): member in HTTPErrorProcessor
1031 def http_response(self, req, response): member in AbstractBasicAuthHandler
1403 def http_response(self, request, response): member in HTTPCookieProcessor
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djwt_verifier_test.cc329 static grpc_httpcli_response http_response(int status, char* body) { in http_response() function
Dcredentials_test.cc259 static grpc_httpcli_response http_response(int status, const char* body) { in http_response() function
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h126 ah_data_idx_t http_response; member