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

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
handlers.py 28 _APP = webapp.WSGIApplication(pipeline.create_handlers_map(), debug=True)
pipeline.py 25 'get_pipeline_names', 'get_root_list', 'create_handlers_map',
3290 def create_handlers_map(prefix='.*'): function
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
main.py 58 def create_handlers_map(): function
67 pipeline_handlers_map = pipeline.create_handlers_map(prefix=".*/pipeline")
101 return webapp.WSGIApplication(create_handlers_map(),
test_support.py 82 handlers_map = main.create_handlers_map()
181 hanlders_map: see main.create_handlers_map.
220 hanlders_map: see main.create_handlers_map.

Completed in 77 milliseconds