Searched defs:httpd (Results 1 – 7 of 7) sorted by relevance
| /third_party/curl/tests/http/ |
| D | config.ini.in | 28 [httpd] section 30 httpd = @HTTPD@ argument 31 apachectl = @APACHECTL@
|
| /third_party/skia/specs/web-img-decode/proposed/ |
| D | serve.py | 19 httpd = socketserver.TCPServer(("", PORT), Handler) variable
|
| /third_party/skia/tools/ |
| D | serve_wasm.py | 21 httpd = socketserver.TCPServer(("", PORT), Handler) variable
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_sock_lowlevel.py | 75 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
|
| D | test_streams.py | 1011 async def inner(httpd): argument 1031 async def inner(httpd): argument
|
| D | test_events.py | 599 def _test_create_ssl_connection(self, httpd, create_connection, argument
|
| /third_party/ninja/src/ |
| D | browse.py | 218 httpd = HTTPServer((hostname,port), RequestHandler) variable
|