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

  /frameworks/base/tools/aapt/
XMLNode.cpp 20 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
23 # define STATUST(x) x
26 # define STATUST(x) (status_t)x
    [all...]
Resource.cpp 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;
    [all...]
ResourceTable.cpp 22 // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary.
25 # define STATUST(x) x
28 # define STATUST(x) (status_t)x
    [all...]

Completed in 100 milliseconds