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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 177 handler_class=QuittableHTTPHandler):
178 httpd = server_class(server_address, handler_class)
  /external/skia/platform_tools/nacl/
httpd.py 177 handler_class=QuittableHTTPHandler):
178 httpd = server_class(server_address, handler_class)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 282 milliseconds