Home
last modified time | relevance | path

Searched defs:httpd (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/tests/http/
Dconfig.ini.in28 [httpd] section
30 httpd = @HTTPD@ argument
31 apachectl = @APACHECTL@
/third_party/skia/specs/web-img-decode/proposed/
Dserve.py19 httpd = socketserver.TCPServer(("", PORT), Handler) variable
/third_party/skia/tools/
Dserve_wasm.py21 httpd = socketserver.TCPServer(("", PORT), Handler) variable
/third_party/python/Lib/test/test_asyncio/
Dtest_sock_lowlevel.py75 def _basetest_sock_client_ops(self, httpd, sock): argument
111 def _basetest_sock_recv_into(self, httpd, sock): argument
135 async def _basetest_sock_recv_racing(self, httpd, sock): argument
151 async def _basetest_sock_recv_into_racing(self, httpd, sock): argument
Dtest_streams.py1011 async def inner(httpd): argument
1031 async def inner(httpd): argument
Dtest_events.py599 def _test_create_ssl_connection(self, httpd, create_connection, argument
/third_party/ninja/src/
Dbrowse.py218 httpd = HTTPServer((hostname,port), RequestHandler) variable