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()
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()2284 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeResourceLoadedCallbackForLayoutClasses()2567 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeLayoutClasses()2663 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeTextLayoutClasses()
23 # define STATUST(x) x macro25 # define STATUST(x) (status_t)x macro1756 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in compileResourceFile()3691 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()4103 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()