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.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...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java119 final String[] outError; field in class:PackageParser.ParsePackageItemArgs
131 outError = _outError;
704 AttributeSet attrs, int flags, String[] outError)
714 outError[0] = "No start tag found";
720 outError[0] = "No <manifest> tag";
725 outError[0] = "<manifest> does not specify package";
730 outError[0] = "<manifest> specifies bad package name \""
739 AttributeSet attrs, int flags, String[] outError) throws IOException,
749 outError[0] = "No start tag found";
755 outError[
703 parsePackageName(XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
738 parsePackageLite(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
812 parsePackage( Resources res, XmlResourceParser parser, int flags, String[] outError) argument
1260 buildClassName(String pkg, CharSequence clsSeq, String[] outError) argument
1284 buildCompoundName(String pkg, CharSequence procSeq, String type, String[] outError) argument
1312 buildProcessName(String pkg, String defProc, CharSequence procSeq, int flags, String[] separateProcesses, String[] outError) argument
1332 buildTaskAffinityName(String pkg, String defProc, CharSequence procSeq, String[] outError) argument
1343 parsePermissionGroup(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1379 parsePermission(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1433 parsePermissionTree(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1480 parseInstrumentation(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, String[] outError) argument
1539 parseApplication(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
1856 parsePackageItemInfo(Package owner, PackageItemInfo outInfo, String[] outError, String tag, TypedArray sa, int nameRes, int labelRes, int iconRes, int logoRes) argument
1892 parseActivity(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError, boolean receiver, boolean hardwareAccelerated) argument
2106 parseActivityAlias(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2253 parseProvider(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2352 parseProviderTags(Resources res, XmlPullParser parser, AttributeSet attrs, Provider outInfo, String[] outError) argument
2528 parseService(Package owner, Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2631 parseAllMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, String tag, Component outInfo, String[] outError) argument
2665 parseMetaData(Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) argument
2730 parseVerifier(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, String[] outError) argument
2790 parseIntent(Resources res, XmlPullParser parser, AttributeSet attrs, int flags, IntentInfo outInfo, String[] outError, boolean isActivity) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2913 static uint32_t get_hex(char c, bool* outError) argument
2922 *outError = true;

Completed in 115 milliseconds