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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 11 import CGIHTTPServer
test_httpservers.py 16 import CGIHTTPServer
21 from CGIHTTPServer import CGIHTTPRequestHandler
456 CGIHTTPServer._url_collapse_path, path)
458 actual = CGIHTTPServer._url_collapse_path(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 11 import CGIHTTPServer
test_httpservers.py 16 import CGIHTTPServer
21 from CGIHTTPServer import CGIHTTPRequestHandler
456 CGIHTTPServer._url_collapse_path, path)
458 actual = CGIHTTPServer._url_collapse_path(path)
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 103 This uses CGIHTTPServer and CGIHTTPServer is not secure.
109 import CGIHTTPServer
464 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
484 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
502 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
523 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
629 if CGIHTTPServer.CGIHTTPRequestHandler.is_cgi(self):
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 103 This uses CGIHTTPServer and CGIHTTPServer is not secure.
109 import CGIHTTPServer
460 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
480 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
498 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
519 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
625 if CGIHTTPServer.CGIHTTPRequestHandler.is_cgi(self):
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 123 This uses CGIHTTPServer and CGIHTTPServer is not secure.
129 import CGIHTTPServer
623 class WebSocketRequestHandler(CGIHTTPServer.CGIHTTPRequestHandler):
643 CGIHTTPServer.CGIHTTPRequestHandler.setup(self)
661 CGIHTTPServer.CGIHTTPRequestHandler.__init__(
682 if not CGIHTTPServer.CGIHTTPRequestHandler.parse_request(self):
788 if CGIHTTPServer.CGIHTTPRequestHandler.is_cgi(self):
    [all...]

Completed in 440 milliseconds