Searched defs:STATUST (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.cpp20 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
23 # define STATUST(x) x macro
26 # define STATUST(x) (status_t)x macro
1010 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
1065 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
H A DResource.cpp23 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
28 # define STATUST(x) x macro
32 # define STATUST(x) (status_t)x macro
338 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
388 return (hasErrors || (res < NO_ERROR)) ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2120 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2403 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2499 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
H A DResourceTable.cpp22 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
25 # define STATUST(x) x macro
28 # define STATUST(x) (status_t)x macro
1748 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
3673 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
4085 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR;

Completed in 173 milliseconds