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

/frameworks/base/tools/aapt/
H A DSourcePos.h23 static bool hasErrors();
H A DResource.cpp275 bool hasErrors = false; local
293 hasErrors = true;
308 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
314 const sp<AaptFile>& file, volatile bool* hasErrors) :
315 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
336 volatile bool hasErrors = false; local
343 bundle, assets, it.getFile(), &hasErrors);
347 hasErrors = true;
355 hasErrors = true;
358 return (hasErrors || (re
313 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
366 bool hasErrors = false; local
980 bool hasErrors = false; local
1665 bool hasErrors = false; local
1902 bool hasErrors = false; local
[all...]
H A DResourceTable.cpp62 bool hasErrors = false; local
67 hasErrors = true;
73 hasErrors = true;
76 if (hasErrors) {
251 bool hasErrors;
260 , hasErrors(false)
267 if (added || hasErrors) {
277 hasErrors = true;
288 hasErrors = true;
326 attr.hasErrors
823 bool hasErrors = false; local
3277 bool hasErrors = false; local
[all...]
H A DSourcePos.cpp156 SourcePos::hasErrors() function in class:SourcePos
H A DXMLNode.cpp892 bool hasErrors = false;
906 hasErrors = true;
917 hasErrors = true;
920 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
926 bool hasErrors = false;
959 hasErrors = true;
967 hasErrors = true;
971 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
H A DCommand.cpp1951 if (SourcePos::hasErrors()) {
1957 if (SourcePos::hasErrors()) {
2056 if (SourcePos::hasErrors()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java972 if (!hasErrors()) {
988 if (!hasErrors()) {
999 if (!hasErrors()) {
1008 if (!hasErrors()) {
1140 final boolean hadErrors = hasErrors();
1166 if (hadErrors && !hasErrors() && printAttributesChanged()) {
1190 final boolean hadErrors = hasErrors();
1240 if (hadErrors && !hasErrors() && printAttributesChanged()) {
1919 if (hasErrors()) {
2280 && (TextUtils.isEmpty(mPageRangeEditText.getText()) || hasErrors()))
2341 private boolean hasErrors() { method in class:PrintJobConfigActivity.Editor
[all...]

Completed in 166 milliseconds