Home
last modified time | relevance | path

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

12

/external/protobuf/java/src/test/java/com/google/protobuf/
DCheckUtf8Test.java62 StringWrapper.PARSER.parseFrom(serialized).getReq()); in testParseRequiredStringWithGoodUtf8()
96 StringWrapper.PARSER.parseFrom(serialized); in testParseRequiredStringWithBadUtf8()
134 StringWrapperSize.PARSER.parseFrom(serialized); in testParseRequiredStringWithBadUtf8Size()
DLazyMessageLiteTest.java56 originalLazyInnerMessageLiteParser = LazyInnerMessageLite.PARSER; in setUp()
61 LazyInnerMessageLite.PARSER = originalLazyInnerMessageLiteParser; in tearDown()
309 LazyInnerMessageLite.PARSER = EasyMock.createStrictMock(Parser.class); in testLaziness()
311 EasyMock.replay(LazyInnerMessageLite.PARSER); in testLaziness()
317 EasyMock.verify(LazyInnerMessageLite.PARSER); in testLaziness()
DParserTest.java61 assertEquals(TestAllTypes.PARSER, in testGeneratedMessageParserSingleton()
128 assertParsePartial(TestRequired.PARSER, in testParsePartial()
219 TestEmptyMessage emptyMessage = TestEmptyMessage.PARSER.parseFrom( in testParseUnknownFields()
302 TestParsingMerge.PARSER.parseFrom(data, registry); in testParsingMerge()
365 TestParsingMergeLite.PARSER.parseFrom(data, registry); in testParsingMergeLite()
Dtest_bad_identifiers.proto68 PARSER = 1; enumerator
/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/examples/simplecalc/
DSimpleCalc.g12 * PARSER RULES
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java1108 private static final Parser PARSER = Parser.newBuilder().build(); field in TextFormat
1115 return PARSER; in getParser()
1125 PARSER.merge(input, builder); in merge()
1135 PARSER.merge(input, builder); in merge()
1147 PARSER.merge(input, extensionRegistry, builder); in merge()
1160 PARSER.merge(input, extensionRegistry, builder); in merge()
DUnknownFieldSet.java991 private static final Parser PARSER = new Parser(); field in UnknownFieldSet
993 return PARSER; in getParserForType()
/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 …]
/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…

12