Home
last modified time | relevance | path

Searched refs:outError (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DAaptXml.cpp27 String8* outError) { in getStringAttributeAtIndex() argument
30 if (outError != NULL) { in getStringAttributeAtIndex()
37 if (outError != NULL) { in getStringAttributeAtIndex()
52 if (outError != NULL) { in getIntegerAttributeAtIndex()
60 if (outError != NULL) { in getIntegerAttributeAtIndex()
105 if (outError != NULL) { in getResolvedAttribute()
121 if (outError != NULL) { in getResolvedAttribute()
128 if (outError != NULL) { in getResolvedAttribute()
149 String8* outError) { in getIntegerAttribute() argument
183 if (outError != NULL) { in getResolvedResourceAttribute()
[all …]
H A DAaptXml.h38 const char* attr, android::String8* outError = NULL);
46 android::String8* outError = NULL);
62 const char* attr, android::String8* outError) { in getIntegerAttribute() argument
63 return getIntegerAttribute(tree, ns, attr, -1, outError); in getIntegerAttribute()
72 int32_t defValue = -1, android::String8* outError = NULL);
80 android::String8* outError) { in getIntegerAttribute() argument
81 return getIntegerAttribute(tree, attrRes, -1, outError); in getIntegerAttribute()
91 android::String8* outError = NULL);
100 android::String8* outError) { in getResolvedIntegerAttribute() argument
111 android::String8* outError = NULL);
[all …]
H A DImages.cpp212 *outError = "White frame must be a solid color (no alpha)"; in tick_type()
225 *outError = "Ticks in white frame must be black or red"; in tick_type()
239 int32_t* outLeft, int32_t* outRight, const char** outError, in get_horizontal_ticks() argument
263 } else if (*outError == NULL) { in get_horizontal_ticks()
278 *outError = "No marked region found along edge"; in get_horizontal_ticks()
288 int32_t* outTop, int32_t* outBottom, const char** outError, in get_vertical_ticks() argument
312 } else if (*outError == NULL) { in get_vertical_ticks()
327 *outError = "No marked region found along edge"; in get_vertical_ticks()
337 int32_t* outLeft, int32_t* outRight, const char** outError) in get_horizontal_layout_bounds_ticks() argument
363 int tick = tick_type(row+i*4, transparent, outError); in get_horizontal_layout_bounds_ticks()
[all …]
H A DCommand.cpp233 uint32_t attrRes, const String8& attrLabel, String8* outError) in printResolvedResourceAttribute() argument
236 AaptXml::getResolvedResourceAttribute(resTable, tree, attrRes, &value, outError); in printResolvedResourceAttribute()
237 if (*outError != "") { in printResolvedResourceAttribute()
238 *outError = "error print resolved resource attribute"; in printResolvedResourceAttribute()
314 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens() argument
334 *outError = "failed to get XML element name (bad string pool)"; in printCompatibleScreens()
401 String8 *outError = NULL) in getNfcAidCategories() argument
405 if (outError != NULL) *outError = "xml resource does not exist"; in getNfcAidCategories()
426 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
439 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
[all …]
H A DResourceTable.cpp216 const flag_entry* flags, bool* outError = NULL) in parse_flags() argument
245 if (outError) *outError = true; in parse_flags()
252 if (outError) *outError = false; in parse_flags()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.cpp642 *outError = in tickType()
668 *outError = "Ticks in white frame must be black or red"; in tickType()
700 } else if (!*outError) { in getHorizontalTicks()
715 *outError = "No marked region found along edge"; in getHorizontalTicks()
746 } else if (!*outError) { in getVerticalTicks()
761 *outError = "No marked region found along edge"; in getVerticalTicks()
782 if (tickType(row + i * 4, transparent, outError) != in getHorizontalLayoutBoundsTicks()
797 if (tickType(row + i * 4, transparent, outError) != in getHorizontalLayoutBoundsTicks()
814 if (tickType(rows[1] + offset, transparent, outError) == in getVerticalLayoutBoundsTicks()
971 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch() argument
[all …]
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java325 final String[] outError; field in PackageParser.ParsePackageItemArgs
340 outError = _outError; in ParsePackageItemArgs()
1808 outError[0] = message; in parseBaseApkChild()
1817 outError[0] = message; in parseBaseApkChild()
2901 String[] outError) { in buildClassName() argument
2950 String[] outError) { in buildProcessName() argument
3168 outError)) { in parsePermissionGroup()
3319 outError)) { in parsePermissionTree()
3384 outError)) { in parseInstrumentation()
3438 outError); in parseBaseApplication()
[all …]
/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp71 std::string* outError) { in Create() argument
77 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
94 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
H A DFileSystem.h63 static std::unique_ptr<FileCollection> Create(android::StringPiece path, std::string* outError);
H A DZipArchive.h65 std::string* outError);
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCommand.h79 int Execute(const std::vector<android::StringPiece>& args, std::ostream* outError);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java522 String[] outError) { in parseStateList() argument
535 outError[0] = "inconsistent separators (can't mix ',' with '+')"; in parseStateList()
548 outError[0] = "invalid word \"" + str + "\""; in parseStateList()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5277 static uint32_t get_hex(char c, bool* outError) in get_hex() argument
5286 *outError = true; in get_hex()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12777 Landroid/content/pm/PackageParser$ParsePackageItemArgs;->outError:[Ljava/lang/String;