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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 3 from wsgiref.util import setup_testing_defaults
4 from wsgiref.headers import Headers
5 from wsgiref.handlers import BaseHandler, BaseCGIHandler
6 from wsgiref import util
7 from wsgiref.validate import validator
8 from wsgiref.simple_server import WSGIServer, WSGIRequestHandler, demo_app
9 from wsgiref.simple_server import make_server
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 3 from wsgiref.util import setup_testing_defaults
4 from wsgiref.headers import Headers
5 from wsgiref.handlers import BaseHandler, BaseCGIHandler
6 from wsgiref import util
7 from wsgiref.validate import validator
8 from wsgiref.simple_server import WSGIServer, WSGIRequestHandler, demo_app
9 from wsgiref.simple_server import make_server
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 33 import wsgiref.handlers namespace
205 wsgiref.handlers.CGIHandler().run(application)
web_services.py 34 import wsgiref.handlers namespace
397 wsgiref.handlers.CGIHandler().run(application)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 15 from wsgiref.handlers import SimpleHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 15 from wsgiref.handlers import SimpleHandler
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
example.py 141 from wsgiref.simple_server import make_server
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/jsonrpc-example-code/
jsonrpc.py 172 from wsgiref import simple_server
  /external/chromium-trace/trace-viewer/third_party/webapp2/
webapp2.py 23 from wsgiref import handlers
298 """Implements methods from ``wsgiref.headers.Headers``, used by webapp."""
353 is accessed or deleted, differently from ``wsgiref.headers.Headers``.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 958 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 959 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]

Completed in 797 milliseconds