Searched refs:hasErrors (Results 1 – 6 of 6) sorted by relevance
250 bool hasErrors = false; in makeFileResources() local268 hasErrors = true; in makeFileResources()283 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in makeFileResources()292 bool hasErrors = false; in preProcessImages() local297 hasErrors = true; in preProcessImages()301 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; in preProcessImages()309 bool hasErrors = false; in postProcessImages() local314 hasErrors = true; in postProcessImages()318 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; in postProcessImages()835 bool hasErrors = false; in buildResources() local[all …]
60 bool hasErrors = false; in compileXmlFile() local65 hasErrors = true; in compileXmlFile()71 hasErrors = true; in compileXmlFile()74 if (hasErrors) { in compileXmlFile()249 bool hasErrors; member258 , 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 …]
23 static bool hasErrors();
879 bool hasErrors = false; in parseValues() local893 hasErrors = true; in parseValues()904 hasErrors = true; in parseValues()907 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in parseValues()913 bool hasErrors = false; in assignResourceIds() local946 hasErrors = true; in assignResourceIds()954 hasErrors = true; in assignResourceIds()958 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in assignResourceIds()
156 SourcePos::hasErrors() in hasErrors() function in SourcePos
1409 if (SourcePos::hasErrors()) { in doPackage()1452 if (SourcePos::hasErrors()) { in doPackage()