Home
last modified time | relevance | path

Searched defs:http_request (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc272 CurlHttpRequest http_request(&libcurl); in TEST() local
300 CurlHttpRequest http_request(&libcurl); in TEST() local
334 CurlHttpRequest http_request(&libcurl); in TEST() local
362 CurlHttpRequest http_request(&libcurl); in TEST() local
383 CurlHttpRequest http_request(&libcurl); in TEST() local
404 CurlHttpRequest http_request(&libcurl); in TEST() local
430 CurlHttpRequest http_request(&libcurl); in TEST() local
449 CurlHttpRequest http_request(&libcurl); in TEST() local
468 CurlHttpRequest http_request(&libcurl); in TEST() local
488 CurlHttpRequest http_request(&libcurl); in TEST() local
[all …]
/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dtest_compute_engine.py31 def check_gce_environment(http_request): argument
38 def test_refresh(http_request, token_info): argument
59 def test_id_token_from_metadata(http_request): argument
71 def test_fetch_id_token(http_request): argument
Dtest_service_account.py28 def test_refresh_no_scopes(http_request, credentials): argument
33 def test_refresh_success(http_request, credentials, token_info): argument
51 def test_iam_signer(http_request, credentials): argument
Dtest_grpc.py24 def test_grpc_request_with_regular_credentials(http_request): argument
40 def test_grpc_request_with_regular_credentials_and_self_signed_jwt(http_request): argument
Dconftest.py62 def http_request(request_type): function
92 def token_info(http_request): argument
115 def verify_refresh(http_request): argument
Dtest_impersonated_credentials.py42 http_request, argument
79 http_request, argument
Dtest_external_accounts.py81 def dns_access(request, http_request, service_account_info): argument
91 def oidc_credentials(service_account_file, http_request): argument
261 aws_oidc_credentials, service_account_info, dns_access, http_request argument
Dtest_id_token.py20 def test_fetch_id_token(http_request): argument
Dtest_app_engine.py20 def test_live_application(http_request): argument
Dtest_oauth2_credentials.py23 def test_refresh(authorized_user_file, http_request, token_info): argument
/external/python/oauth2client/oauth2client/contrib/
D_metadata.py36 def get(http_request, path, root=METADATA_ROOT, recursive=None): argument
76 def get_service_account_info(http_request, service_account='default'): argument
102 def get_token(http_request, service_account='default'): argument
Dgce.py104 def _retrieve_info(self, http_request): argument
120 def _refresh(self, http_request): argument
Ddevshell.py120 def _refresh(self, http_request): argument
/external/python/google-auth-library-python/system_tests/system_tests_async/
Dconftest.py58 async def http_request(request, aiohttp_session): function
64 async def token_info(http_request): argument
89 async def verify_refresh(http_request): argument
Dtest_service_account.py29 async def test_refresh_no_scopes(http_request, credentials): argument
38 async def test_refresh_success(http_request, credentials, token_info): argument
Dtest_id_token.py20 async def test_fetch_id_token(http_request): argument
/external/wpa_supplicant_8/src/wps/
Dhttp_server.c21 struct http_request { struct
22 struct http_request *next; argument
30 void (*cb)(void *ctx, struct http_request *req); argument
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py76 def _Httplib2Debuglevel(http_request, level, http=None): argument
313 def MakeRequest(http, http_request, retries=7, max_retry_wait=60, argument
363 def _MakeRequestNoRetry(http, http_request, redirections=5, argument
Dtransfer.py278 def ConfigureRequest(self, http_request, url_builder): argument
299 def InitializeDownload(self, http_request, http=None, client=None): argument
715 def __SetDefaultUploadStrategy(self, upload_config, http_request): argument
744 def ConfigureRequest(self, upload_config, http_request, url_builder): argument
789 def __ConfigureMediaRequest(self, http_request): argument
795 def __ConfigureMultipartRequest(self, http_request): argument
837 def __ConfigureResumableRequest(self, http_request): argument
880 def InitializeUpload(self, http_request, http=None, client=None): argument
/external/cronet/net/test/embedded_test_server/
Dcontrollable_http_response.cc22 const HttpRequest& http_request) in Interceptor()
125 std::unique_ptr<HttpRequest> http_request) { in OnRequest()
Dcontrollable_http_response.h63 const HttpRequest* http_request() const { return http_request_.get(); } in http_request() function
/external/python/oauth2client/oauth2client/
Dclient.py749 def _refresh(self, http_request): argument
781 def _do_refresh_request(self, http_request): argument
836 def _revoke(self, http_request): argument
846 def _do_revoke(self, http_request, token): argument
879 def _retrieve_scopes(self, http_request): argument
889 def _do_retrieve_scopes(self, http_request, token): argument
980 def _refresh(self, http_request): argument
984 def _revoke(self, http_request): argument
1514 def _revoke(self, http_request): argument
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dclient.py827 def _refresh(self, http_request): argument
859 def _do_refresh_request(self, http_request): argument
910 def _revoke(self, http_request): argument
920 def _do_revoke(self, http_request, token): argument
953 def _retrieve_scopes(self, http_request): argument
963 def _do_retrieve_scopes(self, http_request, token): argument
1054 def _refresh(self, http_request): argument
1058 def _revoke(self, http_request): argument
1563 def _revoke(self, http_request): argument
Dgce.py72 def _refresh(self, http_request): argument
/external/cronet/third_party/libevent/test/
Dregress_http.c300 const char *http_request = "host\r\n" in http_complete_write() local
312 const char *http_request; in http_basic_test() local
458 const char *http_request; in http_bad_request() local
964 const char *http_request; in http_failure_test() local
1231 const char *http_request; in http_base_test() local
1422 const char *http_request; in http_chunked_test() local
1676 const char *http_request; in http_terminate_chunked_test() local

12