Searched defs:outError (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp132 static bool is_tick(png_bytep p, bool transparent, const char** outError) argument
139 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
143 *outError = "Ticks in transparent frame must be black";
149 *outError = "White frame must be a solid color (no alpha)";
155 *outError = "Ticks in white frame must be black";
169 int32_t* outLeft, int32_t* outRight, const char** outError,
178 if (is_tick(row+i*4, transparent, outError)) {
189 *outError = "Can't have more than one marked region along edge";
193 } else if (*outError == NULL) {
208 *outError
167 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
216 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
[all...]
H A DCommand.cpp238 const char* attr, String8* outError)
247 if (outError != NULL) *outError = "attribute is not a string value";
256 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
265 if (outError != NULL) *outError = "attribute is not a string value";
275 String8* outError, int32_t defValue = -1)
285 if (outError != NULL) *outError = "attribute is not an integer value";
293 uint32_t attrRes, String8* outError)
237 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
274 getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
292 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java105 final String[] outError; field in class:PackageParser.ParsePackageItemArgs
117 outError = _outError;
655 AttributeSet attrs, int flags, String[] outError)
665 outError[0] = "No start tag found";
671 outError[0] = "No <manifest> tag";
676 outError[0] = "<manifest> does not specify package";
681 outError[0] = "<manifest> specifies bad package name \""
690 AttributeSet attrs, int flags, String[] outError)
700 outError[0] = "No start tag found";
706 outError[
654 parsePackageName(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
689 parsePackageLite(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
744 parsePackage( Resources res, XmlResourceParser parser, int flags, String[] outError) argument
1174 buildClassName(String pkg, CharSequence clsSeq, String[] outError) argument
1198 buildCompoundName(String pkg, CharSequence procSeq, String type, String[] outError) argument
1226 buildProcessName(String pkg, String defProc, CharSequence procSeq, int flags, String[] separateProcesses, String[] outError) argument
1246 buildTaskAffinityName(String pkg, String defProc, CharSequence procSeq, String[] outError) argument
1257 parsePermissionGroup(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1292 parsePermission(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1345 parsePermissionTree(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1391 parseInstrumentation(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1449 parseApplication(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1756 parsePackageItemInfo(Package owner, PackageItemInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes, int logoRes) argument
1787 parseActivity(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError, boolean receiver) argument
1982 parseActivityAlias(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2125 parseProvider(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2223 parseProviderTags(Resources res, XmlPullParser parser, AttributeSet attrs, Provider outInfo, String[] outError) argument
2397 parseService(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2492 parseAllMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, String tag, Component outInfo, String[] outError) argument
2526 parseMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) argument
2594 parseIntent(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, IntentInfo outInfo, String[] outError, boolean isActivity) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2615 static uint32_t get_hex(char c, bool* outError) argument
2624 *outError = true;

Completed in 39 milliseconds