Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java101 final String[] outError; field in PackageParser.ParsePackageItemArgs
112 outError = _outError; in ParsePackageItemArgs()
614 AttributeSet attrs, int flags, String[] outError) in parsePackageName() argument
624 outError[0] = "No start tag found"; in parsePackageName()
630 outError[0] = "No <manifest> tag"; in parsePackageName()
635 outError[0] = "<manifest> does not specify package"; in parsePackageName()
640 outError[0] = "<manifest> specifies bad package name \"" in parsePackageName()
661 Resources res, XmlResourceParser parser, int flags, String[] outError) in parsePackage() argument
670 String pkgName = parsePackageName(parser, attrs, flags, outError); in parsePackage()
694 outError[0] = "<manifest> specifies bad sharedUserId name \"" in parsePackage()
[all …]
/frameworks/base/tools/aapt/
DImages.cpp132 static bool is_tick(png_bytep p, bool transparent, const char** outError) in is_tick() argument
139 … *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)"; in is_tick()
143 *outError = "Ticks in transparent frame must be black"; in is_tick()
149 *outError = "White frame must be a solid color (no alpha)"; in is_tick()
155 *outError = "Ticks in white frame must be black"; in is_tick()
169 int32_t* outLeft, int32_t* outRight, const char** outError, in get_horizontal_ticks() argument
178 if (is_tick(row+i*4, transparent, outError)) { in get_horizontal_ticks()
189 *outError = "Can't have more than one marked region along edge"; in get_horizontal_ticks()
193 } else if (*outError == NULL) { in get_horizontal_ticks()
208 *outError = "No marked region found along edge"; in get_horizontal_ticks()
[all …]
DCommand.cpp237 const char* attr, String8* outError) in getAttribute() argument
246 if (outError != NULL) *outError = "attribute is not a string value"; in getAttribute()
255 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) in getAttribute() argument
264 if (outError != NULL) *outError = "attribute is not a string value"; in getAttribute()
274 String8* outError, int32_t defValue = -1) in getIntegerAttribute() argument
284 if (outError != NULL) *outError = "attribute is not an integer value"; in getIntegerAttribute()
292 uint32_t attrRes, String8* outError) in getResolvedAttribute() argument
307 if (outError != NULL) *outError = "attribute is not a string value"; in getResolvedAttribute()
DMain.h47 const char* attr, String8* outError);
DResourceTable.cpp149 const flag_entry* flags, bool* outError = NULL) in parse_flags() argument
178 if (outError) *outError = true; in parse_flags()
185 if (outError) *outError = false; in parse_flags()
/frameworks/base/libs/utils/
DResourceTypes.cpp2506 static uint32_t get_hex(char c, bool* outError) in get_hex() argument
2515 *outError = true; in get_hex()