Home
last modified time | relevance | path

Searched refs:STATUST (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.cpp21 # define STATUST(x) x macro
23 # define STATUST(x) (status_t)x macro
1007 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()
1062 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
DResource.cpp26 # define STATUST(x) x macro
28 # define STATUST(x) (status_t)x macro
339 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()
DResourceTable.cpp23 # define STATUST(x) x macro
25 # define STATUST(x) (status_t)x macro
1756 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()