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

/frameworks/base/tools/aapt/
H A DSourcePos.h23 static bool hasErrors();
H A DResource.cpp274 bool hasErrors = false; local
292 hasErrors = true;
307 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
313 const sp<AaptFile>& file, volatile bool* hasErrors) :
314 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
335 volatile bool hasErrors = false; local
342 bundle, assets, it.getFile(), &hasErrors);
346 hasErrors = true;
354 hasErrors = true;
357 return (hasErrors || (re
312 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
365 bool hasErrors = false; local
976 bool hasErrors = false; local
1613 bool hasErrors = false; local
1862 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
791 bool hasErrors = false; local
3216 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.cpp1710 if (SourcePos::hasErrors()) {
1716 if (SourcePos::hasErrors()) {
1815 if (SourcePos::hasErrors()) {

Completed in 240 milliseconds