Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java593 if (hasErrors ()) in error()
604 if (hasErrors ()) in getFreeArgs()
612 if (hasErrors ()) return null; in getOpts()
627 if (hasErrors ()) return null; in getOpts()
645 if (hasErrors ()) in hasArg()
736 boolean hasErrors () in hasErrors() method in OptsParser.Opts
743 if (! hasErrors ()) return "<no errors>"; in errorsToString()
/external/icu4c/common/unicode/
Didna.h276 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/external/icu4c/test/intltest/
Duts46test.cpp116 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) { in TestAPI()
214 info.hasErrors() in TestNotSTD3()
229 if(result!=input || info.hasErrors()) { in TestNotSTD3()
/external/clang/lib/ARCMigrate/
DInternals.h34 bool hasErrors() const;
DARCMT.cpp83 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
298 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues()