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

1 2 3 4 5 6

  /frameworks/base/tools/aapt/
AaptXml.h 38 const char* attr, android::String8* outError = NULL);
46 android::String8* outError = NULL);
54 const char* attr, int32_t defValue = -1, android::String8* outError = NULL);
62 const char* attr, android::String8* outError) {
63 return getIntegerAttribute(tree, ns, attr, -1, outError);
72 int32_t defValue = -1, android::String8* outError = NULL);
80 android::String8* outError) {
81 return getIntegerAttribute(tree, attrRes, -1, outError);
91 android::String8* outError = NULL);
100 android::String8* outError) {
    [all...]
AaptXml.cpp 27 String8* outError) {
30 if (outError != NULL) {
31 *outError = "could not find attribute at index";
37 if (outError != NULL) {
38 *outError = "attribute is not a string value";
49 int32_t defValue, String8* outError) {
52 if (outError != NULL) {
53 *outError = "could not find attribute at index";
60 if (outError != NULL) {
61 *outError = "attribute is not an integer value"
    [all...]
Images.cpp 185 static int tick_type(png_bytep p, bool transparent, const char** outError)
202 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
206 *outError = "Ticks in transparent frame must be black or red";
212 *outError = "White frame must be a solid color (no alpha)";
225 *outError = "Ticks in white frame must be black or red";
239 int32_t* outLeft, int32_t* outRight, const char** outError,
248 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
259 *outError = "Can't have more than one marked region along edge";
263 } else if (*outError == NULL) {
278 *outError = "No marked region found along edge"
    [all...]
Command.cpp 233 uint32_t attrRes, const String8& attrLabel, String8* outError)
236 AaptXml::getResolvedResourceAttribute(resTable, tree, attrRes, &value, outError);
237 if (*outError != "") {
238 *outError = "error print resolved resource attribute";
242 String8 result = AaptXml::getResolvedAttribute(resTable, tree, attrRes, outError);
314 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) {
334 *outError = "failed to get XML element name (bad string pool)";
401 String8 *outError = NULL)
405 if (outError != NULL) *outError = "xml resource does not exist"
    [all...]
ResourceTable.cpp 219 const flag_entry* flags, bool* outError = NULL)
248 if (outError) *outError = true;
255 if (outError) *outError = false;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageParserTest.java 63 final String[] outError = new String[1];
69 outError);
74 assertNotNull(outError[0]);
76 assertNull(outError[0]);
150 final String[] outError = new String[1];
155 outError,
161 assertNotNull(outError[0]);
163 assertNull(outError[0]);
  /frameworks/base/tools/aapt2/compile/
Png.cpp 631 static TickType tickType(png_bytep p, bool transparent, const char** outError) {
647 *outError =
654 *outError = "Ticks in transparent frame must be black or red";
660 *outError = "White frame must be a solid color (no alpha)";
673 *outError = "Ticks in white frame must be black or red";
683 int32_t* outRight, const char** outError,
690 if (tickType(row + i * 4, transparent, outError) == TickType::kTick) {
701 *outError = "Can't have more than one marked region along edge";
705 } else if (!*outError) {
720 *outError = "No marked region found along edge"
    [all...]
  /external/skia/src/gpu/
GrResourceAllocator.cpp 203 bool GrResourceAllocator::assign(int* startIndex, int* stopIndex, AssignError* outError) {
204 SkASSERT(outError);
205 *outError = AssignError::kNoError;
254 *outError = AssignError::kFailedProxyInstantiation;
267 *outError = AssignError::kFailedProxyInstantiation;
GrResourceAllocator.h 71 bool assign(int* startIndex, int* stopIndex, AssignError* outError);
  /external/skqp/src/gpu/
GrResourceAllocator.cpp 198 bool GrResourceAllocator::assign(int* startIndex, int* stopIndex, AssignError* outError) {
199 SkASSERT(outError);
200 *outError = AssignError::kNoError;
244 *outError = AssignError::kFailedProxyInstantiation;
257 *outError = AssignError::kFailedProxyInstantiation;
GrResourceAllocator.h 71 bool assign(int* startIndex, int* stopIndex, AssignError* outError);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 163 // TODO: switch outError users to PackageParserException
333 final String[] outError;
348 outError = _outError;
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageParser.java 154 Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError)
168 outError[0] = "<meta-data> requires an android:name attribute";
204 outError[0] =
211 outError[0] = "<meta-data> requires an android:value or android:resource attribute";
243 final String[] outError = new String[1];
255 ReflectionHelpers.ClassParameter.from(String[].class, outError));
265 ReflectionHelpers.ClassParameter.from(String[].class, outError));
270 "Parse error at " + parser.getPositionDescription() + "): " + outError[0]);
  /frameworks/base/tools/aapt2/io/
ZipArchive.h 65 std::string* outError);
  /frameworks/base/tools/aapt2/
Flags.h 50 std::ostream* outError);
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 415 String[] outError) {
428 outError[0] = "inconsistent separators (can't mix ',' with '+')";
441 outError[0] = "invalid word \"" + str + "\"";
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sqlite4java-0.282.jar 

Completed in 790 milliseconds

1 2 3 4 5 6