Home
last modified time | relevance | path

Searched refs:get_template (Results 1 – 8 of 8) sorted by relevance

/external/python/google-api-python-client/samples/appengine/
Dmain.py85 template = JINJA_ENVIRONMENT.get_template('grant.html')
98 template = JINJA_ENVIRONMENT.get_template('welcome.html')
/external/icu/tools/icu4c_srcgen/
Dgenerate_libandroidicu.py60 return JINJA_ENV.get_template('shim.cpp.j2').render(data)
71 return JINJA_ENV.get_template('libandroidicu.map.txt.j2').render(data)
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DRuleReturnScope.pm17 sub get_template { method in ANTLR::Runtime::RuleReturnScope
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtemplate_expander.py29 template = jinja_env.get_template(path_to_template)
/external/toolchain-utils/automation/clients/report/dejagnu/
Dreport.py112 tmpl = loader.get_template('report.html')
/external/autotest/frontend/afe/
Dviews.py85 t = loader.get_template('500.html')
/external/libchrome/third_party/jinja2/
Denvironment.py810 def get_template(self, name, parent=None, globals=None): member in Environment
869 return self.get_template(template_name_or_list, parent, globals)
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py361 def get_template(self): member in operation