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

  /external/python/cpython2/Lib/test/
ssl_servers.py 45 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
125 handler_class or RootedHTTPRequestHandler,
195 handler_class = RootedHTTPRequestHandler
  /external/python/cpython3/Lib/test/
ssl_servers.py 45 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
125 handler_class or RootedHTTPRequestHandler,
195 handler_class = RootedHTTPRequestHandler
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ssl.py 662 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
707 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
709 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ssl.py 730 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
775 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
777 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ssl.py 730 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
775 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
777 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 730 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
775 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
777 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 730 class RootedHTTPRequestHandler(SimpleHTTPRequestHandler):
775 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
777 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
    [all...]

Completed in 183 milliseconds