Home
last modified time | relevance | path

Searched defs:outError (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tools/aapt/
DAaptXml.cpp27 String8* outError) { in getStringAttributeAtIndex()
49 int32_t defValue, String8* outError) { in getIntegerAttributeAtIndex()
80 const char* attr, String8* outError) { in getAttribute()
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute()
97 uint32_t attrRes, String8* outError) { in getResolvedAttribute()
124 const char* attr, int32_t defValue, String8* outError) { in getIntegerAttribute()
133 String8* outError) { in getIntegerAttribute()
142 uint32_t attrRes, int32_t defValue, String8* outError) { in getResolvedIntegerAttribute()
164 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
DAaptXml.h62 const char* attr, android::String8* outError) { in getIntegerAttribute()
80 android::String8* outError) { in getIntegerAttribute()
100 android::String8* outError) { in getResolvedIntegerAttribute()
DImages.cpp185 static int tick_type(png_bytep p, bool transparent, const char** outError) in tick_type()
239 int32_t* outLeft, int32_t* outRight, const char** outError, in get_horizontal_ticks()
288 int32_t* outTop, int32_t* outBottom, const char** outError, in get_vertical_ticks()
337 int32_t* outLeft, int32_t* outRight, const char** outError) in get_horizontal_layout_bounds_ticks()
375 int32_t* outTop, int32_t* outBottom, const char** outError) in get_vertical_layout_bounds_ticks()
DCommand.cpp251 uint32_t attrRes, String8 attrLabel, String8* outError) in printResolvedResourceAttribute()
328 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens()
403 String8 *outError = NULL) in getNfcAidCategories()
DResourceTable.cpp208 const flag_entry* flags, bool* outError = NULL) in parse_flags()
/frameworks/base/tools/aapt2/util/
DFiles.cpp68 std::vector<std::string> listFiles(const StringPiece& root, std::string* outError) { in listFiles()
166 Maybe<android::FileMap> mmapPath(const StringPiece& path, std::string* outError) { in mmapPath()
195 std::string* outError) { in appendArgsFromFile()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp196 CallSite* callSite, std::string* outError) { in resolveSymbolCheckVisibility()
212 CallSite* callSite, std::string* outError) { in resolveAttributeCheckVisibility()
231 std::string* outError) { in compileXmlAttribute()
DLink.cpp837 std::string* outError) { in loadStaticLibrary()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java269 final String[] outError; field in PackageParser.ParsePackageItemArgs
936 final String[] outError = new String[1]; in parseBaseApk() local
979 final String[] outError = new String[1]; in parseSplitApk() local
1004 int splitIndex, String[] outError) throws XmlPullParserException, IOException, in parseSplitApk()
1528 int flags, String[] outError) throws XmlPullParserException, IOException { in parseBaseApkChild()
1604 String[] outError) throws XmlPullParserException, IOException { in parseBaseApk()
1665 XmlResourceParser parser, int flags, String[] outError) throws XmlPullParserException, in parseBaseApkCommon()
2277 String[] outError) { in buildClassName()
2297 CharSequence procSeq, String type, String[] outError) { in buildCompoundName()
2326 String[] outError) { in buildProcessName()
[all …]
/frameworks/base/tools/aapt2/compile/
DPng.cpp607 static TickType tickType(png_bytep p, bool transparent, const char** outError) { in tickType()
661 int32_t* outLeft, int32_t* outRight, const char** outError, in getHorizontalTicks()
707 const char** outError, uint8_t* outDivs, bool multipleAllowed) { in getVerticalTicks()
752 int32_t* outRight, const char** outError) { in getHorizontalLayoutBoundsTicks()
785 const char** outError) { in getVerticalLayoutBoundsTicks()
940 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch()
DCompile.cpp62 std::string* outError) { in extractResourcePathData()
/frameworks/base/tools/aapt2/io/
DZipArchive.cpp77 std::string* outError) { in create()
/frameworks/base/tools/aapt2/
DFlags.cpp114 std::ostream* outError) { in parse()
DResourceUtils.cpp188 Maybe<Reference> parseStyleParentReference(const StringPiece16& str, std::string* outError) { in parseStyleParentReference()
322 static uint32_t parseHex(char16_t c, bool* outError) { in parseHex()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java394 String[] outError) { in parseStateList()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4781 static uint32_t get_hex(char c, bool* outError) in get_hex()