/external/javassist/src/main/javassist/compiler/ |
Parser.java | 20 public final class Parser implements TokenId { 23 public Parser(Lex lex) { [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...] |
codegen.ml | 344 Hashtbl.add Parser.binop_precedence op prec;
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 35 import com.android.exchange.adapter.Parser; 301 //TODO Check the contents of the attachment using an iCalendar parser 691 EasCalendarSyncParser parser = adapter.new EasCalendarSyncParser( local [all...] |
/frameworks/base/core/java/android/content/res/ |
TypedArray.java | 40 /*package*/ XmlBlock.Parser mXml; 680 * Returns a message about the parser state suitable for printing error messages.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 228 Hashtbl.add Parser.binop_precedence op prec;
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
EmailSyncAdapter.java | 126 // Holds the parser's value for isLooping() 262 // Hold on to the parser's value for isLooping() to pass back to the service 329 private static class GetItemEstimateParser extends Parser { 444 * Return the value of isLooping() as returned from the parser 473 public EasEmailSyncParser(Parser parser, EmailSyncAdapter adapter) throws IOException { 474 super(parser, adapter); [all...] |
/external/sqlite/dist/ |
shell.c.orig | 1014 fprintf(pArg->out, "Deepest Parser Stack: %d (max %d)\n", iCur, iHiwtr); [all...] |
shell.c | 1019 fprintf(pArg->out, "Deepest Parser Stack: %d (max %d)\n", iCur, iHiwtr); [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 1239 TextFormat::Parser parser; local [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 15 // The TagSoup parser 29 The SAX parser class. 31 public class Parser extends DefaultHandler implements ScanHandler, XMLReader, LexicalHandler { 84 Reports whether this parser processes external general entities 91 Reports whether this parser processes external parameter entities 134 parser in ContentHandler.startElement() implement the 142 Returns "true" if the Locator objects passed by this parser 158 Controls whether the parser is reporting all validity errors 165 Controls whether the parser reports Unicode normalization 174 the parser treats namespace declaration attributes as being i [all...] |
/external/bison/doc/ |
refcard.tex | 324 \key{Don't put {\tt \#line} directives in the parser.} {-l} 327 \key{Verbose description of the parser.} {-v} 334 {\it name} is the leading part of the parser definition filename. 346 \key{Generate a reentrant (pure) parser.} 349 \key{Define the union of all data types used in the parser.} 372 \section{Parser Definition Files} 375 The general form for a parser definition is: 480 \key{The grammar parser.} {int yyparse()}
|
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===// 10 // This class implements the parser for assembly files. 79 /// \brief The concrete assembly parser instance. 236 /// (or the default, at least) for all assembler parser. 250 virtual void Initialize(MCAsmParser &Parser) { 252 this->MCAsmParserExtension::Initialize(Parser); 349 // Initialize the generic parser. 352 // Initialize the platform / file format parser. [all...] |
/external/v8/tools/ |
tickprocessor.js | 61 * Parser for dynamic code optimization state.
|
/packages/apps/Exchange/src/com/android/exchange/ |
EasSyncService.java | 70 import com.android.exchange.adapter.Parser.EasParserException; 71 import com.android.exchange.adapter.Parser.EmptyStreamException; 532 // Create the parser with statusOnly set to true; we only care about 755 XmlPullParser parser = factory.newPullParser(); local [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 54 # Initialize the parser and return the result of its transform method. 56 # Setup static parser variable. 57 static $parser; variable 58 if (!isset($parser)) { 60 $parser = new $parser_class; variable 63 # Transform text using parser. 64 return $parser->transform($text); 106 static $parser; variable 107 if (!$parser) { 109 $parser = new $parser_class variable [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 36 #include "parser.h" 132 TEST(Parser) { [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/clang/include/clang/Sema/ |
Sema.h | 301 /// \brief Callback to the parser to parse templated functions when needed. 680 /// \brief Perform initialization that occurs after the parser has been [all...] |
/external/jdiff/ |
xerces.jar | |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |