/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | curl_http_request_test.cc | 272 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 …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | http_server.c | 21 struct http_request { struct 22 struct http_request *next; argument 30 void (*cb)(void *ctx, struct http_request *req); argument
|
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_sync/ |
D | test_compute_engine.py | 31 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
|
D | test_service_account.py | 28 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
|
D | conftest.py | 62 def http_request(request_type): function 92 def token_info(http_request): argument 115 def verify_refresh(http_request): argument
|
D | test_external_accounts.py | 81 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
|
D | test_grpc.py | 24 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
|
D | test_impersonated_credentials.py | 42 http_request, argument 79 http_request, argument
|
/aosp_15_r20/external/grpc-grpc/test/core/http/ |
H A D | httpcli_test.cc | 200 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 226 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 283 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 339 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 400 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 465 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 518 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local
|
H A D | httpscli_test.cc | 199 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 227 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local 271 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request = in TEST_F() local
|
/aosp_15_r20/external/python/oauth2client/oauth2client/ |
D | client.py | 749 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
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | transfer.py | 278 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
|
D | http_wrapper.py | 76 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
|
D | base_api.py | 416 def ProcessHttpRequest(self, http_request): argument 586 def __FinalizeRequest(self, http_request, url_builder): argument 622 def __SetBaseHeaders(self, http_request, client): argument 631 def __SetBody(self, http_request, method_config, request, upload): argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
H A D | client.py | 827 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
|
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/ |
D | _metadata.py | 36 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
|
D | gce.py | 104 def _retrieve_info(self, http_request): argument 120 def _refresh(self, http_request): argument
|
/aosp_15_r20/external/cronet/third_party/libevent/test/ |
H A D | regress_http.c | 300 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
|
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_async/ |
D | conftest.py | 58 async def http_request(request, aiohttp_session): function 64 async def token_info(http_request): argument 89 async def verify_refresh(http_request): argument
|
D | test_service_account.py | 29 async def test_refresh_no_scopes(http_request, credentials): argument 38 async def test_refresh_success(http_request, credentials, token_info): argument
|
D | test_id_token.py | 20 async def test_fetch_id_token(http_request): argument
|
/aosp_15_r20/tools/netsim/rust/daemon/src/http_server/ |
H A D | http_request.rs | 103 let http_request = parse_http_request::<&[u8]>(&mut reader).unwrap(); in test_parse() localVariable 118 let http_request = parse_http_request::<&[u8]>(&mut reader).unwrap(); in test_parse_without_body() localVariable 133 let http_request = parse_http_request::<&[u8]>(&mut reader).unwrap(); in test_parse_without_content_length() localVariable
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | port_server_client.cc | 104 auto http_request = grpc_core::HttpRequest::Get( in grpc_free_port_using_server() local 142 grpc_core::OrphanablePtr<grpc_core::HttpRequest> http_request; member 235 auto http_request = grpc_core::HttpRequest::Get( in grpc_pick_port_using_server() local
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_http.c | 495 const char http_request[] = "host\r\n" in http_half_writecb() local 512 const char *http_request; in http_basic_test_impl() local 690 const char *http_request; in http_bad_request_test() local 812 const char *http_request; in http_delete_test() local 896 const char *http_request; in http_on_complete_test() local 956 const char *http_request; in http_allowed_methods_test() local 1671 const char *http_request; in http_virtual_host_test() local 2234 const char *http_request; in http_failure_test() local 3021 const char *http_request; in http_base_test() local 3107 const char *http_request; in http_incomplete_test_() local [all …]
|
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ |
H A D | controllable_http_response.cc | 21 const HttpRequest& http_request) in Interceptor() 124 std::unique_ptr<HttpRequest> http_request) { in OnRequest()
|