Home
last modified time | relevance | path

Searched defs:http_server (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dhttp_server.c29 struct http_server { struct
45 struct http_server *srv = req->srv; in http_request_cb() argument
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A Dcurl_http_client_test.cc280 auto http_server = CreateHttpTestServer("/test", port, /*num_threads*/ 5); in TEST() local
298 auto http_server = CreateHttpTestServer("/test", port, /*num_threads*/ 5); in TEST() local
360 auto http_server = CreateHttpTestServer("/test", port, /*num_threads*/ 10); in TEST() local
400 auto http_server = CreateHttpTestServer("/test", port, /*num_threads*/ 5); in TEST() local
505 auto http_server = CreateHttpTestServer("/test", port, /*num_threads*/ 3); in TEST() local
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dlib.rs25 mod http_server; module
/aosp_15_r20/external/federated-compute/fcp/client/http/testing/
H A Dhttp_test_server.cc92 std::unique_ptr<HTTPServerInterface> http_server = in CreateHttpTestServer() local
/aosp_15_r20/external/cronet/components/cronet/tools/
H A Dperf_test_utils.py184 def GenerateLighttpdConfig(config_file, http_server_doc_root, http_server): argument
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory.cc88 const url::SchemeHostPort& http_server) { in ProcessAlternativeServices()
H A Dhttp_server_properties_unittest.cc213 url::SchemeHostPort http_server("http", "www.test.com", 443); in TEST_F() local
725 url::SchemeHostPort http_server("http", "www.test.com", 443); in TEST_F() local
1262 url::SchemeHostPort http_server("http", "foo", 80); in TEST_F() local
/aosp_15_r20/external/libevent/
H A Devrpc-internal.h76 struct evhttp* http_server; member
H A Dhttp-internal.h90 struct evhttp *http_server; member
H A Devrpc.c72 evrpc_init(struct evhttp *http_server) in evrpc_init()
/aosp_15_r20/external/libevent/test/
H A Dregress_http.c3656 struct http_server struct
3666 struct http_server *hs = (struct http_server *)arg; in http_make_web_server() argument
/aosp_15_r20/external/cronet/net/base/
H A Dproxy_chain_unittest.cc378 auto http_server = ProxyUriToProxyServer("foo:555", ProxyServer::SCHEME_HTTP); in TEST() local
/aosp_15_r20/external/cronet/net/url_request/
H A Dhttp_with_dns_over_https_unittest.cc270 EmbeddedTestServer http_server(EmbeddedTestServer::Type::TYPE_HTTP); in TEST_F() local
H A Durl_request_unittest.cc1564 EmbeddedTestServer http_server(EmbeddedTestServer::TYPE_HTTP); in TEST_F() local
2669 EmbeddedTestServer http_server; in TEST_P() local
3257 EmbeddedTestServer http_server; in TEST_P() local
3619 EmbeddedTestServer http_server; in TEST_F() local
3726 EmbeddedTestServer http_server; in TEST_F() local
H A Durl_request_http_job_unittest.cc1296 EmbeddedTestServer http_server(EmbeddedTestServer::TYPE_HTTP); in TEST_F() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py315 def http_server(evt, numrequests, requestHandler=None, encoding=None): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py606 def http_server(evt, numrequests, requestHandler=None, encoding=None): function
/aosp_15_r20/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc125 unique_ptr<brillo::Process> http_server(new brillo::ProcessImpl()); in PythonHttpServer() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_network_transaction_unittest.cc2570 url::SchemeHostPort http_server("http", "mail.example.org", 443); in TEST_P() local
4163 url::SchemeHostPort http_server("https", kDefaultServerHostName, 443); in TEST_P() local