Home | History | Annotate | Download | only in aapt

Lines Matching refs:STATUST

23 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
26 # define STATUST(x) x
28 # define STATUST(x) (status_t)x
339 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
389 return (hasErrors || (res < NO_ERROR)) ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2252 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2535 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
2631 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;