HomeSort by relevance Sort by last modified time
    Searched refs:hasErrors (Results 1 - 15 of 15) sorted by null

  /frameworks/base/tools/aapt/
SourcePos.h 23 static bool hasErrors();
Resource.cpp 269 bool hasErrors = false;
287 hasErrors = true;
302 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
308 bool hasErrors = false;
317 hasErrors = true;
321 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
329 bool hasErrors = false;
334 hasErrors = true;
338 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
    [all...]
ResourceTable.cpp 61 bool hasErrors = false;
66 hasErrors = true;
72 hasErrors = true;
75 if (hasErrors) {
250 bool hasErrors;
259 , hasErrors(false)
266 if (added || hasErrors) {
276 hasErrors = true;
287 hasErrors = true;
325 attr.hasErrors = true
    [all...]
SourcePos.cpp 156 SourcePos::hasErrors()
XMLNode.cpp 891 bool hasErrors = false;
905 hasErrors = true;
916 hasErrors = true;
919 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
925 bool hasErrors = false;
958 hasErrors = true;
966 hasErrors = true;
970 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
    [all...]
Command.cpp     [all...]
  /external/icu4c/common/unicode/
idna.h 88 * If any processing step fails, then info.hasErrors() will be TRUE and
112 * If any processing step fails, then info.hasErrors() will be TRUE.
134 * If any processing step fails, then info.hasErrors() will be TRUE and
158 * If any processing step fails, then info.hasErrors() will be TRUE.
276 UBool hasErrors() const { return errors!=0; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 164 boolean hasErrors = false;
175 hasErrors = true;
182 assertFalse(failureBuilder.toString(), hasErrors);
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 630 private boolean hasErrors;
695 if (hasErrors) {
720 hasErrors = true;
728 hasErrors = true;
736 hasErrors = true;
744 hasErrors = true;
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 593 if (hasErrors ())
604 if (hasErrors ())
612 if (hasErrors ()) return null;
627 if (hasErrors ()) return null;
645 if (hasErrors ())
736 boolean hasErrors ()
743 if (! hasErrors ()) return "<no errors>";
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 34 bool hasErrors() const;
ARCMT.cpp 81 bool CapturedDiagList::hasErrors() const {
303 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
  /external/icu4c/test/intltest/
uts46test.cpp 116 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
214 info.hasErrors()
229 if(result!=input || info.hasErrors()) {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 

Completed in 277 milliseconds