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.cpp250 bool hasErrors = false; local
268 hasErrors = true;
283 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
292 bool hasErrors = false; local
297 hasErrors = true;
301 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
309 bool hasErrors = false; local
314 hasErrors = true;
318 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
835 bool hasErrors local
1414 bool hasErrors = false; local
[all...]
H A DResourceTable.cpp60 bool hasErrors = false; local
65 hasErrors = true;
71 hasErrors = true;
74 if (hasErrors) {
249 bool hasErrors;
258 , hasErrors(false)
265 if (added || hasErrors) {
275 hasErrors = true;
286 hasErrors = true;
324 attr.hasErrors
788 bool hasErrors = false; local
3173 bool hasErrors = false; local
[all...]
H A DSourcePos.cpp156 SourcePos::hasErrors() function in class:SourcePos
H A DXMLNode.cpp879 bool hasErrors = false;
893 hasErrors = true;
904 hasErrors = true;
907 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
913 bool hasErrors = false;
946 hasErrors = true;
954 hasErrors = true;
958 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
H A DCommand.cpp1409 if (SourcePos::hasErrors()) {
1452 if (SourcePos::hasErrors()) {

Completed in 54 milliseconds