/external/smack/src/com/kenai/jbosh/ |
D | StaticBody.java | 44 private static final BodyParser PARSER = field in StaticBody 114 BodyParserResults results = PARSER.parse(rawXML); in fromString()
|
D | BodyParserSAX.java | 63 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/ |
D | SimpleCalc.g | 12 * PARSER RULES
|
/external/smack/asmack-master/patch/ |
D | 35-pin-jbosh-boddy-parser.patch | 6 private static final BodyParser PARSER =
|
/external/bison/tests/ |
D | reduce.at | 449 # [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
|
D | local.at | 756 # [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)
|
D | existing.at | 25 # [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/ |
D | simplecalc.t | 24 * PARSER RULES
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 119 PARSER->setDebugListener(PARSER, proxy);
|
D | C.stg | 59 <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 …]
|
D | AST.stg | 43 <if(PARSER)> 51 <if(PARSER)>
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Grammar.java | 105 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()
|
D | AssignTokenTypesBehavior.java | 81 grammar.type==Grammar.PARSER && in trackString()
|
D | NameSpaceChecker.java | 100 if ( (grammar.type==Grammar.PARSER||grammar.type==Grammar.TREE_PARSER) && in checkForRuleDefinitionProblems()
|
D | Interpreter.java | 335 if ( s.nfa.grammar.type == Grammar.PARSER || in parseEngine()
|
D | CompositeGrammar.java | 353 if ( !(g.type==Grammar.PARSER || g.type==Grammar.COMBINED) ) continue; in translateLeftRecursiveRules()
|
D | Rule.java | 181 return Character.isUpperCase(ruleName.charAt(0)) ? Grammar.LEXER : Grammar.PARSER; in getRuleType()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CTarget.java | 107 case Grammar.PARSER: in isValidActionScope()
|
D | Target.java | 128 case Grammar.PARSER : in isValidActionScope()
|
D | RubyTarget.java | 449 case Grammar.PARSER: in isValidActionScope()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 63 <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/ |
D | CPP.stg | 44 <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/ |
D | ANTLR.g | 63 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/ |
D | Ruby.stg | 18 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/ |
D | Delphi.stg | 53 * PARSER (Boolean): should we generate parser code? 81 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 1406 <if(PARSER)> 1421 <if(PARSER)>
|