HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 176 - 200 of 455) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 74 std::function<std::unique_ptr<UnitType>(uint32_t)> Parser;
106 if (!Parser)
109 auto U = Parser(Offset);
127 if (!Parser) {
131 Parser = [=, &Context, &Section, &SOS,
152 auto U = Parser(Offset);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 74 std::function<std::unique_ptr<UnitType>(uint32_t)> Parser;
106 if (!Parser)
109 auto U = Parser(Offset);
127 if (!Parser) {
131 Parser = [=, &Context, &Section, &SOS,
152 auto U = Parser(Offset);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 74 std::function<std::unique_ptr<UnitType>(uint32_t)> Parser;
106 if (!Parser)
109 auto U = Parser(Offset);
127 if (!Parser) {
131 Parser = [=, &Context, &Section, &SOS,
152 auto U = Parser(Offset);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 25 # This implements an LR parser that is constructed from grammar rules defined
32 # LR parser itself is defined in terms of an object (which allows multiple
62 # a 'parser.out' file in the current directory
64 debug_file = 'parser.out' # Default name of the debugging file
84 # The following classes are used for the LR parser itself. These are not
156 # Instead, the global yacc() function should be used to create a suitable Parser
159 class Parser:
162 # This is a hack to keep users from trying to instantiate a Parser
166 raise YaccError("Can't instantiate Parser. Use yacc() instead.")
194 pslice.parser = self # Parser objec
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
blueprint.py 19 """This module implements a Android.bp parser."""
552 # Parser
556 """Parser error exception class."""
559 """Create a parser error exception object."""
567 """Convert parser error to string representation."""
572 class Parser(object):
573 """Parser to parse Android.bp files."""
576 """Initialize the parser with the lexer."""
750 """This is a recursive parser which will parse blueprint files
803 parser = Parser(Lexer(content), env
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 3 """Ninja File Parser.
483 class Parser(object):
484 """Ninja Manifest Parser
486 This parser parses ninja-build manifest files, such as::
503 >>> manifest = Parser().parse('build.ninja', 'utf-8')
872 """Ninja deps log parser which parses ``.ninja_deps`` file.
990 parser = argparse.ArgumentParser()
991 parser.add_argument('input_file', help='input ninja file')
992 parser.add_argument('--encoding', default='utf-8',
994 parser.add_argument('--ninja-deps', help='.ninja_deps file'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 83 @param[in] State Current value of the parser state machine.
151 This function parse the authority component of the input URL and update the parser.
247 @param[in] State Current value of the parser state machine.
343 Create a URL parser for the input URL string.
374 HTTP_URL_PARSER *Parser;
380 Parser = AllocateZeroPool (sizeof (HTTP_URL_PARSER));
381 if (Parser == NULL) {
448 Parser->FieldData[Field].Length++;
455 Parser->FieldBitMap |= BIT (Field);
456 Parser->FieldData[Field].Offset = (UINT32) (Char - Url);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 181 Parser, and TreeParser are abstract classes. They can be instantiated, but
534 # rule invocation, the parser pushes the set of tokens that can
601 # So, you cna see that the parser walks up call chain looking
680 # action in the parser or tree parser works. It simply creates
713 # * override this method in your parser to do things
927 the lexer converts text into tokens for use by a parser, which recognizes larger
930 ANTLR parsers have a variety of entry points specified by parser rules, each of
948 If the lexer is preparing tokens for use by an ANTLR generated parser, the lexer
963 class Parser < ANTLR3::Parse
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 1 //===--- CommentParser.cpp - Doxygen comment parser -----------------------===//
33 Parser &P;
147 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P):
257 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
265 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
293 void Parser::parseBlockCommandArgs(BlockCommandComment *BC,
311 BlockCommandComment *Parser::parseBlockCommand() {
403 InlineCommandComment *Parser::parseInlineCommand()
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 1 //===--- Parser.cpp - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Recursive parser implementation for the matcher expression grammar.
15 #include "clang/ASTMatchers/Dynamic/Parser.h"
28 /// \brief Simple structure to hold information for one token from the parser.
29 struct Parser::TokenInfo {
55 const char* const Parser::TokenInfo::ID_Bind = "bind";
57 /// \brief Simple tokenizer for the parser.
58 class Parser::CodeTokenizer {
260 Parser::Sema::~Sema() {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 226 return new Parser(info, constPool).parseAnnotations();
562 static class Parser extends Walker {
570 * Constructs a parser. This parser constructs a parse tree of
576 Parser(byte[] info, ConstPool cp) {
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 64 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Type), global::Google.Protobuf.WellKnownTypes.Type.Parser, new[]{ "Name", "Fields", "Oneofs", "Options", "SourceContext", "Syntax" }, null, null, null),
65 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Field), global::Google.Protobuf.WellKnownTypes.Field.Parser, new[]{ "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue" }, null, new[]{ typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Kind), typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality) }, null),
66 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "SourceContext", "Syntax" }, null, null, null),
67 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.EnumValue), global::Google.Protobuf.WellKnownTypes.EnumValue.Parser, new[]{ "Name", "Number", "Options" }, null, null, null),
68 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Option), global::Google.Protobuf.WellKnownTypes.Option.Parser, new[]{ "Name", "Value" }, null, null, null)
98 public static pb::MessageParser<Type> Parser { get { return _parser; } }
143 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Field.Parser);
167 = pb::FieldCodec.ForMessage(34, global::Google.Protobuf.WellKnownTypes.Option.Parser);
339 public static pb::MessageParser<Field> Parser { get { return _parser; } }
468 = pb::FieldCodec.ForMessage(74, global::Google.Protobuf.WellKnownTypes.Option.Parser);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 153 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMap), global::Google.Protobuf.TestProtos.TestMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapInt32Bytes", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }),
154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMapSubmessage), global::Google.Protobuf.TestProtos.TestMapSubmessage.Parser, new[]{ "TestMap" }, null, null, null),
155 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMessageMap), global::Google.Protobuf.TestProtos.TestMessageMap.Parser, new[]{ "MapInt32Message" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, }),
156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestSameTypeMap), global::Google.Protobuf.TestProtos.TestSameTypeMap.Parser, new[]{ "Map1", "Map2" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }),
157 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestArenaMap), global::Google.Protobuf.TestProtos.TestArenaMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }),
158 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.MessageContainingEnumCalledType), global::Google.Protobuf.TestProtos.MessageContainingEnumCalledType.Parser, new[]{ "Type" }, null, new[]{ typeof(global::Google.Protobuf.TestProtos.MessageContainingEnumCalledType.Types.Type) }, new pbr::GeneratedClrTypeInfo[] { null, }),
159 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.MessageContainingMapCalledEntry), global::Google.Protobuf.TestProtos.MessageContainingMapCalledEntry.Parser, new[]{ "Entry" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
181 public static pb::MessageParser<TestMap> Parser { get { return _parser; } }
368 = new pbc::MapField<int, global::Google.Protobuf.TestProtos.ForeignMessage>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForMessage(18, global::Google.Protobuf.TestProtos.ForeignMessage.Parser), 138);
    [all...]
UnittestIssues.cs 54 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307), global::UnitTest.Issues.TestProtos.Issue307.Parser, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce), global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Parser, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice), global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice.Parser, null, null, null, null)})}),
55 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.NegativeEnumMessage), global::UnitTest.Issues.TestProtos.NegativeEnumMessage.Parser, new[]{ "Value", "Values", "PackedValues" }, null, null, null),
56 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedChild), global::UnitTest.Issues.TestProtos.DeprecatedChild.Parser, null, null, null, null),
57 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage.Parser, new[]{ "PrimitiveValue", "PrimitiveArray", "MessageValue", "MessageArray", "EnumValue", "EnumArray" }, null, null, null),
58 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ItemField), global::UnitTest.Issues.TestProtos.ItemField.Parser, new[]{ "Item" }, null, null, null),
59 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null)}),
60 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestJsonFieldOrdering), global::UnitTest.Issues.TestProtos.TestJsonFieldOrdering.Parser, new[]{ "PlainInt32", "O1String", "O1Int32", "PlainString", "O2Int32", "O2String" }, new[]{ "O1", (…)
    [all...]
  /external/turbine/java/com/google/turbine/parse/
Parser.java 58 * A parser for the subset of Java required for header compilation.
62 public class Parser {
75 return new Parser(new StreamLexer(new UnicodeEscapePreprocessor(source))).compilationUnit();
78 private Parser(Lexer lexer) {
642 Parser parser = new Parser(lexer); local
646 name = parser.eatIdent();
649 ty = parser.extraDims(ty);
    [all...]
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 75 return new Parser(nativeCreateParseState(mNative), this);
81 /*package*/ final class Parser implements XmlResourceParser {
82 Parser(long parseState, XmlBlock block) {
281 + ": parser must be on START_TAG to read next text", this, null);
298 + ": parser must be on START_TAG or TEXT to read text", this, null);
  /external/flatbuffers/include/flatbuffers/
idl.h 40 // Additionally, Parser::ParseType assumes bool..string is a contiguous range
123 class Parser;
224 const Parser &parser) const;
245 const Parser &parser) const;
276 const Parser &parser) const;
329 const Parser &parser) const
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 212 // returning false. Borrowed from parser.cc (Thanks Kenton!).
215 class TextFormat::Parser::ParserImpl {
    [all...]
  /external/v8/src/parsing/
parser.h 12 #include "src/parsing/parser-base.h"
93 // Wrapper around ScriptData to provide parser-specific functionality.
137 class Parser;
175 struct ParserTypes<Parser> {
176 typedef ParserBase<Parser> Base;
177 typedef Parser Impl;
204 class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
206 explicit Parser(ParseInfo* info);
207 ~Parser() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 37 public class Parser {
40 private Parser() {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Ikev2.h 249 IKEV2_PACKET_PARSER Parser;
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 21 #define DEBUG_TYPE "format-parser"
121 ScopedLineState(UnwrappedLineParser &Parser,
123 : Parser(Parser), OriginalLines(Parser.CurrentLines) {
125 Parser.CurrentLines = &Parser.PreprocessorDirectives;
126 else if (!Parser.Line->Tokens.empty())
127 Parser.CurrentLines = &Parser.Line->Tokens.back().Children
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 20 public final class Parser implements TokenId {
23 public Parser(Lex lex) {
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 68 LanaiAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
70 : MCTargetAsmParser(Options, STI), Parser(Parser),
71 Lexer(Parser.getLexer()), SubtargetInfo(STI) {
77 MCAsmParser &Parser;
672 SMLoc Start = Parser.getTok().getLoc();
673 SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
678 Parser.Lex();
683 Parser.Lex(); // Eat identifier token
698 SMLoc Start = Parser.getTok().getLoc()
    [all...]

Completed in 774 milliseconds

1 2 3 4 5 6 78 91011>>