HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 276 - 300 of 895) sorted by null

<<11121314151617181920>>

  /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
  /prebuilts/misc/windows/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/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 341 // Interface that TextFormat::Parser can use to find extensions.
384 // Allow the text format parser to record information into the tree.
407 class LIBPROTOBUF_EXPORT Parser {
409 Parser();
410 ~Parser();
427 // Set how parser finds extensions. If NULL (the default), the
428 // parser will use the standard Reflection object associated with
490 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/tools/linux-x86_64/protoc/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
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 90 // This is useful in case the asm parser doesn't handle something but the
127 std::unique_ptr<MCAsmParser> Parser(
136 STI, *Parser, *MII, MCOptions));
139 " we don't have an asm parser for this target\n");
140 Parser->setAssemblerDialect(Dialect);
141 Parser->setTargetParser(*TAP.get());
149 int Res = Parser->Run(/*NoInitialTextSection*/ true,
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 202 // Get the target specific parser.
356 // Tell SrcMgr about this buffer, which is what the parser will pick up.
428 OwningPtr<MCAsmParser> Parser(createMCAsmParser(SrcMgr, Ctx,
430 OwningPtr<MCTargetAsmParser> TAP(TheTarget->createMCAsmParser(*STI, *Parser));
437 Parser->setShowParsedOperands(ShowInstOperands);
438 Parser->setTargetParser(*TAP.get());
440 int Res = Parser->Run(NoInitialTextSection);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootClient.c 623 A callback function to intercept events during message parser.
633 @retval EFI_SUCCESS Continue to parser the message body.
726 VOID *Parser;
909 // 3.3 Init a message-body parser from the header information.
911 Parser = NULL;
925 &Parser
940 Status = HttpGetEntityLength (Parser, &ContentLength);
977 while (!HttpIsMessageComplete (Parser)) {
1011 Parser,
1025 Status = HttpGetEntityLength (Parser, &ContentLength);
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 20 #include "clang/Parse/Parser.h"
166 void Parser::initializePragmaHandlers() {
247 void Parser::resetPragmaHandlers() {
323 void Parser::HandlePragmaUnused() {
330 void Parser::HandlePragmaVisibility() {
346 void Parser::HandlePragmaPack() {
361 void Parser::HandlePragmaMSStruct() {
369 void Parser::HandlePragmaAlign() {
378 void Parser::HandlePragmaDump() {
386 void Parser::HandlePragmaWeak()
    [all...]
ParseExpr.cpp 24 #include "clang/Parse/Parser.h"
36 /// \brief Simple precedence-based parser for binary/ternary operators.
120 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) {
131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) {
140 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) {
157 ExprResult Parser::ParseAssignmentExpression(TypeCastState isTypeCast) {
185 Parser::ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,
197 ExprResult Parser::ParseConstantExpression(TypeCastState isTypeCast) {
216 ExprResult Parser::ParseConstraintExpression() {
228 bool Parser::isNotExpressionStart()
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 212 // returning false. Borrowed from parser.cc (Thanks Kenton!).
215 class TextFormat::Parser::ParserImpl {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 36 // Enables debug output for the parser.
39 // Enables debug output for parser performance.
150 Parser parser(map.get(), tokenizer, format);
151 status = parser.parse();
718 // --- KeyCharacterMap::Parser ---
720 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) :
724 KeyCharacterMap::Parser::~Parser() {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 92 autoload :Parser, 'antlr3/template/group-file'
97 parser = Parser.new( lexer, options )
98 return( parser.group( namespace ) )
111 parser = Parser.new( lexer, options )
112 return( parser.group( namespace ) )
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java 29 import com.google.caliper.util.Parser;
67 private final Parser<LogMessage> parser = new Parser<LogMessage>() { field in class:StreamServiceTest
222 parser,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 239 parser = Backtrack::Parser.new lexer
240 events = parser.translation_unit
calc.rb 11 @parser::init {
15 @parser::members {
69 parser = TestCalc::Parser.new lexer
70 value = parser.evaluate
71 errors = parser.reported_errors
ll-star.rb 134 parser = LLStar::Parser.new lexer
136 parser.program
137 parser.output.should == <<-'END'.fixed_indent( 0 )
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
CommandLineParser.java 21 import com.google.caliper.util.Parser;
139 * Constructs a new command-line parser that will inject values into {@code injectee}.
275 private Parser<?> parser; field in class:CommandLineParser.FieldOption
281 this.parser = Parsers.conventionalParser(Primitives.wrap(c));
292 Object value = convert(parser, valueText);
312 private Parser<?> parser; field in class:CommandLineParser.MethodOption
318 this.parser = Parsers.conventionalParser(Primitives.wrap(c));
335 invokeMethod(injectee, method, convert(parser, valueText))
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 22 class Parser {
  /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...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 102 /// Reset the parser state coresponding to the current object
111 /// parser that was referring to the last object file and sets
427 /// parser only needs to query common symbols, thus not every symbol's
488 MachODebugMapParser Parser(InputFile, Archs, PrependPath, Verbose);
489 return Parser.parse();
497 MachODebugMapParser Parser(InputFile, Archs, PrependPath, false);
498 return Parser.dumpStab();

Completed in 881 milliseconds

<<11121314151617181920>>