| /external/chromium_org/third_party/libxml/ |
| libxml.target.linux-arm64.mk | 46 third_party/libxml/src/parser.c \
|
| libxml.target.linux-mips.mk | 46 third_party/libxml/src/parser.c \
|
| libxml.target.linux-x86.mk | 46 third_party/libxml/src/parser.c \
|
| libxml.target.linux-x86_64.mk | 46 third_party/libxml/src/parser.c \
|
| /external/chromium_org/third_party/protobuf/ |
| protobuf_full_do_not_use.host.darwin-arm.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.darwin-arm64.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.darwin-mips.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.darwin-x86.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.darwin-x86_64.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.linux-arm.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.linux-arm64.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.linux-mips.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.linux-x86.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| protobuf_full_do_not_use.host.linux-x86_64.mk | 49 third_party/protobuf/src/google/protobuf/compiler/parser.cc \
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.core.variables_3.2.400.v20100505.jar | |
| org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
| /external/emma/core/java12/com/vladium/util/args/ |
| OptsParser.java | 1499 final MetadataParser parser = new MetadataParser (); local [all...] |
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| SparcAsmParser.cpp | 38 MCAsmParser &Parser; 81 SparcAsmParser(MCSubtargetInfo &sti, MCAsmParser &parser, 84 : MCTargetAsmParser(), STI(sti), Parser(parser) { 431 const AsmToken &Tok = Parser.getTok(); 437 Parser.Lex(); 440 Parser.Lex(); 465 Parser.eatToEndOfStatement(); 471 Parser.eatToEndOfStatement(); 476 Parser.Lex(); // Eat the comma [all...] |
| /external/llvm/lib/Target/SystemZ/AsmParser/ |
| SystemZAsmParser.cpp | 299 MCAsmParser &Parser; 331 SystemZAsmParser(MCSubtargetInfo &sti, MCAsmParser &parser, 334 : MCTargetAsmParser(), STI(sti), Parser(parser) { 335 MCAsmParserExtension::Initialize(Parser); 420 Reg.StartLoc = Parser.getTok().getLoc(); 423 if (Parser.getTok().isNot(AsmToken::Percent)) 424 return Error(Parser.getTok().getLoc(), "register expected"); 425 Parser.Lex(); 428 if (Parser.getTok().isNot(AsmToken::Identifier) [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| HeaderFactoryImpl.java | 32 import gov.nist.javax.sip.parser.*; 33 import gov.nist.javax.sip.parser.extensions.ReferencesParser; 63 * determines whether or not the parser should be stripping them (as [all...] |
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| BitmapDrawable.java | 704 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) 706 super.inflate(r, parser, attrs, theme);
|
| /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
| TestService.java | 606 XmlResourceParser parser = mContext.getResources().getLayout(R.xml.simple); local 607 parser.close(); [all...] |
| /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(); 668 // --- KeyCharacterMap::Parser --- 670 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : 674 KeyCharacterMap::Parser::~Parser() { [all...] |
| /ndk/sources/host-tools/nawk-20071023/ |
| FIXES | 193 because the parser is expecting x = 1,2. until i understand this [all...] |
| /packages/apps/Exchange/src/com/android/exchange/adapter/ |
| EmailSyncParser.java | 54 * Parser for Sync on an email collection. 108 public EmailSyncParser(final Parser parser, final Context context, 111 super(parser, context, resolver, mailbox, account); [all...] |