/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Parser.as | 31 /** A parser for TokenStreams. "parser grammars" result in a subclass 34 public class Parser extends BaseRecognizer { 37 public function Parser(input:TokenStream, state:RecognizerSharedState = null) { 71 /** Set the token stream and reset the parser */
|
/external/clang/lib/Parse/ |
Android.mk | 36 Parser.cpp
|
ParseObjc.cpp | 10 // This file implements the Objective-C portions of the Parser interface. 14 #include "clang/Parse/Parser.h" 26 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { 46 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { 100 Parser::DeclGroupPtrTy 101 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { 133 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) 181 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, 308 struct Parser::ObjCPropertyCallback : FieldCallback [all...] |
ParseOpenMP.cpp | 17 #include "clang/Parse/Parser.h" 32 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() { 81 StmtResult Parser::ParseOpenMPDeclarativeOrExecutableDirective() { 183 bool Parser::ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind, 250 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind, 296 OMPClause *Parser::ParseOpenMPSimpleClause(OpenMPClauseKind Kind) { 326 OMPClause *Parser::ParseOpenMPVarListClause(OpenMPClauseKind Kind) {
|
ParseDeclCXX.cpp | 10 // This file implements the C++ Declaration portions of the Parser interfaces. 14 #include "clang/Parse/Parser.h" 54 Decl *Parser::ParseNamespace(unsigned Context, 191 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, 231 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc, 276 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) { 335 Decl *Parser::ParseUsingDirectiveOrDeclaration(unsigned Context, 383 Decl *Parser::ParseUsingDirective(unsigned Context, 447 Decl *Parser::ParseUsingDeclaration(unsigned Context, 628 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) [all...] |
ParseStmt.cpp | 1 //===--- ParseStmt.cpp - Statement and Block Parser -----------------------===// 10 // This file implements the Statement and Block portions of the Parser 15 #include "clang/Parse/Parser.h" 94 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement, 115 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, 121 // Cases in this switch statement should fall through if the parser expects 329 StmtResult Parser::ParseExprStatement() { 361 StmtResult Parser::ParseSEHTryBlock() { 376 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) { 410 StmtResult Parser::ParseSEHExceptBlock(SourceLocation ExceptLoc) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
From.java | 33 import gov.nist.javax.sip.parser.Parser; 150 Parser.checkToken(t);
|
To.java | 33 import gov.nist.javax.sip.parser.Parser; 175 Parser.checkToken(t);
|
/frameworks/native/libs/input/ |
KeyLayoutMap.cpp | 29 // Enables debug output for the parser. 32 // Enables debug output for parser performance. 67 Parser parser(map.get(), tokenizer); 68 status = parser.parse(); 154 // --- KeyLayoutMap::Parser --- 156 KeyLayoutMap::Parser::Parser(KeyLayoutMap* map, Tokenizer* tokenizer) : 160 KeyLayoutMap::Parser::~Parser() { [all...] |
/external/clang/unittests/ASTMatchers/Dynamic/ |
ParserTest.cpp | 1 //===- unittest/ASTMatchers/Dynamic/ParserTest.cpp - Parser unit tests -===// 14 #include "clang/ASTMatchers/Dynamic/Parser.h" 61 class MockSema : public Parser::Sema { 74 Parser::parseExpression(Code, this, &Value, &Error); 183 OwningPtr<DynTypedMatcher> VarDecl(Parser::parseMatcherExpression( 194 OwningPtr<DynTypedMatcher> HasParameter(Parser::parseMatcherExpression( 202 EXPECT_TRUE(Parser::parseMatcherExpression( 215 Parser::parseExpression(Code, &Value, &Error); 221 Parser::parseMatcherExpression(Code, &Error);
|
/external/v8/src/ |
parser.cc | 38 #include "parser.h" 249 Handle<String> Parser::LookupSymbol(int symbol_id) { 268 Handle<String> Parser::LookupCachedSymbol(int symbol_id) { 410 Scope* Parser::NewScope(Scope* parent, ScopeType type) { 419 // Parser's target_stack_ (the stack of potential 'break' and 462 // FunctionState and BlockState together implement the parser's scope stack. 463 // The parser's current scope is in top_scope_. The BlockState and 465 // pop. They are also used to hold the parser's per-function and per-block 468 class Parser::BlockState BASE_EMBEDDED { 470 BlockState(Parser* parser, Scope* scope [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 31 # when the parser script is run directly 78 example 'using Parser.main to run the built-in parser script utility with a combo grammar' do 91 MainForCombined::Parser.main( 98 example 'using built-in main to inspect AST constructed by an AST-building parser' do 114 ASTParserMain::Parser.main( 121 example "using a tree parser's built-in main" do 151 %w(--rule r --parser-name TreeMain::Parser 152 --parser-rule r --lexer-name TreeMain::Lexer) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
properties.rb | 12 @parser::members { 42 parser = RuleProperties::Parser.new lexer 43 start, stop, text = parser.a.bla 59 @parser::members { 88 parser = Labels::Parser.new lexer 89 ids, w = parser.a 114 @parser::members { 163 parser = TokenLabels::Parser.new lexe [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLX509CertificateFactory.java | 62 private static abstract class Parser<T> { 213 private Parser<OpenSSLX509Certificate> certificateParser = 214 new Parser<OpenSSLX509Certificate>() { 240 private Parser<OpenSSLX509CRL> crlParser = 241 new Parser<OpenSSLX509CRL>() {
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 517 // parser class - Parameterizable parser for different data types. By default, 519 // you would expect. The default parser, used for data types that are not 525 // not need replicated for every instance of the generic parser. This also 620 // Default parser implementation - This implementation depends on having a 623 // command line option for -help. Because this is a simple mapping parser, the 627 class parser : public generic_parser_base { class in namespace:llvm::cl 725 // basic_parser - The real basic parser is just a template wrapper that provides 736 // parser<bool> 739 class parser<bool> : public basic_parser<bool> class in namespace:llvm::cl 770 class parser<boolOrDefault> : public basic_parser<boolOrDefault> { class in namespace:llvm::cl 795 class parser<int> : public basic_parser<int> { class in namespace:llvm::cl 817 class parser<unsigned> : public basic_parser<unsigned> { class in namespace:llvm::cl 838 class parser<unsigned long long> : public basic_parser<unsigned long long> { class in namespace:llvm::cl 860 class parser<double> : public basic_parser<double> { class in namespace:llvm::cl 881 class parser<float> : public basic_parser<float> { class in namespace:llvm::cl 902 class parser<std::string> : public basic_parser<std::string> { class in namespace:llvm::cl 926 class parser<char> : public basic_parser<char> { class in namespace:llvm::cl [all...] |
/external/chromium_org/v8/src/ |
parser.cc | 38 #include "parser.h" 252 Handle<String> Parser::LookupSymbol(int symbol_id) { 271 Handle<String> Parser::LookupCachedSymbol(int symbol_id) { 414 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) { 423 // Parser's target_stack_ (the stack of potential 'break' and 466 // FunctionState and BlockState together implement the parser's scope stack. 467 // The parser's current scope is in top_scope_. The BlockState and 469 // pop. They are also used to hold the parser's per-function and per-block 472 class Parser::BlockState BASE_EMBEDDED { 474 BlockState(Parser* parser, Scope* scope [all...] |
/external/llvm/tools/llvm-mcmarkup/ |
llvm-mcmarkup.cpp | 10 // Example simple parser implementation for the MC assembly markup language. 34 /// Trivial lexer for the markup parser. Input is always handled a character 69 /// A simple parser implementation for creating MarkupTags from input text. 148 // Tell SrcMgr about this buffer, which is what the parser will pick up. 153 MarkupParser Parser(Lex, SrcMgr); 168 TagStack.push_back(Parser.parseTag()); 183 Parser.FatalError(Loc, "'>' without matching '<'"); 214 cl::ParseCommandLineOptions(argc, argv, "llvm MC markup parser\n");
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 125 // by the parser. 211 class LIBPROTOBUF_EXPORT Parser { 213 Parser(); 214 ~Parser();
|
text_format.cc | 104 // returning false. Borrowed from parser.cc (Thanks Kenton!). 107 class TextFormat::Parser::ParserImpl { 616 explicit ParserErrorCollector(TextFormat::Parser::ParserImpl* parser) : 617 parser_(parser) { } 631 TextFormat::Parser::ParserImpl* parser_; 768 TextFormat::Parser::Parser() 772 TextFormat::Parser::~Parser() {} [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ParameterAnnotationsAttribute.java | 25 import javassist.bytecode.AnnotationsAttribute.Parser; 132 return new Parser(info, constPool).parseParameters();
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 176 MCAsmParser &Parser; 179 MCAsmParser &getParser() const { return Parser; } 180 MCAsmLexer &getLexer() const { return Parser.getLexer(); } 182 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); } 183 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); } 222 : MCTargetAsmParser(), STI(_STI), Parser(_Parser) { 927 const AsmToken &Tok = Parser.getTok(); 934 Parser.Lex(); // Eat identifier token. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 246 # Parser 247 PGEN= Parser/pgen$(EXE) 250 Parser/acceler.c \ 251 Parser/grammar1.c \ 252 Parser/listnode.c \ 253 Parser/node.c \ 254 Parser/parser.c \ 255 Parser/parsetok.c [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 247 # Parser 248 PGEN= Parser/pgen$(EXE) 251 Parser/acceler.c \ 252 Parser/grammar1.c \ 253 Parser/listnode.c \ 254 Parser/node.c \ 255 Parser/parser.c \ 256 Parser/parsetok.c [all...] |
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | 16 #define DEBUG_TYPE "format-parser" 123 ScopedLineState(UnwrappedLineParser &Parser, 125 : Parser(Parser), SwitchToPreprocessorLines(SwitchToPreprocessorLines) { 127 Parser.CurrentLines = &Parser.PreprocessorDirectives; 128 PreBlockLine = Parser.Line.take(); 129 Parser.Line.reset(new UnwrappedLine()); 130 Parser.Line->Level = PreBlockLine->Level; 131 Parser.Line->InPPDirective = PreBlockLine->InPPDirective [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugParser.java | 34 public class DebugParser extends Parser { 35 /** Who to notify when events in the parser occur. */ 43 /** Create a normal parser except wrap the token stream in a debug 59 /** Provide a new debug event listener for this parser. Notify the
|