Home
last modified time | relevance | path

Searched defs:hasErrors (Results 1 – 14 of 14) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DPlatformStatus.java25 private boolean hasErrors = false; field in PlatformStatus
56 public boolean hasErrors() { in hasErrors() method in PlatformStatus
DErrorTracker.java191 public boolean hasErrors(String id) { in hasErrors() method in ErrorTracker
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DCompileErrorCheck.java41 boolean hasErrors = false; field in CompileErrorCheck.CompilerErrorCheckerHandler
52 public boolean hasErrors() { in hasErrors() method in CompileErrorCheck.CompilerErrorCheckerHandler
/external/clang/lib/Serialization/
DGeneratePCH.cpp47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
DASTWriter.cpp3966 bool hasErrors) { in WriteAST()
DASTReader.cpp2320 bool hasErrors = Record[5]; in ReadControlBlock() local
/external/icu/icu4c/source/common/unicode/
Didna.h278 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/external/chromium_org/third_party/icu/source/common/unicode/
Didna.h278 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/external/clang/include/clang/Frontend/
DUtils.h136 bool hasErrors() { return HasErrors; } in hasErrors() function
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dcompile_frontend.py99 def hasErrors(output): function
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java720 private boolean hasErrors; field in DiskLruCache.Editor
/external/clang/lib/ARCMigrate/
DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java736 boolean hasErrors () in hasErrors() method in OptsParser.Opts
/external/clang/lib/Frontend/
DASTUnit.cpp2510 bool hasErrors, in serializeUnit()
2522 bool hasErrors = getDiagnostics().hasErrorOccurred(); in serialize() local