HomeSort by relevance Sort by last modified time
    Searched full:cherrypy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/tools/constrained_network_server/
cns.py 30 import cherrypy namespace
32 print ('CNS requires CherryPy v3 or higher to be installed. Please install\n'
36 # Add webm file types to mimetypes map since cherrypy's default type is text.
128 cherrypy.log('Setting up port %d' % port)
132 cherrypy.log('Error: %s\nOutput: %s' % (e.msg, e.error))
152 cherrypy.log('Cleaning up port %d' % port)
165 cherrypy.log('Error: %s\nOutput: %s' % (e.msg, e.error))
169 """A CherryPy-based HTTP server for serving files with network constraints."""
181 @cherrypy.expose
185 When requesting a constrained port, the cherrypy.request.remote.ip is use
    [all...]
cns_test.py 14 import cherrypy namespace
153 These tests require root access and run the cherrypy server along with
238 """Test server URL is correct when using Cherrypy port."""
254 cherrypy.url = lambda: 'http://127.0.0.1:9000/ServeConstrained'
260 cherrypy.url = lambda: 'http://127.0.0.1:9000/ServeConstrained'
  /external/chromium_org/chrome/browser/resources/chromeos/
about_os_credits.html     [all...]

Completed in 173 milliseconds