Searched refs:STATUST (Results 1 – 3 of 3) sorted by relevance
21 # define STATUST(x) x macro23 # define STATUST(x) (status_t)x macro1007 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()1062 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
29 # define STATUST(x) x macro31 # define STATUST(x) (status_t)x macro342 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()392 return (hasErrors || (res < NO_ERROR)) ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in preProcessImages()2287 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeResourceLoadedCallbackForLayoutClasses()2570 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeLayoutClasses()2666 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeTextLayoutClasses()
25 # define STATUST(x) x macro27 # define STATUST(x) (status_t)x macro1758 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in compileResourceFile()3684 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()4096 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()