HomeSort by relevance Sort by last modified time
    Searched refs:outError (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/content/pm/
PackageParser.java 165 final String[] outError;
177 outError = _outError;
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 151 static int tick_type(png_bytep p, bool transparent, const char** outError)
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 = "No marked region found along edge"
    [all...]
Main.h 59 const char* attr, String8* outError);
Command.cpp 242 const char* attr, String8* outError)
251 if (outError != NULL) *outError = "attribute is not a string value";
260 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError)
269 if (outError != NULL) *outError = "attribute is not a string value";
279 String8* outError, int32_t defValue = -1)
289 if (outError != NULL) *outError = "attribute is not an integer value";
297 uint32_t attrRes, String8* outError, int32_t defValue = -1
    [all...]
ResourceTable.cpp 169 const flag_entry* flags, bool* outError = NULL)
198 if (outError) *outError = true;
205 if (outError) *outError = false;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessStatsService.java 386 String[] outError) {
399 outError[0] = "inconsistent separators (can't mix ',' with '+')";
412 outError[0] = "invalid word \"" + str + "\"";
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 174 milliseconds