Home
last modified time | relevance | path

Searched defs:statement_re (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/
Deasy_template.py17 def TemplateToPython(template, statement_re, expr_re): argument
62 def RunTemplate(srcfile, dstfile, template_dict, statement_re=None, argument
72 def RunTemplateFile(srcpath, dstpath, template_dict, statement_re=None, argument
93 def RunTemplateString(src, template_dict, statement_re=None, expr_re=None): argument