/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | http_client.c | 21 struct http_client { struct 28 void (*cb)(void *ctx, struct http_client *c, argument 38 struct http_client *c = eloop_data; in http_client_timeout() argument
|
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/ |
H A D | curl_http_client_test.cc | 196 void PerformTwoRequests(CurlHttpClient* http_client, int port, in PerformTwoRequests() 279 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local 297 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local 359 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local 399 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local 503 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
|
/aosp_15_r20/external/federated-compute/fcp/client/ |
H A D | federated_select.cc | 79 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in FetchSlicesViaHttp() 129 LogManager* log_manager, Files* files, HttpClient* http_client, in HttpFederatedSelectExampleIteratorFactory() 226 fcp::client::http::HttpClient* http_client, in HttpFederatedSelectManager()
|
H A D | grpc_federated_protocol.cc | 119 const Flags* flags, ::fcp::client::http::HttpClient* http_client, in GrpcFederatedProtocol() 140 const Flags* flags, ::fcp::client::http::HttpClient* http_client, in GrpcFederatedProtocol()
|
H A D | fl_runner.cc | 1263 std::unique_ptr<::fcp::client::http::HttpClient> http_client = in RunFederatedComputation() local
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response.cc | 313 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformRequestInMemory() 330 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformMultipleRequestsInMemory() 397 FetchResourcesInMemory(HttpClient& http_client, in FetchResourcesInMemory()
|
H A D | protocol_request_helper.cc | 269 HttpClient* http_client, int64_t* bytes_downloaded, int64_t* bytes_uploaded, in ProtocolRequestHelper()
|
H A D | http_federated_protocol.cc | 297 HttpClient* http_client, in HttpFederatedProtocol()
|
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/ |
H A D | http_download.cc | 121 HttpClient* http_client = NULL; in CreateHttpClient() local 152 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/openwrt_control_server/ |
D | main.cpp | 70 OpenwrtControlServiceImpl(HttpClient& http_client) in OpenwrtControlServiceImpl() 223 auto http_client = cuttlefish::HttpClient::CurlClient(); in RunServer() local
|
/aosp_15_r20/device/google/cuttlefish/host/libs/web/http_client/unittest/ |
D | http_client_util_test.cc | 21 namespace http_client { namespace
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 31 import http.client as http_client namespace
|
D | http.py | 27 import http.client as http_client namespace
|