HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 201 - 225 of 675) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 32 import org.apache.james.mime4j.field.contenttype.parser.ContentTypeParser;
33 import org.apache.james.mime4j.field.contenttype.parser.ParseException;
34 import org.apache.james.mime4j.field.contenttype.parser.TokenMgrError;
208 public static class Parser implements FieldParser {
209 private static Log log = LogFactory.getLog(Parser.class);
216 ContentTypeParser parser = new ContentTypeParser(new StringReader(body)); local
218 parser.parseAll();
234 final String type = parser.getType();
235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase()
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
ContentTypeField.java 32 import org.apache.james.mime4j.field.contenttype.parser.ContentTypeParser;
33 import org.apache.james.mime4j.field.contenttype.parser.ParseException;
34 import org.apache.james.mime4j.field.contenttype.parser.TokenMgrError;
208 public static class Parser implements FieldParser {
209 private static Log log = LogFactory.getLog(Parser.class);
216 ContentTypeParser parser = new ContentTypeParser(new StringReader(body)); local
218 parser.parseAll();
234 final String type = parser.getType();
235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 14 from docutils.parsers.rst import Parser
128 parser = Parser()
144 parser.parse(data, document)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 39 public class DebugParser : Parser {
40 /** <summary>Who to notify when events in the parser occur.</summary> */
51 * Create a normal parser except wrap the token stream in a debug
75 * Provide a new debug event listener for this parser. Notify the
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 40 public class DebugParser : Parser
42 /** <summary>Who to notify when events in the parser occur.</summary> */
53 * Create a normal parser except wrap the token stream in a debug
82 * Provide a new debug event listener for this parser. Notify the
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 1 package ANTLR::Runtime::Parser;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 15 rule = options.fetch( :rule ) { grammar_module::Parser.default_rule }
18 rule = grammar_module::Parser.default_rule
22 @parser = grammar_module::Parser.new( @lexer, parser_options )
24 out = @parser.send( rule ).template
303 @parser.input.render.should == expected
396 parser = TreeRewrite::Parser.new( tokens )
397 tree = parser.prog.tree
  /external/llvm/lib/Object/
IRObjectFile.cpp 78 std::unique_ptr<MCAsmParser> Parser(
83 T->createMCAsmParser(*STI, *Parser, *MCII, MCOptions));
87 Parser->setTargetParser(*TAP);
88 if (Parser->Run(false))
  /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/protobuf/java/src/main/java/com/google/protobuf/
Parser.java 42 public interface Parser<MessageType> {
  /external/v8/src/
background-parsing-task.cc 55 // Parser needs to stay alive for finalizing the parsing on the main
56 // thread. Passing &parse_info is OK because Parser doesn't store it.
57 source_->parser.Reset(new Parser(source_->info.get()));
58 source_->parser->ParseOnBackground(source_->info.get());
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 347 //Parser
348 var Parser = module.exports = function (treeAdapter, options) {
358 Parser.prototype.parse = function (html) {
367 Parser.prototype.parseFragment = function (html, fragmentContext) {
398 Parser.prototype._reset = function (html, document, fragmentContext) {
428 Parser.prototype._iterateParsingLoop = function () {
451 Parser.prototype._runParsingLoop = function () {
457 Parser.prototype._setupTokenizerCDATAMode = function () {
466 Parser.prototype._switchToTextParsing = function (currentToken, nextTokenizerState) {
474 Parser.prototype._getAdjustedCurrentElement = function ()
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 19 #include "clang/Parse/Parser.h"
29 static OpenMPDirectiveKind ParseOpenMPDirectiveKind(Parser &P) {
89 Parser::DeclGroupPtrTy Parser::ParseOpenMPDeclarativeDirective() {
169 Parser::ParseOpenMPDeclarativeOrExecutableDirective(bool StandAloneAllowed) {
344 bool Parser::ParseOpenMPSimpleVarList(OpenMPDirectiveKind Kind,
421 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind,
586 OMPClause *Parser::ParseOpenMPSingleExprClause(OpenMPClauseKind Kind) {
617 OMPClause *Parser::ParseOpenMPSimpleClause(OpenMPClauseKind Kind) {
666 OMPClause *Parser::ParseOpenMPClause(OpenMPClauseKind Kind)
    [all...]
ParseStmtAsm.cpp 1 //===---- ParseStmtAsm.cpp - Assembly Statement Parser --------------------===//
14 #include "clang/Parse/Parser.h"
38 Parser &TheParser;
49 ClangAsmParserCallback(Parser &P, SourceLocation Loc, StringRef AsmString,
181 /// \param CastInfo - a void* so that we don't have to teach Parser.h
183 ExprResult Parser::ParseMSAsmIdentifier(llvm::SmallVectorImpl<Token> &LineToks,
285 /// to the MC asm parser.
356 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
542 // Tell SrcMgr about this buffer, which is what the parser will pick up.
546 std::unique_ptr<llvm::MCAsmParser> Parser(
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 22 import com.google.clearsilver.jsilver.data.Parser;
110 Parser hdfParser = dataFactory.getParser();
112 hdfParser.parse(new StringReader(content), data, new Parser.ErrorHandler() {
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 10 // Example simple parser implementation for the MC assembly markup language.
33 /// Trivial lexer for the markup parser. Input is always handled a character
68 /// A simple parser implementation for creating MarkupTags from input text.
150 // Tell SrcMgr about this buffer, which is what the parser will pick up.
154 MarkupParser Parser(Lex, SrcMgr);
169 TagStack.push_back(Parser.parseTag());
184 Parser.FatalError(Loc, "'>' without matching '<'");
215 cl::ParseCommandLineOptions(argc, argv, "llvm MC markup parser\n");
  /external/protobuf/src/google/protobuf/
text_format.h 297 // Interface that TextFormat::Parser can use to find extensions.
340 // Allow the text format parser to record information into the tree.
363 class LIBPROTOBUF_EXPORT Parser {
365 Parser();
366 ~Parser();
383 // Set how parser finds extensions. If NULL (the default), the
384 // parser will use the standard Reflection object associated with
446 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
Composer.java 38 import org.yaml.snakeyaml.parser.Parser;
42 * Creates a node graph from parser events.
49 protected final Parser parser; field in class:Composer
54 public Composer(Parser parser, Resolver resolver) {
55 this.parser = parser;
68 if (parser.checkEvent(Event.ID.StreamStart))
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 183 class Parser {
210 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
211 ~Parser();
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 28 import org.xml.sax.Parser;
39 * {@link org.xml.sax.Parser} interface, however this interface was
60 * As the content is parsed by the underlying parser, methods of the
352 Parser parser = this.getParser(); local
354 parser.setDocumentHandler(hb);
355 parser.setEntityResolver(hb);
356 parser.setErrorHandler(hb);
357 parser.setDTDHandler(hb);
359 parser.parse(is)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some

Completed in 664 milliseconds

1 2 3 4 5 6 7 891011>>