Home
last modified time | relevance | path

Searched defs:outError (Results 1 – 10 of 10) 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()
140 const char* attr, int32_t defValue, String8* outError) { in getIntegerAttribute()
149 String8* outError) { in getIntegerAttribute()
158 uint32_t attrRes, int32_t defValue, String8* outError) { in getResolvedIntegerAttribute()
180 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.cpp233 uint32_t attrRes, const String8& attrLabel, String8* outError) in printResolvedResourceAttribute()
314 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens()
401 String8 *outError = NULL) in getNfcAidCategories()
DResourceTable.cpp216 const flag_entry* flags, bool* outError = NULL) in parse_flags()
/frameworks/base/tools/aapt2/compile/
DPng.cpp632 static TickType tickType(png_bytep p, bool transparent, const char** outError) { in tickType()
684 int32_t* outRight, const char** outError, in getHorizontalTicks()
730 int32_t* outBottom, const char** outError, in getVerticalTicks()
778 const char** outError) { in getHorizontalLayoutBoundsTicks()
816 const char** outError) { in getVerticalLayoutBoundsTicks()
977 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java325 final String[] outError; field in PackageParser.ParsePackageItemArgs
1236 final String[] outError = new String[1]; in parseBaseApk() local
1282 final String[] outError = new String[1]; in parseSplitApk() local
1307 int splitIndex, String[] outError) throws XmlPullParserException, IOException, in parseSplitApk()
1795 int flags, String[] outError) throws XmlPullParserException, IOException { in parseBaseApkChild()
1865 String[] outError) throws XmlPullParserException, IOException { in parseBaseApk()
1945 XmlResourceParser parser, int flags, String[] outError) throws XmlPullParserException, in parseBaseApkCommon()
2619 @NonNull String[] outError) { in computeTargetSdkVersion()
2683 @NonNull String[] platformSdkCodenames, @NonNull String[] outError) { in computeMinSdkVersion()
2738 String[] outError) throws XmlPullParserException, IOException { in parseUsesStaticLibrary()
[all …]
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp71 std::string* outError) { in Create()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java522 String[] outError) { in parseStateList()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5238 static uint32_t get_hex(char c, bool* outError) in get_hex()