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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 22 from Parser.DecParser import Dec
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDepexObject.py 25 from Object.Parser.InfCommonObject import InfSectionCommonDef
126 # Parser content in [Depex] section.
InfMisc.py 23 from Object.Parser.InfCommonObject import InfSectionCommonDef
135 # An encapsulate of Error for INF parser.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 2 # This file contained the parser for INF file
42 from Object.Parser.InfCommonObject import InfSectionCommonDef
43 from Parser.InfSectionParser import InfSectionParser
44 from Parser.InfParserMisc import gINF_SECTION_DEF
45 from Parser.InfParserMisc import IsBinaryInf
237 # Call Header comment parser.
265 Logger.Error('Parser',
286 # Call Binary Header comment parser.
329 # Keep last time section header content for section parser
350 # Call section parser before section header parer to avoid encounter EDKI INF file
    [all...]
InfParserMisc.py 2 # This file contained the miscellaneous functions for INF parser
30 from Object.Parser.InfMisc import ErrorInInf
InfGuidPpiProtocolSectionParser.py 2 # This file contained the parser for [Guids], [Ppis], [Protocols] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
32 from Parser.InfParserMisc import InfParserSectionRoot
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 128 parser = SimpleC::Parser.new( tokens )
129 parser.program
131 profile_data = parser.profile
  /external/clang/tools/driver/
cc1as_main.cpp 284 // Get the target specific parser.
300 // Tell SrcMgr about this buffer, which is what the parser will pick up.
411 std::unique_ptr<MCAsmParser> Parser(
417 TheTarget->createMCAsmParser(*STI, *Parser, *MCII, Options));
422 Parser->setTargetParser(*TAP.get());
423 Failed = Parser->Run(Opts.NoInitialTextSection);
  /external/flatbuffers/src/
code_generators.cpp 69 std::string BaseGenerator::NamespaceDir(const Parser &parser,
73 if (parser.opts.one_file) return path;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 58 public class Parser
63 public Parser(int numSwitches)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 26 package gov.nist.javax.sip.parser;
33 * Generic header parser class. The parsers for various headers extend this
34 * class. To create a parser for a new header, extend this class and change
43 public class HeaderParser extends Parser {
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 135 root = EddParser.Parser().parse(edd_file)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 52 /// Irrelevant for file descriptors; the parser for message descriptors.
54 public MessageParser Parser { get; }
85 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
90 Parser = parser;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
UnknownFieldSet.java     [all...]
MapEntryLite.java 50 public final Parser<MapEntryLite<K, V>> parser; field in class:MapEntryLite.Metadata
59 this.parser = new AbstractParser<MapEntryLite<K, V>>() {
206 public Parser<MapEntryLite<K, V>> getParserForType() {
207 return metadata.parser;
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 625 OwningPtr<MCAsmParser> Parser(createMCAsmParser(SrcMgr,
633 TAP(_target->getTarget().createMCAsmParser(*STI, *Parser.get()));
640 Parser->setTargetParser(*TAP);
641 int Res = Parser->Run(false);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 29 implements org.xml.sax.Parser
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 135 private static class Parser {
163 public Parser(String[] args) {
661 Parser parser = new Parser(args); local
662 Command command = parser.parseCommand();
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
parse.py 4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
17 """Exception to signal the parser is stuck."""
27 class Parser(object):
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
51 the ParseError exception. There is no error recovery; the parser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
parse.py 4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
17 """Exception to signal the parser is stuck."""
27 class Parser(object):
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
51 the ParseError exception. There is no error recovery; the parser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
17 """Exception to signal the parser is stuck."""
27 class Parser(object):
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
51 the ParseError exception. There is no error recovery; the parser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
17 """Exception to signal the parser is stuck."""
27 class Parser(object):
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
51 the ParseError exception. There is no error recovery; the parser
    [all...]
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 76 static void registerOptions (de::cmdline::Parser& parser)
97 parser << Option<OutFormat> ("f", "format", "Output format", s_outputFormats, "csv")
181 xe::TestLogParser parser (&resultHandler);
193 parser.parse(&buf[0], numRead);
369 de::cmdline::Parser parser; local
374 opt::registerOptions(parser);
376 if (!parser.parse(argc-1, &argv[1], &opts, std::cerr) ||
380 parser.help(std::cout)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java 35 import org.xml.sax.Parser;
62 private Parser parser = new MockParser(logger); field in class:ParserAdapterTest
64 private ParserAdapter adapter = new ParserAdapter(parser);
86 System.setProperty("org.xml.sax.parser",
99 ParserAdapter adapter = new ParserAdapter(parser);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/
doxia-module-fml-1.0.jar 

Completed in 633 milliseconds

<<11121314151617181920>>