Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp305 bool hasErrors = false; in makeFileResources() local
323 hasErrors = true; in makeFileResources()
337 hasErrors = true; in makeFileResources()
343 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in makeFileResources()
349 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() argument
350 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) { in PreProcessImageWorkUnit()
371 volatile bool hasErrors = false; in preProcessImages() local
378 bundle, assets, it.getFile(), &hasErrors); in preProcessImages()
382 hasErrors = true; in preProcessImages()
390 hasErrors = true; in preProcessImages()
[all …]
DResourceTable.cpp95 bool hasErrors = false; in compileXmlFile() local
99 hasErrors = true; in compileXmlFile()
106 hasErrors = true; in compileXmlFile()
110 if (hasErrors) { in compileXmlFile()
290 bool hasErrors; member
299 , hasErrors(false) in PendingAttribute()
306 if (added || hasErrors) { in createIfNeeded()
312 hasErrors = true; in createIfNeeded()
347 attr.hasErrors = true; in compileAttribute()
360 attr.hasErrors = true; in compileAttribute()
[all …]
DSourcePos.h26 static bool hasErrors();
DXMLNode.cpp980 bool hasErrors = false; in parseValues() local
994 hasErrors = true; in parseValues()
1007 hasErrors = true; in parseValues()
1010 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in parseValues()
1016 bool hasErrors = false; in assignResourceIds() local
1053 hasErrors = true; in assignResourceIds()
1061 hasErrors = true; in assignResourceIds()
1065 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in assignResourceIds()
DSourcePos.cpp150 SourcePos::hasErrors() in hasErrors() function in SourcePos
DCommand.cpp2583 if (SourcePos::hasErrors()) { in doPackage()
2589 if (SourcePos::hasErrors()) { in doPackage()
2710 if (SourcePos::hasErrors()) { in doPackage()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java438 && !hasErrors()) { in onKeyUp()
620 return !hasErrors(); in canCloseOptions()
1869 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors())) in updateOptionsUi()
1871 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) { in updateOptionsUi()
1949 if (hasErrors()) { in computeSelectedPages()
1975 private boolean hasErrors() { in hasErrors() method in PrintActivity
2007 if (hasErrors()) { in canUpdateDocument()
2814 final boolean hadErrors = hasErrors(); in afterTextChanged()
2852 final boolean hadErrors = hasErrors(); in afterTextChanged()
/frameworks/base/api/
Dcurrent.txt16961 method public boolean hasErrors();
Dsystem-current.txt18171 method public boolean hasErrors();
Dtest-current.txt16979 method public boolean hasErrors();