Home
last modified time | relevance | path

Searched defs:HTTPServer (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Debuginfod/
DHTTPServer.h35 class HTTPServer; variable
38 friend HTTPServer; variable
/external/chromium-crossbench/crossbench/network/
Dlocal_file_server.py156 def _server_thread(self, server: http.server.HTTPServer) -> Iterator[None]:
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DHTTPServer.cpp63 HTTPServer::HTTPServer() { Server = std::make_unique<httplib::Server>(); } in HTTPServer() function in HTTPServer
/external/python/cpython3/Lib/http/
Dserver.py130 class HTTPServer(socketserver.TCPServer): class