Searched refs:hasErrors (Results 1 – 11 of 11) sorted by relevance
301 bool hasErrors = false; in makeFileResources() local319 hasErrors = true; in makeFileResources()333 hasErrors = true; in makeFileResources()339 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()345 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() argument346 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) { in PreProcessImageWorkUnit()367 volatile bool hasErrors = false; in preProcessImages() local374 bundle, assets, it.getFile(), &hasErrors); in preProcessImages()378 hasErrors = true; in preProcessImages()386 hasErrors = true; in preProcessImages()[all …]
103 bool hasErrors = false; in compileXmlFile() local107 hasErrors = true; in compileXmlFile()114 hasErrors = true; in compileXmlFile()118 if (hasErrors) { in compileXmlFile()298 bool hasErrors; member307 , hasErrors(false) in PendingAttribute()314 if (added || hasErrors) { in createIfNeeded()320 hasErrors = true; in createIfNeeded()355 attr.hasErrors = true; in compileAttribute()368 attr.hasErrors = true; in compileAttribute()[all …]
26 static bool hasErrors();
977 bool hasErrors = false; in parseValues() local991 hasErrors = true; in parseValues()1004 hasErrors = true; in parseValues()1007 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()1013 bool hasErrors = false; in assignResourceIds() local1050 hasErrors = true; in assignResourceIds()1058 hasErrors = true; in assignResourceIds()1062 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
150 SourcePos::hasErrors() in hasErrors() function in SourcePos
2368 if (SourcePos::hasErrors()) { in doDump()2662 if (SourcePos::hasErrors()) { in doPackage()2668 if (SourcePos::hasErrors()) { in doPackage()2789 if (SourcePos::hasErrors()) { in doPackage()
74 public Boolean hasErrors(ErrorType.ErrorGroup group) { in hasErrors() method in ParserErrorCollector85 return hasErrors(ErrorType.ErrorGroup.ANNOTATION); in hasAnnotationErrors()90 return hasErrors(ErrorType.ErrorGroup.FIDELITY); in hasFidelityParamsErrors()95 return hasErrors(ErrorType.ErrorGroup.SETTINGS); in hasSettingsErrors()
33 Boolean hasErrors(ErrorType.ErrorGroup group); in hasErrors() method
1124 bool hasErrors = false; in run_phases() local1145 hasErrors = true; in run_phases()1149 hasErrors = true; in run_phases()1153 hasErrors = true; in run_phases()1168 return !hasErrors; in run_phases()
486 && !hasErrors()) { in onKeyUp()663 return !hasErrors(); in canCloseOptions()1958 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors())) in updateOptionsUi()1960 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) { in updateOptionsUi()2038 if (hasErrors()) { in computeSelectedPages()2064 private boolean hasErrors() { in hasErrors() method in PrintActivity2094 if (hasErrors()) { in canUpdateDocument()2966 final boolean hadErrors = hasErrors(); in afterTextChanged()3004 final boolean hadErrors = hasErrors(); in afterTextChanged()
20304 method public boolean hasErrors();