/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 246 # Parser 247 PGEN= Parser/pgen$(EXE) 250 Parser/acceler.c \ 251 Parser/grammar1.c \ 252 Parser/listnode.c \ 253 Parser/node.c \ 254 Parser/parser.c \ 255 Parser/parsetok.c [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 247 # Parser 248 PGEN= Parser/pgen$(EXE) 251 Parser/acceler.c \ 252 Parser/grammar1.c \ 253 Parser/listnode.c \ 254 Parser/node.c \ 255 Parser/parser.c \ 256 Parser/parsetok.c [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 246 # Parser 247 PGEN= Parser/pgen$(EXE) 250 Parser/acceler.c \ 251 Parser/grammar1.c \ 252 Parser/listnode.c \ 253 Parser/node.c \ 254 Parser/parser.c \ 255 Parser/parsetok.c [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 161 SRCDIRS= Parser Grammar Objects Python Modules Mac 247 # Parser 248 PGEN= Parser/pgen$(EXE) 251 Parser/acceler.c \ 252 Parser/grammar1.c \ 253 Parser/listnode.c \ 254 Parser/node.c \ 255 Parser/parser.c \ 256 Parser/parsetok.c [all...] |
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
mingw-gcc-build.py | 63 Parser = \ 70 Parser.add_option( 77 Parser.add_option( 83 Parser.add_option( 89 Parser.add_option( 95 Parser.add_option( 101 Parser.add_option( 107 Parser.add_option( 113 Parser.add_option( 119 (Opt, Args) = Parser.parse_args( [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/ |
PatchPcdValue.py | 234 Parser = OptionParser(description=__copyright__, version=__version__, option_list=OptionList, usage=UsageString)
235 Parser.set_defaults(LogLevel=EdkLogger.INFO)
237 Options, Args = Parser.parse_args()
241 EdkLogger.error("PatchPcdValue", PARAMETER_INVALID, ExtraData=Parser.get_usage())
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfBuildOptionObject.py | 21 from Object.Parser.InfCommonObject import InfSectionCommonDef
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
InfBinarySectionParser.py | 2 # This file contained the parser for [Binaries] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
28 from Object.Parser.InfCommonObject import InfLineCommentObject
29 from Object.Parser.InfCommonObject import CurrentLine
30 from Parser.InfParserMisc import InfParserSectionRoot
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugParser.java | 34 public class DebugParser extends Parser { 35 /** Who to notify when events in the parser occur. */ 43 /** Create a normal parser except wrap the token stream in a debug 59 /** Provide a new debug event listener for this parser. Notify the
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 116 #pragma mark Tree Parser support
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
rule-tracing.rb | 14 @parser::init { 19 @parser::members { 60 parser = Traced::Parser.new lexer 61 parser.a 68 parser.traces.should == [
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
via-parser.rb | 93 parser = TokenRewrites::Parser.new( tokens ) 94 parser.program
|
/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/deqp/executor/ |
xeTestResultParser.hpp | 23 * \brief Test case result parser. 100 xml::Parser m_xmlParser; 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
|
/external/deqp/framework/common/ |
tcuCommandLine.hpp | 203 virtual void registerExtendedOptions (de::cmdline::Parser& parser);
|
/external/javassist/src/main/javassist/bytecode/ |
AnnotationDefaultAttribute.java | 124 return new AnnotationsAttribute.Parser(info, constPool)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RequestLineParser.java | 26 package gov.nist.javax.sip.parser; 33 * Parser for the SIP request line. 41 public class RequestLineParser extends Parser {
|
StatusLineParser.java | 26 package gov.nist.javax.sip.parser; 31 * Parser for the SIP status line. 40 public class StatusLineParser extends Parser {
|
URLParser.java | 26 package gov.nist.javax.sip.parser; 39 * Parser For SIP and Tel URLs. Other kinds of URL's are handled by the 47 public class URLParser extends Parser { 371 * Parser for the base phone number. 404 * Parser for the local phone #. 439 * Parser for telephone subscriber.
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MessageLite.java | 84 * Gets the parser for a message of the same type as this message. 86 Parser<? extends MessageLite> getParserForType(); 112 * that the parser on the receiving end does not interpret this as being
|
/external/testng/src/main/java/org/testng/xml/ |
Parser.java | 20 * <code>Parser</code> is a parser for a TestNG XML test suite file. 22 public class Parser { 40 for (ISuiteParser parser : suiteParserLoader) { 41 PARSERS.add(parser); external variable declarations 45 /** The file name of the xml suite being parsed. This may be null if the Parser 55 * Constructs a <code>Parser</code> to use the inputStream as the source of 60 public Parser(String fileName) { 65 * Creates a parser that will try to find the DEFAULT_FILENAME from the jar. 69 public Parser() throws FileNotFoundException [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/ |
Trim.py | 533 Parser = OptionParser(description=__copyright__, version=__version__, option_list=OptionList, usage=UsageString)
534 Parser.set_defaults(FileType="Vfr")
535 Parser.set_defaults(ConvertHex=False)
536 Parser.set_defaults(LogLevel=EdkLogger.INFO)
538 Options, Args = Parser.parse_args()
542 EdkLogger.error("Trim", OPTION_MISSING, ExtraData=Parser.get_usage())
544 EdkLogger.error("Trim", OPTION_NOT_SUPPORTED, ExtraData=Parser.get_usage())
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/ |
import.rb | 18 parser grammar DIDRSlave; 41 parser = DIDRMaster::Parser.new( tokens ) 42 parser.s 43 parser.output.should == 'S.a' 48 parser grammar Slave2; 72 parser = Master2::Parser.new( tokens ) 73 parser.s 74 parser.output.should == 'S.a1000 [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 10 // This file implements the Objective-C portions of the Parser interface. 14 #include "clang/Parse/Parser.h" 28 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { 48 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { 99 class Parser::ObjCTypeParamListScope { 131 Parser::DeclGroupPtrTy 132 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { 168 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) 216 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc [all...] |