Searched refs:STATUST (Results 1 – 3 of 3) sorted by relevance
23 # define STATUST(x) x macro26 # define STATUST(x) (status_t)x macro1010 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()1065 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
26 # define STATUST(x) x macro28 # define STATUST(x) (status_t)x macro339 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()389 return (hasErrors || (res < NO_ERROR)) ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in preProcessImages()2252 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeResourceLoadedCallbackForLayoutClasses()2535 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeLayoutClasses()2631 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeTextLayoutClasses()
25 # define STATUST(x) x macro28 # define STATUST(x) (status_t)x macro1759 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in compileResourceFile()3694 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()4106 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()