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.cpp237 const char* attr, String8* outError)
246 if (outError != NULL) *outError = "attribute is not a string value";
255 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
264 if (outError != NULL) *outError = "attribute is not a string value";
274 String8* outError, int32_t defValue = -1)
284 if (outError != NULL) *outError = "attribute is not an integer value";
292 uint32_t attrRes, String8* outError)
236 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
273 getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
291 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java104 final String[] outError; field in class:PackageParser.ParsePackageItemArgs
115 outError = _outError;
650 AttributeSet attrs, int flags, String[] outError)
660 outError[0] = "No start tag found";
666 outError[0] = "No <manifest> tag";
671 outError[0] = "<manifest> does not specify package";
676 outError[0] = "<manifest> specifies bad package name \""
685 AttributeSet attrs, int flags, String[] outError)
695 outError[0] = "No start tag found";
701 outError[
649 parsePackageName(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
684 parsePackageLite(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
739 parsePackage( Resources res, XmlResourceParser parser, int flags, String[] outError) argument
1149 buildClassName(String pkg, CharSequence clsSeq, String[] outError) argument
1173 buildCompoundName(String pkg, CharSequence procSeq, String type, String[] outError) argument
1201 buildProcessName(String pkg, String defProc, CharSequence procSeq, int flags, String[] separateProcesses, String[] outError) argument
1221 buildTaskAffinityName(String pkg, String defProc, CharSequence procSeq, String[] outError) argument
1232 parsePermissionGroup(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1267 parsePermission(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1320 parsePermissionTree(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1366 parseInstrumentation(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1424 parseApplication(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1706 parsePackageItemInfo(Package owner, PackageItemInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes) argument
1737 parseActivity(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError, boolean receiver) argument
1924 parseActivityAlias(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2066 parseProvider(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2155 parseProviderTags(Resources res, XmlPullParser parser, AttributeSet attrs, Provider outInfo, String[] outError) argument
2329 parseService(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2415 parseAllMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, String tag, Component outInfo, String[] outError) argument
2449 parseMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) argument
2517 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 1339 milliseconds