Searched refs:HTTPServer (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
H A Dsimple_server.py13 from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer namespace
40 class WSGIServer(HTTPServer):
48 HTTPServer.server_bind(self)
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
H A Dsimple_server.py13 from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer namespace
40 class WSGIServer(HTTPServer):
48 HTTPServer.server_bind(self)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dsimple_server.py13 from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer namespace
40 class WSGIServer(HTTPServer):
48 HTTPServer.server_bind(self)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dsimple_server.py13 from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer namespace
40 class WSGIServer(HTTPServer):
48 HTTPServer.server_bind(self)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DBaseHTTPServer.py71 __all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
102 class HTTPServer(SocketServer.TCPServer): class in inherits:SocketServer.TCPServer
580 ServerClass = HTTPServer, protocol="HTTP/1.0"):
H A DSimpleHTTPServer.py215 ServerClass = BaseHTTPServer.HTTPServer):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DBaseHTTPServer.py71 __all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
102 class HTTPServer(SocketServer.TCPServer): class in inherits:SocketServer.TCPServer
580 ServerClass = HTTPServer, protocol="HTTP/1.0"):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DBaseHTTPServer.py71 __all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
102 class HTTPServer(SocketServer.TCPServer): class in inherits:SocketServer.TCPServer
580 ServerClass = HTTPServer, protocol="HTTP/1.0"):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DBaseHTTPServer.py71 __all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
102 class HTTPServer(SocketServer.TCPServer): class in inherits:SocketServer.TCPServer
580 ServerClass = HTTPServer, protocol="HTTP/1.0"):
/prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/darwin-x86/clang-stable/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
/prebuilts/clang/host/linux-x86/clang-stable/tools/scan-view/share/
H A DScanView.py115 class ScanViewServer(BaseHTTPServer.HTTPServer):
117 BaseHTTPServer.HTTPServer.__init__(self, address, handler)
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)

Completed in 196 milliseconds

12