OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outError
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/content/pm/
PackageParser.java
160
final String[]
outError
;
172
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/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
sdklib.jar
Completed in 697 milliseconds