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

/frameworks/base/tools/aapt/
H A DCommand.cpp235 const char* attr, String8* outError)
244 if (outError != NULL) *outError = "attribute is not a string value";
253 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
262 if (outError != NULL) *outError = "attribute is not a string value";
272 String8* outError, int32_t defValue = -1)
282 if (outError != NULL) *outError = "attribute is not an integer value";
290 uint32_t attrRes, String8* outError)
234 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
271 getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
289 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
H A DImages.cpp129 static bool is_tick(png_bytep p, bool transparent, const char** outError) argument
136 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
140 *outError = "Ticks in transparent frame must be black";
146 *outError = "White frame must be a solid color (no alpha)";
152 *outError = "Ticks in white frame must be black";
166 int32_t* outLeft, int32_t* outRight, const char** outError,
175 if (is_tick(row+i*4, transparent, outError)) {
186 *outError = "Can't have more than one marked region along edge";
190 } else if (*outError == NULL) {
205 *outError
164 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
213 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...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java99 final String[] outError; field in class:PackageParser.ParsePackageItemArgs
110 outError = _outError;
582 AttributeSet attrs, int flags, String[] outError)
592 outError[0] = "No start tag found";
598 outError[0] = "No <manifest> tag";
603 outError[0] = "<manifest> does not specify package";
608 outError[0] = "<manifest> specifies bad package name \""
629 Resources res, XmlResourceParser parser, int flags, String[] outError)
638 String pkgName = parsePackageName(parser, attrs, flags, outError);
662 outError[
581 parsePackageName(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
628 parsePackage( Resources res, XmlResourceParser parser, int flags, String[] outError) argument
979 buildClassName(String pkg, CharSequence clsSeq, String[] outError) argument
1003 buildCompoundName(String pkg, CharSequence procSeq, String type, String[] outError) argument
1031 buildProcessName(String pkg, String defProc, CharSequence procSeq, int flags, String[] separateProcesses, String[] outError) argument
1051 buildTaskAffinityName(String pkg, String defProc, CharSequence procSeq, String[] outError) argument
1062 parsePermissionGroup(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1097 parsePermission(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1148 parsePermissionTree(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1194 parseInstrumentation(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1250 parseApplication(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1463 parsePackageItemInfo(Package owner, PackageItemInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes) argument
1494 parseComponentInfo(Package owner, int flags, ComponentInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes, int processRes, int enabledRes) argument
1513 parseActivity(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError, boolean receiver) argument
1688 parseActivityAlias(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1824 parseProvider(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1912 parseProviderTags(Resources res, XmlPullParser parser, AttributeSet attrs, Provider outInfo, String[] outError) argument
2083 parseService(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2168 parseAllMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, String tag, Component outInfo, String[] outError) argument
2202 parseMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) argument
2269 parseIntent(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, IntentInfo outInfo, String[] outError, boolean isActivity) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2498 static uint32_t get_hex(char c, bool* outError) argument
2507 *outError = true;

Completed in 162 milliseconds