Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp304 bool hasErrors = false; in makeFileResources() local
322 hasErrors = true; in makeFileResources()
336 hasErrors = true; in makeFileResources()
342 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()
348 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() argument
349 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) { in PreProcessImageWorkUnit()
370 volatile bool hasErrors = false; in preProcessImages() local
377 bundle, assets, it.getFile(), &hasErrors); in preProcessImages()
381 hasErrors = true; in preProcessImages()
389 hasErrors = true; in preProcessImages()
[all …]
DResourceTable.cpp105 bool hasErrors = false; in compileXmlFile() local
109 hasErrors = true; in compileXmlFile()
116 hasErrors = true; in compileXmlFile()
120 if (hasErrors) { in compileXmlFile()
300 bool hasErrors; member
309 , hasErrors(false) in PendingAttribute()
316 if (added || hasErrors) { in createIfNeeded()
322 hasErrors = true; in createIfNeeded()
357 attr.hasErrors = true; in compileAttribute()
370 attr.hasErrors = true; in compileAttribute()
[all …]
DSourcePos.h26 static bool hasErrors();
DXMLNode.cpp977 bool hasErrors = false; in parseValues() local
991 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() local
1050 hasErrors = true; in assignResourceIds()
1058 hasErrors = true; in assignResourceIds()
1062 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
DSourcePos.cpp150 SourcePos::hasErrors() in hasErrors() function in SourcePos
DCommand.cpp2443 if (SourcePos::hasErrors()) { in doDump()
2737 if (SourcePos::hasErrors()) { in doPackage()
2743 if (SourcePos::hasErrors()) { in doPackage()
2864 if (SourcePos::hasErrors()) { in doPackage()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodRuleImpl.java239 boolean hasErrors = false; in validateTestAnnotations()
244 hasErrors = true; in validateTestAnnotations()
250 hasErrors = true; in validateTestAnnotations()
254 hasErrors = true; in validateTestAnnotations()
260 hasErrors = true; in validateTestAnnotations()
264 hasErrors = true; in validateTestAnnotations()
269 + message, hasErrors); in validateTestAnnotations()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java485 && !hasErrors()) { in onKeyUp()
662 return !hasErrors(); in canCloseOptions()
1960 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors())) in updateOptionsUi()
1962 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) { in updateOptionsUi()
2040 if (hasErrors()) { in computeSelectedPages()
2066 private boolean hasErrors() { in hasErrors() method in PrintActivity
2096 if (hasErrors()) { in canUpdateDocument()
2968 final boolean hadErrors = hasErrors(); in afterTextChanged()
3006 final boolean hadErrors = hasErrors(); in afterTextChanged()
/frameworks/base/tools/bit/
Dmain.cpp1152 bool hasErrors = false; in run_phases() local
1173 hasErrors = true; in run_phases()
1190 return !hasErrors; in run_phases()