Home
last modified time | relevance | path

Searched refs:_template (Results 1 – 14 of 14) 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/qemu/android/
Dcmdline-option.c38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0) argument
39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0) argument
41 #define CFG_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,1) argument
Dhelp.c1549 #define OPT_PARAM(_name,_template,_descr) { STRINGIFY(_name), _template, _descr, help_##_name }, argument
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg22 operation_template_name(operation) ::= "<operation.name>_template"
/external/chromium_org/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/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/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py3685 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3690 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
3691 _template,
3696 for _template in _templates:
3698 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
3699 _template + '<>',
/external/llvm/docs/TableGen/
DLangIntro.rst282 .. _template arguments: