HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 326 - 350 of 410) sorted by null

<<11121314151617

  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 285 DnsRecordParser parser = response->Parser(); local
288 EXPECT_TRUE(parser.ReadRecord(&record));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 512 .setType(TypeBuilder::Network::Initiator::Type::Parser);
  /external/chromium_org/third_party/jinja2/
parser.py 3 jinja2.parser
6 Implements the template parser.
24 class Parser(object):
85 """Called if the parser encounters an unknown tag. Tries to fail
144 parses template data if appropriate. The parser checks first if the
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1327 TextFormat::Parser parser; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 1016 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...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 51 * Parser for Sync on an email collection.
105 public EmailSyncParser(final Parser parser, final Context context,
108 super(parser, context, resolver, mailbox, account);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 34 import com.android.exchange.adapter.Parser;
329 //TODO Check the contents of the attachment using an iCalendar parser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 18 from email.parser import Parser, HeaderParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 18 from email.parser import Parser, HeaderParser
    [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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 41 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
169 /** How to generate a parser */
235 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType="Object", superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
239 /** How to generate a tree parser; same as parser except the input
788 /** match ^(root children) in tree parser */
923 * The <name> attribute is inherited via the parser, lexer, ...
968 <if(PARSER)>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 42 // What we generate lexer/parser/treeparser, used a suffix in a few places
44 <if(LEXER)>Lexer<endif><if(PARSER)>Parser<endif><if(TREE_PARSER)>TreeParser<endif>
58 <if(PARSER)>
59 * - for the parser : <name><\n>
62 * - for the tree parser : <name><\n>
84 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
158 PARSER,
196 <if(PARSER)>
268 /** How to generate a parser */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 54 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
199 /** How to generate a parser */
273 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
274 ASTLabelType="Object", superClass="Parser", labelType="Token",
275 members={<actions.parser.members>}) ::= <<
282 /** How to generate a tree parser; same as parser except the input
862 /** match ^(root children) in tree parser */
1001 * The <name> attribute is inherited via the parser, lexer, ...
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 47 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
86 <if(PARSER)>
219 /** How to generate a parser */
303 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
304 ASTLabelType="Object", superClass="Parser", labelType="Token",
305 members={<actions.parser.members>},
306 init={<actions.parser.init>}
314 /** How to generate a tree parser; same as parser except the input
947 /** match ^(root children) in tree parser */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 45 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
180 /** How to generate a parser */
254 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
255 ASTLabelType="Object", superClass="Parser", labelType="Token",
256 members={<actions.parser.members>}) ::= <<
260 /** How to generate a tree parser; same as parser except the input
852 /** match ^(root children) in tree parser */
992 * The <name> attribute is inherited via the parser, lexer, ...
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/v8/tools/
tickprocessor.js 61 * Parser for dynamic code optimization state.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 41 import email.parser namespace
251 # email.parser.Parser() parses RFC 2822 (RFC 822) style headers.
254 headers = email.parser.Parser().parsestr(header_lines)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java 74 public Parser<? extends Message> getParserForType() {
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 1 //===- unittests/AST/CommentParser.cpp ------ Comment parser tests --------===//
64 Parser P(L, S, Allocator, SourceMgr, Diags, Traits);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 7 # the marshalling and response parser code can also be used to
34 # 2001-10-04 fl Make sure import expat gets a parser (from Guido van Rossum)
96 The marshalling and response parser code can also be used to
117 SlowParser Slow but safe standard parser (based on xmllib)
131 getparser Create instance of the fastest available parser & attach
525 FastParser = _xmlrpclib.Parser
544 # fast expat parser for Python 2.0 and later.
546 self._parser = parser = expat.ParserCreate(None, None)
548 parser.StartElementHandler = target.start
549 parser.EndElementHandler = target.en
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 7 # the marshalling and response parser code can also be used to
34 # 2001-10-04 fl Make sure import expat gets a parser (from Guido van Rossum)
96 The marshalling and response parser code can also be used to
117 SlowParser Slow but safe standard parser (based on xmllib)
131 getparser Create instance of the fastest available parser & attach
525 FastParser = _xmlrpclib.Parser
544 # fast expat parser for Python 2.0 and later.
546 self._parser = parser = expat.ParserCreate(None, None)
548 parser.StartElementHandler = target.start
549 parser.EndElementHandler = target.en
    [all...]

Completed in 757 milliseconds

<<11121314151617