Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTemplateParserRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.TemplateParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTemplateTreeRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
/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/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