Searched refs:_template (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTemplateParserRuleReturnScope`2.cs37 private TTemplate _template; field in class:Antlr.Runtime.TemplateParserRuleReturnScope
43 return _template;
48 _template = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTemplateTreeRuleReturnScope`2.cs37 private TTemplate _template; field in class:Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
43 return _template;
48 _template = value;
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DCloneConfiguration.java23 final WebAppContext _template; field in class:CloneConfiguration
27 _template=template;
33 for (Configuration configuration : _template.getConfigurations())
34 configuration.cloneConfigure(_template,context);
41 for (Configuration configuration : _template.getConfigurations())
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCharDFAConversion.java500 public void _template() throws Exception { method in class:TestCharDFAConversion
H A DTestSemanticPredicates.java768 public void _template() throws Exception { method in class:TestSemanticPredicates
H A DTestDFAConversion.java1524 public void _template() throws Exception { method in class:TestDFAConversion
/external/compiler-rt/lib/sanitizer_common/scripts/
H A 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/libvpx/libvpx/tools/
H A 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 + '<>',

Completed in 744 milliseconds