Home
last modified time | relevance | path

Searched refs:_template (Results 1 – 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTemplateParserRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.TemplateParserRuleReturnScope
43 return _template;
48 _template = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTemplateTreeRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
43 return _template;
48 _template = value;
/external/autotest/puppylab/
Dvm_manager.py57 _template = None variable in VagrantProvisioner
160 with open(self._template, 'r') as template:
214 _template = os.path.join(VAGRANT_DIR, 'ClusterTemplate') variable in VirtualBox
/external/libmojo/third_party/jinja2/
Denvironment.py1095 self._template = template
1099 context = self._template.new_context(dict(*args, **kwargs))
1100 consume(self._template.root_render_func(context))
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg22 operation_template_name(operation) ::= "<operation.name>_template"
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3555 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3560 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
3561 _template,
3566 for _template in _templates:
3568 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
3569 _template + '<>',
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestCharDFAConversion.java500 public void _template() throws Exception { in _template() method in TestCharDFAConversion
DTestSemanticPredicates.java768 public void _template() throws Exception { in _template() method in TestSemanticPredicates
DTestDFAConversion.java1524 public void _template() throws Exception { in _template() method in TestDFAConversion
/external/libvpx/libvpx/tools/
Dcpplint.py4272 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
4277 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
4278 _template,
4283 for _template in _templates:
4285 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
4286 _template + '<>',
/external/llvm/docs/TableGen/
DLangIntro.rst288 .. _template arguments: