Searched refs:hasErrors (Results 1 – 7 of 7) sorted by relevance
296 bool hasErrors = false; in makeFileResources() local314 hasErrors = true; in makeFileResources()329 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in makeFileResources()335 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() argument336 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) { in PreProcessImageWorkUnit()357 volatile bool hasErrors = false; in preProcessImages() local364 bundle, assets, it.getFile(), &hasErrors); in preProcessImages()368 hasErrors = true; in preProcessImages()376 hasErrors = true; in preProcessImages()379 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; in preProcessImages()[all …]
74 bool hasErrors = false; in compileXmlFile() local79 hasErrors = true; in compileXmlFile()85 hasErrors = true; in compileXmlFile()88 if (hasErrors) { in compileXmlFile()267 bool hasErrors; member276 , hasErrors(false) in PendingAttribute()283 if (added || hasErrors) { in createIfNeeded()293 hasErrors = true; in createIfNeeded()304 hasErrors = true; in createIfNeeded()342 attr.hasErrors = true; in compileAttribute()[all …]
26 static bool hasErrors();
952 bool hasErrors = false; in parseValues() local966 hasErrors = true; in parseValues()977 hasErrors = true; in parseValues()980 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in parseValues()986 bool hasErrors = false; in assignResourceIds() local1019 hasErrors = true; in assignResourceIds()1027 hasErrors = true; in assignResourceIds()1031 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; in assignResourceIds()
150 SourcePos::hasErrors() in hasErrors() function in SourcePos
2364 if (SourcePos::hasErrors()) { in doPackage()2370 if (SourcePos::hasErrors()) { in doPackage()2485 if (SourcePos::hasErrors()) { in doPackage()
392 && !hasErrors()) { in onKeyUp()562 return !hasErrors(); in canCloseOptions()1422 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors())) in updateOptionsUi()1424 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) { in updateOptionsUi()1493 if (hasErrors()) { in computeSelectedPages()1551 private boolean hasErrors() { in hasErrors() method in PrintActivity1585 if (hasErrors()) { in canUpdateDocument()2230 final boolean hadErrors = hasErrors(); in afterTextChanged()2273 if (hadErrors && !hasErrors()) { in afterTextChanged()2292 final boolean hadErrors = hasErrors(); in afterTextChanged()