| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| parser.ml | 2 * Parser 16 let rec parse_primary = parser 27 let rec parse_args accumulator = parser 29 begin parser 35 let rec parse_ident id = parser 87 and parse_expr = parser 93 let rec parse_args accumulator = parser 98 parser 110 let parse_definition = parser 115 let parse_toplevel = parser [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| parser.ml | 2 * Parser 18 let rec parse_primary = parser 29 let rec parse_args accumulator = parser 31 begin parser 37 let rec parse_ident id = parser 61 begin parser 68 begin parser 73 begin parser 123 and parse_expr = parser 129 let rec parse_args accumulator = parser [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| Parser.java | 26 package gov.nist.javax.sip.parser; 34 * Base parser class. 42 public abstract class Parser extends ParserCore implements TokenTypes { 127 * $Log: Parser.java,v $
|
| /external/skia/tools/copyright/ |
| fileparser.py | 12 """Returns a Parser as appropriate for the file at this filepath. 22 class Parser(object): 57 class CParser(Parser): 58 """Parser that knows how to parse C/C++ files.
|
| /frameworks/native/include/input/ |
| VirtualKeyMap.h | 60 class Parser { 65 Parser(VirtualKeyMap* map, Tokenizer* tokenizer); 66 ~Parser();
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
| AddressListField.java | 27 import org.apache.james.mime4j.field.address.parser.ParseException; 47 public static class Parser implements FieldParser { 48 private static Log log = LogFactory.getLog(Parser.class);
|
| ContentTransferEncodingField.java | 82 public static class Parser implements FieldParser {
|
| DateTimeField.java | 30 import org.apache.james.mime4j.field.datetime.parser.ParseException; 52 public static class Parser implements FieldParser { 53 private static Log log = LogFactory.getLog(Parser.class);
|
| MailboxField.java | 29 import org.apache.james.mime4j.field.address.parser.ParseException; 49 public static class Parser implements FieldParser { 50 private static Log log = LogFactory.getLog(Parser.class);
|
| MailboxListField.java | 28 import org.apache.james.mime4j.field.address.parser.ParseException; 49 public static class Parser implements FieldParser { 50 private static Log log = LogFactory.getLog(Parser.class);
|
| UnstructuredField.java | 43 public static class Parser implements FieldParser {
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| __init__.py | 26 'Parser', 41 'parser', 49 # Some convenience routines. Don't import Parser and Message as side-effects 55 Optional _class and strict are passed to the Parser constructor. 57 from email.parser import Parser 58 return Parser(*args, **kws).parsestr(s) 64 Optional _class and strict are passed to the Parser constructor. 66 from email.parser import Parser [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| __init__.py | 26 'Parser', 41 'parser', 49 # Some convenience routines. Don't import Parser and Message as side-effects 55 Optional _class and strict are passed to the Parser constructor. 57 from email.parser import Parser 58 return Parser(*args, **kws).parsestr(s) 64 Optional _class and strict are passed to the Parser constructor. 66 from email.parser import Parser [all...] |
| /external/deqp/executor/ |
| xeXMLParser.cpp | 21 * \brief XML Parser. 112 // Parser should not try to advance beyond end of string. 346 Parser::Parser (void) 352 Parser::~Parser (void) 356 void Parser::clear (void) 368 void Parser::error (const std::string& what) 373 void Parser::feed (const deUint8* bytes, int numBytes) 381 void Parser::advance (void [all...] |
| /system/core/libutils/ |
| PropertyMap.cpp | 25 // Enables debug output for the parser. 28 // Enables debug output for parser performance. 134 Parser parser(map, tokenizer); 135 status = parser.parse(); 154 // --- PropertyMap::Parser --- 156 PropertyMap::Parser::Parser(PropertyMap* map, Tokenizer* tokenizer) : 160 PropertyMap::Parser::~Parser() { [all...] |
| /external/chromium_org/base/test/expectations/ |
| parser.h | 16 // This is the internal parser for test expectations. It parses an input 26 // The parser is implemented as a state machine, with each state returning a 28 class Parser { 30 // The parser will call these methods on its delegate during a Parse() 48 // Creates a new parser for |input| that will send data to |delegate|. 49 Parser(Delegate* delegate, const std::string& input); 50 ~Parser(); 52 // Runs the parser of the input string. 63 typedef StateFunc(Parser::*StateFuncPtr)(); 75 // The parser state functions. On entry, the parser state is at the beginnin [all...] |
| /external/clang/include/clang/AST/ |
| CommentParser.h | 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===// 10 // This file defines the Doxygen comment parser. 29 /// Doxygen comment parser. 30 class Parser { 31 Parser(const Parser &) LLVM_DELETED_FUNCTION; 32 void operator=(const Parser &) LLVM_DELETED_FUNCTION; 93 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| parser.ml | 2 * Parser 18 let rec parse_primary = parser 29 let rec parse_args accumulator = parser 31 begin parser 37 let rec parse_ident id = parser 61 begin parser 68 begin parser 73 begin parser 88 and parse_unary = parser 134 and parse_expr = parser [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| parser.ml | 2 * Parser 19 let rec parse_primary = parser 30 let rec parse_args accumulator = parser 32 begin parser 38 let rec parse_ident id = parser 62 begin parser 69 begin parser 74 begin parser 102 and parse_unary = parser 146 and parse_var_init = parser [all...] |
| /external/llvm/include/llvm/MC/MCParser/ |
| MCAsmParserExtension.h | 1 //===-- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks -------*- C++ -*-===// 21 /// which is implemented by target and object file assembly parser 27 MCAsmParser *Parser; 46 /// \brief Initialize the extension for parsing using the given \p Parser. 49 virtual void Initialize(MCAsmParser &Parser); 56 MCAsmParser &getParser() { return *Parser; }
|
| /external/protobuf/src/google/protobuf/compiler/ |
| parser.h | 56 class Parser; 62 // Parser is a lower-level class which simply converts a single .proto file 66 class LIBPROTOBUF_EXPORT Parser { 68 Parser(); 69 ~Parser(); 103 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop 125 // The Parser often calls SkipStatement() after encountering a syntax 299 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser);
|
| /external/protobuf/src/google/protobuf/ |
| text_format.h | 125 // by the parser. 211 class LIBPROTOBUF_EXPORT Parser { 213 Parser(); 214 ~Parser();
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
| Parser.java | 32 /** A parser for TokenStreams. "parser grammars" result in a subclass 35 public class Parser extends BaseRecognizer { 38 public Parser(TokenStream input) { 43 public Parser(TokenStream input, RecognizerSharedState state) { 44 super(state); // share the state object with another parser 79 /** Set the token stream and reset the parser */
|
| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XPathParser.h | 43 class Parser; 60 class Parser { 61 WTF_MAKE_NONCOPYABLE(Parser); 64 Parser(); 65 ~Parser(); 72 static Parser* current() { return currentParser; } 114 static Parser* currentParser; 134 int xpathyyparse(WebCore::XPath::Parser*);
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| parser.h | 56 class Parser; 62 // Parser is a lower-level class which simply converts a single .proto file 66 class LIBPROTOBUF_EXPORT Parser { 68 Parser(); 69 ~Parser(); 106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop 130 // The Parser often calls SkipStatement() after encountering a syntax 207 // destructor records the end location. Since the parser is 212 LocationRecorder(Parser* parser); [all...] |