Searched refs:hasErrors (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
H A DSourcePos.h26 static bool hasErrors();
H A DResource.cpp305 bool hasErrors = false; local
323 hasErrors = true;
338 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
344 const sp<AaptFile>& file, volatile bool* hasErrors) :
345 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
366 volatile bool hasErrors = false; local
373 bundle, assets, it.getFile(), &hasErrors);
377 hasErrors = true;
385 hasErrors = true;
388 return (hasErrors || (re
343 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
1258 bool hasErrors = false; local
2102 bool hasErrors = false; local
2180 bool hasErrors = false; local
2413 bool hasErrors = false; local
[all...]
H A DResourceTable.cpp95 bool hasErrors = false; local
99 hasErrors = true;
106 hasErrors = true;
110 if (hasErrors) {
290 bool hasErrors;
299 , hasErrors(false)
306 if (added || hasErrors) {
312 hasErrors = true;
347 attr.hasErrors = true;
360 attr.hasErrors
839 bool hasErrors = false; local
3642 bool hasErrors = false; local
[all...]
H A DSourcePos.cpp150 SourcePos::hasErrors() function in class:SourcePos
H A DXMLNode.cpp980 bool hasErrors = false;
994 hasErrors = true;
1007 hasErrors = true;
1010 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
1016 bool hasErrors = false;
1053 hasErrors = true;
1061 hasErrors = true;
1065 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
H A DCommand.cpp2554 if (SourcePos::hasErrors()) {
2560 if (SourcePos::hasErrors()) {
2681 if (SourcePos::hasErrors()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java437 && !hasErrors()) {
611 return !hasErrors();
1860 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors()))
1862 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) {
1940 if (hasErrors()) {
1966 private boolean hasErrors() { method in class:PrintActivity
1998 if (hasErrors()) {
2804 final boolean hadErrors = hasErrors();
2842 final boolean hadErrors = hasErrors();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 128 milliseconds