HomeSort by relevance Sort by last modified time
    Searched refs:webapp (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py 18 """Testing utilities for the webapp libraries.
36 from .webapp import service_handlers
37 from .webapp.google_imports import webapp
129 return webapp.RequestHandler()
181 self.request = webapp.Request(environment)
182 self.response = webapp.Response()
373 return webapp.WSGIApplication(self.DEFAULT_MAPPING, True)
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
status_ui.py 25 from google.appengine.ext import webapp namespace
36 class _StatusUiHandler(webapp.RequestHandler):
105 class _BaseRpcHandler(webapp.RequestHandler):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
forms_test.py 28 from protorpc.webapp import forms
29 from protorpc.webapp.google_imports import template
43 params: Passed in to webapp template generator.
service_handlers.py 21 on top of the App Engine Webapp framework.
43 ServiceHandler: A webapp.RequestHandler sub-class that responds to the
44 webapp framework. It mediates between the RPCMapper and service
45 implementation class during a request. As determined by the Webapp
52 When the Webapp framework invokes the service handler, the handler
96 from .google_imports import webapp
259 Normally a handler class is passed directly to the webapp framework
281 application = webapp.WSGIApplication(
286 application = webapp.WSGIApplication(
326 webapp URL mapping
    [all...]
service_handlers_test.py 41 from protorpc.webapp import forms
42 from protorpc.webapp import service_handlers
43 from protorpc.webapp.google_imports import webapp
839 self.request = webapp.Request(environ)
841 self.response = webapp.Response()
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
DiscoveredAnnotation.java 19 package org.eclipse.jetty.webapp;
FragmentConfiguration.java 20 package org.eclipse.jetty.webapp;
IterativeDescriptorProcessor.java 19 package org.eclipse.jetty.webapp;
JarScanner.java 20 package org.eclipse.jetty.webapp;
JettyWebXmlConfiguration.java 19 package org.eclipse.jetty.webapp;
49 public static final String XML_CONFIGURATION = "org.eclipse.jetty.webapp.JettyWebXmlConfiguration";
63 LOG.debug("Cannot configure webapp after it is started");
ClasspathPattern.java 20 package org.eclipse.jetty.webapp;
WebXmlConfiguration.java 19 package org.eclipse.jetty.webapp;
90 LOG.debug("Cannot configure webapp after it is started");
FragmentDescriptor.java 19 package org.eclipse.jetty.webapp;
MetaInfConfiguration.java 19 package org.eclipse.jetty.webapp;
WebDescriptor.java 19 package org.eclipse.jetty.webapp;
Ordering.java 19 package org.eclipse.jetty.webapp;
63 * @see org.eclipse.jetty.webapp.Ordering#order(java.util.List)
148 * @see org.eclipse.jetty.webapp.Ordering#order(java.util.List)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/
main.py 30 from google.appengine.ext import webapp namespace
31 from google.appengine.ext.webapp import template
32 from google.appengine.ext.webapp import util
49 class MainHandler(webapp.RequestHandler):
365 application = webapp.WSGIApplication([('/', MainHandler),
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 44 from google.appengine.ext import webapp namespace
59 class TaskQueueHandler(webapp.RequestHandler):
68 In Python27 runtime, webapp2 will automatically replace webapp.
74 # webapp framework invokes initialize after __init__.
76 # Python27 runtime swap webapp with webapp2 underneath us.
93 1. call webapp init.
100 request: a webapp.Request instance.
101 response: a webapp.Response instance.
144 This method is called after webapp initialization code has been run
172 class JsonHandler(webapp.RequestHandler)
    [all...]
test_support.py 29 from google.appengine.ext.webapp import mock_webapp
148 # For webapp, setup request before calling initialize.
status.py 33 from google.appengine.ext import webapp namespace
265 class ResourceHandler(webapp.RequestHandler):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/
services.py 34 from protorpc.webapp import service_handlers
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 35 from google.appengine.ext import webapp namespace
36 from google.appengine.ext.webapp.util import login_required
37 from google.appengine.ext.webapp.util import run_wsgi_app
533 request_handler: webapp.RequestHandler, The request.
572 as decorators on webapp.RequestHandler methods.
581 class MainHandler(webapp.RequestHandler):
704 method: callable, to be decorated method of a webapp.RequestHandler
748 request_handler: webapp.RequestHandler, the request handler.
771 method: callable, to be decorated method of a webapp.RequestHandler
804 Must only be called from with a webapp.RequestHandler subclassed metho
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 32 from google.appengine.ext import webapp namespace
37 class BaseWebServiceHandler(webapp.RequestHandler):
391 application = webapp.WSGIApplication(
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 

Completed in 327 milliseconds

12 3