/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TemplateParserRuleReturnScope`2.cs | 37 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/ |
D | TemplateTreeRuleReturnScope`2.cs | 37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope 43 return _template; 48 _template = value;
|
/external/qemu/android/ |
D | cmdline-option.c | 38 #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
|
D | help.c | 1549 #define OPT_PARAM(_name,_template,_descr) { STRINGIFY(_name), _template, _descr, help_##_name }, argument
|
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/ |
D | AccessorTest.stg | 22 operation_template_name(operation) ::= "<operation.name>_template"
|
/external/chromium_org/third_party/jinja2/ |
D | environment.py | 1095 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/ |
D | cpplint.py | 3555 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/ |
D | TestCharDFAConversion.java | 500 public void _template() throws Exception { in _template() method in TestCharDFAConversion
|
D | TestSemanticPredicates.java | 768 public void _template() throws Exception { in _template() method in TestSemanticPredicates
|
D | TestDFAConversion.java | 1524 public void _template() throws Exception { in _template() method in TestDFAConversion
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4272 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/ |
D | cpplint.py | 4272 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/ |
D | cpp.py | 3685 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/ |
D | LangIntro.rst | 282 .. _template arguments:
|