Home
last modified time | relevance | path

Searched refs:template_path (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_jinja2_test.py10 template_path = os.path.join(current_dir, 'resources', 'jinja2_templates') variable
18 'template_path': template_path,
40 'template_path': template_path,
56 'template_path': template_path,
72 'template_path': template_path,
Dextras_mako_test.py10 template_path = os.path.join(current_dir, 'resources', 'mako_templates') variable
17 'template_path': template_path,
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Djinja2.py111 template_path = config['template_path']
120 kwargs['loader'] = jinja2.FileSystemLoader(template_path)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dfixture.py1337 def __init__(self, base_path, template_path=None, argument
1367 self.template_path = template_path
1512 if self.template_path:
1513 frompath = os.path.join(self.template_path, frompath)
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dtodo.rst102 'template_path': ...,