HomeSort by relevance Sort by last modified time
    Searched refs:CGIHTTPRequestHandler (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 24 __all__ = ["CGIHTTPRequestHandler"]
35 class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
372 def test(HandlerClass = CGIHTTPRequestHandler,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 24 __all__ = ["CGIHTTPRequestHandler"]
35 class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
372 def test(HandlerClass = CGIHTTPRequestHandler,
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 464 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
465 """CGIHTTPRequestHandler specialized for WebSocket."""
484 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
497 # Replace CGIHTTPRequestHandler.is_executable method.
502 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
515 # CGIHTTPRequestHandler.parse_request since when we return False,
516 # CGIHTTPRequestHandler.handle_one_request continues processing and
517 # it needs variables set by CGIHTTPRequestHandler.parse_request.
523 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
539 self._logger.info('Fallback to CGIHTTPRequestHandler')
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 460 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
461 """CGIHTTPRequestHandler specialized for WebSocket."""
480 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
493 # Replace CGIHTTPRequestHandler.is_executable method.
498 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
511 # CGIHTTPRequestHandler.parse_request since when we return False,
512 # CGIHTTPRequestHandler.handle_one_request continues processing and
513 # it needs variables set by CGIHTTPRequestHandler.parse_request.
519 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
535 self._logger.info('Fallback to CGIHTTPRequestHandler')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 623 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
624 """CGIHTTPRequestHandler specialized for WebSocket."""
643 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
656 # Replace CGIHTTPRequestHandler.is_executable method.
661 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
674 # CGIHTTPRequestHandler.parse_request since when we return False,
675 # CGIHTTPRequestHandler.handle_one_request continues processing and
676 # it needs variables set by CGIHTTPRequestHandler.parse_request.
682 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
698 self._logger.info('Fallback to CGIHTTPRequestHandler')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 21 from CGIHTTPServer import CGIHTTPRequestHandler
379 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 21 from CGIHTTPServer import CGIHTTPRequestHandler
379 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):

Completed in 236 milliseconds