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

/frameworks/base/tools/aapt/
H A DSourcePos.h26 static bool hasErrors();
H A DResource.cpp296 bool hasErrors = false; local
314 hasErrors = true;
329 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
335 const sp<AaptFile>& file, volatile bool* hasErrors) :
336 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
357 volatile bool hasErrors = false; local
364 bundle, assets, it.getFile(), &hasErrors);
368 hasErrors = true;
376 hasErrors = true;
379 return (hasErrors || (re
334 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
1221 bool hasErrors = false; local
2061 bool hasErrors = false; local
2139 bool hasErrors = false; local
2369 bool hasErrors = false; local
[all...]
H A DResourceTable.cpp74 bool hasErrors = false; local
79 hasErrors = true;
85 hasErrors = true;
88 if (hasErrors) {
267 bool hasErrors;
276 , hasErrors(false)
283 if (added || hasErrors) {
293 hasErrors = true;
304 hasErrors = true;
342 attr.hasErrors
830 bool hasErrors = false; local
3528 bool hasErrors = false; local
[all...]
H A DSourcePos.cpp150 SourcePos::hasErrors() function in class:SourcePos
H A DXMLNode.cpp952 bool hasErrors = false;
966 hasErrors = true;
977 hasErrors = true;
980 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
986 bool hasErrors = false;
1019 hasErrors = true;
1027 hasErrors = true;
1031 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
H A DCommand.cpp2364 if (SourcePos::hasErrors()) {
2370 if (SourcePos::hasErrors()) {
2485 if (SourcePos::hasErrors()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java392 && !hasErrors()) {
562 return !hasErrors();
1422 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors()))
1424 && (mPrintedDocument.getDocumentInfo() == null || hasErrors()))) {
1493 if (hasErrors()) {
1551 private boolean hasErrors() { method in class:PrintActivity
1585 if (hasErrors()) {
2230 final boolean hadErrors = hasErrors();
2273 if (hadErrors && !hasErrors()) {
2292 final boolean hadErrors = hasErrors();
[all...]

Completed in 187 milliseconds