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.cpp29 # define STATUST(x) x macro
31 # define STATUST(x) (status_t)x macro
342 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()
DResourceTable.cpp25 # define STATUST(x) x macro
27 # define STATUST(x) (status_t)x macro
1758 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()