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

/frameworks/base/tools/aapt/
H A DSourcePos.h26 static bool hasErrors();
H A DResource.cpp301 bool hasErrors = false; local
319 hasErrors = true;
333 hasErrors = true;
339 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
345 const sp<AaptFile>& file, volatile bool* hasErrors) :
346 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
367 volatile bool hasErrors = false; local
374 bundle, assets, it.getFile(), &hasErrors);
378 hasErrors = true;
386 hasErrors
344 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
1373 bool hasErrors = false; local
2266 bool hasErrors = false; local
2344 bool hasErrors = false; local
2577 bool hasErrors = false; local
[all...]
H A DResourceTable.cpp106 bool hasErrors = false; local
110 hasErrors = true;
117 hasErrors = true;
121 if (hasErrors) {
301 bool hasErrors;
310 , hasErrors(false)
317 if (added || hasErrors) {
323 hasErrors = true;
358 attr.hasErrors = true;
371 attr.hasErrors
850 bool hasErrors = false; local
3663 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.cpp2368 if (SourcePos::hasErrors()) {
2662 if (SourcePos::hasErrors()) {
2668 if (SourcePos::hasErrors()) {
2789 if (SourcePos::hasErrors()) {
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/log/
H A DRLog.kt91 fun hasErrors() = messages.containsKey(Diagnostic.Kind.ERROR)
/frameworks/base/tools/bit/
H A Dmain.cpp954 bool hasErrors = false; local
975 hasErrors = true;
979 hasErrors = true;
983 hasErrors = true;
998 return !hasErrors;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java486 && !hasErrors()) {
663 return !hasErrors();
1958 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors()))
1960 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) {
2038 if (hasErrors()) {
2064 private boolean hasErrors() { method in class:PrintActivity
2094 if (hasErrors()) {
2966 final boolean hadErrors = hasErrors();
3004 final boolean hadErrors = hasErrors();
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
H A DTypeAdapterStore.kt359 if (rowAdapter != null && rowAdapterLogs?.hasErrors() != true) {
/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. ...
/frameworks/base/config/
H A Dboot-image-profile.txt2919 HPLandroid/icu/text/IDNA$Info;->hasErrors()Z
[all...]

Completed in 123 milliseconds