Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
DResource.cpp250 bool hasErrors = false; in makeFileResources() local
268 hasErrors = true; in makeFileResources()
283 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in makeFileResources()
292 bool hasErrors = false; in preProcessImages() local
297 hasErrors = true; in preProcessImages()
301 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; in preProcessImages()
309 bool hasErrors = false; in postProcessImages() local
314 hasErrors = true; in postProcessImages()
318 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; in postProcessImages()
835 bool hasErrors = false; in buildResources() local
[all …]
DResourceTable.cpp60 bool hasErrors = false; in compileXmlFile() local
65 hasErrors = true; in compileXmlFile()
71 hasErrors = true; in compileXmlFile()
74 if (hasErrors) { in compileXmlFile()
249 bool hasErrors; member
258 , hasErrors(false) in PendingAttribute()
265 if (added || hasErrors) { in createIfNeeded()
275 hasErrors = true; in createIfNeeded()
286 hasErrors = true; in createIfNeeded()
324 attr.hasErrors = true; in compileAttribute()
[all …]
DSourcePos.h23 static bool hasErrors();
DXMLNode.cpp879 bool hasErrors = false; in parseValues() local
893 hasErrors = true; in parseValues()
904 hasErrors = true; in parseValues()
907 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in parseValues()
913 bool hasErrors = false; in assignResourceIds() local
946 hasErrors = true; in assignResourceIds()
954 hasErrors = true; in assignResourceIds()
958 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in assignResourceIds()
DSourcePos.cpp156 SourcePos::hasErrors() in hasErrors() function in SourcePos
DCommand.cpp1409 if (SourcePos::hasErrors()) { in doPackage()
1452 if (SourcePos::hasErrors()) { in doPackage()