| /external/antlr/antlr-3.4/runtime/Python/tests/ |
| t051treeRewriteAST.py | 36 parser = parserCls(tStream) 37 r = getattr(parser, grammarEntry)() [all...] |
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| Grammar.java | 105 public static final int PARSER = 2; 111 "parser", 119 "Parser", 121 "Parser" // if combined grammar, gen Parser and Lexer will be done later 124 /** Set of valid imports. E.g., can only import a tree parser into 125 * another tree parser. Maps delegate to set of delegator grammar types. 133 map(LEXER, PARSER); 136 map(PARSER, PARSER); 640 ANTLRParser parser = ANTLRParser.createParser(tokenBuffer); local 884 ANTLRParser parser = ANTLRParser.createParser(new CommonTokenStream(lexer)); local [all...] |
| /external/bison/ |
| cfg.mk | 18 # up-to-date, then compile our parser again with our up-to-date bison. 26 manual_title = The Yacc-compatible Parser Generator
|
| /external/chromium_org/chrome/browser/resources/options/ |
| options_bundle.js | 22 // The grit html inlining parser will leave the end tag behind,
|
| /external/chromium_org/content/common/android/ |
| address_parser_unittest.cc | 31 HouseNumberParser parser; local 33 if (parser.Parse(content_16.begin(), content_16.end(), &word))
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| StylePropertySet.cpp | 27 #include "core/css/parser/BisonCSSParser.h" 350 BisonCSSParser parser(context); 351 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| SelectorQuery.cpp | 31 #include "core/css/parser/BisonCSSParser.h" 502 BisonCSSParser parser(CSSParserContext(document, 0)); 504 parser.parseSelector(selectors, selectorList);
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
| perftestsrunner.py | 77 def _expand_path(option, opt_str, value, parser): 79 setattr(parser.values, option.dest, path)
|
| /external/chromium_org/third_party/freetype/src/pfr/ |
| pfrload.c | 73 for ( extra = item_list; extra->parser != NULL; extra++ ) 77 error = extra->parser( p, p + item_size, item_data );
|
| /external/chromium_org/third_party/icu/source/tools/toolutil/ |
| xmlparser.cpp | 127 // attribute value available to the parser code. 679 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : 680 fParser(parser), 749 return NULL; // no such attribute seen by the parser at all 805 return NULL; // no such element seen by the parser at all
|
| /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
| rtcp_sender_unittest.cc | 373 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); 375 EXPECT_TRUE(parser->Parse(packet_, packet_length, &header));
|
| rtp_rtcp_impl_unittest.cc | 234 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); 236 parser->Parse(static_cast<const uint8_t*>(data), length, &header));
|
| /external/chromium_org/third_party/yasm/ |
| re2c.host.darwin-x86.mk | 32 third_party/yasm/source/patched-yasm/tools/re2c/parser.c \
|
| re2c.host.darwin-x86_64.mk | 32 third_party/yasm/source/patched-yasm/tools/re2c/parser.c \
|
| re2c.host.linux-x86.mk | 32 third_party/yasm/source/patched-yasm/tools/re2c/parser.c \
|
| re2c.host.linux-x86_64.mk | 32 third_party/yasm/source/patched-yasm/tools/re2c/parser.c \
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
| tasm.c | 87 /* Forward declarations: cmd line parser handlers */ 300 _("parser"), _("architecture"), 331 * for the active parser. 341 _("parser"), cur_parser_module->keyword); 531 _("parser")); 536 /* If not already specified, default to the parser's default preproc. */ 835 for (i=0; stdmacs[i].parser; i++) 836 if (yasm__strcasecmp(stdmacs[i].parser,
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
| image_parsers.js | 182 * Parser for the header of .ico icon files. 195 * @param {Object} metadata Dictionary to store the parser metadata.
|
| /external/chromium_org/v8/test/webkit/fast/js/ |
| function-toString-parentheses.js | 26 "We need this test because the JavaScriptCore parser removes all parentheses and the serializer then adds them back."
|
| /external/clang/ |
| clang-tblgen-rules.mk | 72 $(call transform-host-clang-td-to-out,clang-attr-parser-string-switches) 224 $(call transform-host-td-to-out,opt-parser-defs)
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
| apitooling-ant.jar | |
| /external/freetype/src/pfr/ |
| pfrload.c | 73 for ( extra = item_list; extra->parser != NULL; extra++ ) 77 error = extra->parser( p, p + item_size, item_data );
|
| /external/icu/icu4c/source/tools/toolutil/ |
| xmlparser.cpp | 127 // attribute value available to the parser code. 679 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : 680 fParser(parser), 749 return NULL; // no such attribute seen by the parser at all 805 return NULL; // no such element seen by the parser at all
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| UDPMessageChannel.java | 48 import gov.nist.javax.sip.parser.ParseExceptionListener; 49 import gov.nist.javax.sip.parser.StringMsgParser; 82 * be processed. The message is processed by creating a String Message parser 105 * The parser we are using for messages received from this channel. 249 // Create a new string message parser to parse the list of messages. 340 myParser = null; // let go of the parser reference. 577 * Exception that is given to us by the parser. [all...] |
| /frameworks/base/cmds/content/src/com/android/commands/content/ |
| Content.java | 128 private static class Parser { 155 public Parser(String[] args) { 602 Parser parser = new Parser(args); local 603 Command command = parser.parseCommand();
|