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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java162 final String[] outError; field in class:PackageParser.ParsePackageItemArgs
174 outError = _outError;
788 AttributeSet attrs, int flags, String[] outError)
798 outError[0] = "No start tag found";
804 outError[0] = "No <manifest> tag";
809 outError[0] = "<manifest> does not specify package";
814 outError[0] = "<manifest> specifies bad package name \""
823 AttributeSet attrs, int flags, String[] outError) throws IOException,
833 outError[0] = "No start tag found";
839 outError[
787 parsePackageName(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
822 parsePackageLite(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
904 parsePackage( Resources res, XmlResourceParser parser, int flags, String[] outError) argument
1385 buildClassName(String pkg, CharSequence clsSeq, String[] outError) argument
1409 buildCompoundName(String pkg, CharSequence procSeq, String type, String[] outError) argument
1437 buildProcessName(String pkg, String defProc, CharSequence procSeq, int flags, String[] separateProcesses, String[] outError) argument
1457 buildTaskAffinityName(String pkg, String defProc, CharSequence procSeq, String[] outError) argument
1468 parsePermissionGroup(Package owner, int flags, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1511 parsePermission(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1580 parsePermissionTree(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1627 parseInstrumentation(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1686 parseApplication(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2001 parsePackageItemInfo(Package owner, PackageItemInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes, int logoRes) argument
2037 parseActivity(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError, boolean receiver, boolean hardwareAccelerated) argument
2290 parseActivityAlias(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2452 parseProvider(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2575 parseProviderTags(Resources res, XmlPullParser parser, AttributeSet attrs, Provider outInfo, String[] outError) argument
2751 parseService(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2871 parseAllMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, String tag, Component outInfo, String[] outError) argument
2905 parseMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) argument
2970 parseVerifier(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
3030 parseIntent(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, IntentInfo outInfo, String[] outError, boolean isActivity) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp241 const char* attr, String8* outError)
250 if (outError != NULL) *outError = "attribute is not a string value";
259 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
268 if (outError != NULL) *outError = "attribute is not a string value";
278 String8* outError, int32_t defValue = -1)
288 if (outError != NULL) *outError = "attribute is not an integer value";
296 uint32_t attrRes, String8* outError, int32_
240 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
277 getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
295 getResolvedIntegerAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError, int32_t defValue = -1) argument
316 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree, uint32_t attrRes, String8* outError) argument
[all...]
H A DImages.cpp151 static int tick_type(png_bytep p, bool transparent, const char** outError) argument
168 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
172 *outError = "Ticks in transparent frame must be black or red";
178 *outError = "White frame must be a solid color (no alpha)";
191 *outError = "Ticks in white frame must be black or red";
205 int32_t* outLeft, int32_t* outRight, const char** outError,
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
225 *outError = "Can't have more than one marked region along edge";
229 } else if (*outError == NULL) {
244 *outError
203 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
252 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
301 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
339 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3831 static uint32_t get_hex(char c, bool* outError) argument
3840 *outError = true;

Completed in 45 milliseconds