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

  /prebuilts/jdk/jdk8/linux-x86/bin/
java-rmi.cgi 34 # the class "sun.rmi.transport.proxy.CGIHandler". It should be
74 sun.rmi.transport.proxy.CGIHandler
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 205 wsgiref.handlers.CGIHandler().run(application)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
408 mapping. It's also the base class for CGIHandler, which just uses
421 class CGIHandler(BaseCGIHandler):
427 CGIHandler().run(app)
  /external/python/cpython2/Lib/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
410 mapping. It's also the base class for CGIHandler, which just uses
423 class CGIHandler(BaseCGIHandler):
429 CGIHandler().run(app)
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
410 mapping. It's also the base class for CGIHandler, which just uses
423 class CGIHandler(BaseCGIHandler):
429 CGIHandler().run(app)
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
410 mapping. It's also the base class for CGIHandler, which just uses
423 class CGIHandler(BaseCGIHandler):
429 CGIHandler().run(app)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
410 mapping. It's also the base class for CGIHandler, which just uses
423 class CGIHandler(BaseCGIHandler):
429 CGIHandler().run(app)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
410 mapping. It's also the base class for CGIHandler, which just uses
423 class CGIHandler(BaseCGIHandler):
429 CGIHandler().run(app)
  /external/python/cpython3/Lib/wsgiref/
handlers.py 9 'BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler',
481 mapping. It's also the base class for CGIHandler, which just uses
494 class CGIHandler(BaseCGIHandler):
500 CGIHandler().run(app)
527 This handler should be used in preference to CGIHandler when deploying on

Completed in 294 milliseconds