Home
last modified time | relevance | path

Searched refs:PARSER (Results 1 – 25 of 40) sorted by relevance

12

/external/smack/src/com/kenai/jbosh/
DStaticBody.java44 private static final BodyParser PARSER = field in StaticBody
114 BodyParserResults results = PARSER.parse(rawXML); in fromString()
DBodyParserSAX.java63 private static final ThreadLocal<SoftReference<SAXParser>> PARSER = field in BodyParserSAX
184 SoftReference<SAXParser> ref = PARSER.get(); in getSAXParser()
191 PARSER.set(ref); in getSAXParser()
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
DSimpleCalc.g12 * PARSER RULES
/external/smack/asmack-master/patch/
D35-pin-jbosh-boddy-parser.patch6 private static final BodyParser PARSER =
/external/bison/tests/
Dreduce.at449 # [PARSER-EXIT-VALUE],
450 # [PARSER-STDOUT], [PARSER-STDERR])
700 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
944 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
1213 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
1515 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
Dlocal.at756 # [PARSER-EXIT-VALUE],
757 # [PARSER-STDOUT], [PARSER-STDERR])
789 # AT_PARSER_CHECK with PARSER-EXIT-VALUE, PARSER-STDOUT, and
790 # PARSER-STDERR as the 2nd-4th arguments.
804 # # PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR)
Dexisting.at25 # [PARSER-EXIT-VALUE],
26 # [PARSER-STDOUT], [PARSER-STDERR])
766 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
3114 dnl PARSER-EXIT-VALUE, PARSER-STDOUT, PARSER-STDERR
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dsimplecalc.t24 * PARSER RULES
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DDbg.stg119 PARSER->setDebugListener(PARSER, proxy);
DC.stg59 <if(PARSER)>
77 PARSER,
331 <if(PARSER)>
335 #undef PARSER
368 #define PARSER ctx->pParser
369 #define RECOGNIZER PARSER->rec
373 #define INPUT PARSER->tstream
415 #undef PARSER
448 #define PARSER ctx->pTreeParser
449 #define RECOGNIZER PARSER->rec
[all …]
DAST.stg43 <if(PARSER)>
51 <if(PARSER)>
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java105 public static final int PARSER = 2; field in Grammar
133 map(LEXER, PARSER);
136 map(PARSER, PARSER);
137 map(PARSER, COMBINED);
1425 if ( (type==Grammar.PARSER||type==Grammar.TREE_PARSER) && in defineRule()
1557 case Grammar.PARSER : in getDefaultActionScope()
2262 delegateGrammar.name.equals(this.name+grammarTypeToFileNameSuffix[PARSER])) ) in importGrammar()
2504 case PARSER : in legalOption()
DAssignTokenTypesBehavior.java81 grammar.type==Grammar.PARSER && in trackString()
DNameSpaceChecker.java100 if ( (grammar.type==Grammar.PARSER||grammar.type==Grammar.TREE_PARSER) && in checkForRuleDefinitionProblems()
DInterpreter.java335 if ( s.nfa.grammar.type == Grammar.PARSER || in parseEngine()
DCompositeGrammar.java353 if ( !(g.type==Grammar.PARSER || g.type==Grammar.COMBINED) ) continue; in translateLeftRecursiveRules()
DRule.java181 return Character.isUpperCase(ruleName.charAt(0)) ? Grammar.LEXER : Grammar.PARSER; in getRuleType()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCTarget.java107 case Grammar.PARSER: in isValidActionScope()
DTarget.java128 case Grammar.PARSER : in isValidActionScope()
DRubyTarget.java449 case Grammar.PARSER: in isValidActionScope()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg63 <if(PARSER)>
81 PARSER,
153 PARSER,
200 <if(PARSER)>
210 PARSER,
443 PARSER,
474 PARSER,
505 PARSER,
701 <if(PARSER)>
708 <if(PARSER)>
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg44 <if(LEXER)>Lexer<endif><if(PARSER)>Parser<endif><if(TREE_PARSER)>TreeParser<endif>
58 <if(PARSER)>
84 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
158 PARSER,
196 <if(PARSER)>
1281 // they cannot see TREE_PARSER or PARSER attributes for example. :(
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g63 PARSER='parser';
469 …| 'parser' gr='grammar' {grammarType=Grammar.PARSER; grammar.type = Grammar.PARSER;} // pure p…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg18 outputFile(LEXER, PARSER, TREE_PARSER, actionScope, actions, docComment, recognizer, name,
325 <if(TREE_PARSER)>TreeParser<elseif(PARSER)>Parser<else>Lexer<endif>
1455 …r.composite.rootGrammar.name><endif>::<if(TREE_PARSER)>TreeParser<elseif(PARSER)>Parser<else>Lexer…
1459 <gram.name>::<if(TREE_PARSER)>TreeParser<elseif(PARSER)>Parser<else>Lexer<endif>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg53 * PARSER (Boolean): should we generate parser code?
81 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
1406 <if(PARSER)>
1421 <if(PARSER)>

12