Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.cpp23 # define STATUST(x) x macro
26 # define STATUST(x) (status_t)x macro
1010 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()
1065 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
DResource.cpp28 # define STATUST(x) x macro
32 # define STATUST(x) (status_t)x macro
343 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()
393 return (hasErrors || (res < NO_ERROR)) ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in preProcessImages()
2134 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeResourceLoadedCallbackForLayoutClasses()
2417 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeLayoutClasses()
2513 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in writeTextLayoutClasses()
DResourceTable.cpp25 # define STATUST(x) x macro
28 # define STATUST(x) (status_t)x macro
1748 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in compileResourceFile()
3681 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
4093 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()