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

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DPlatformStatus.java25 private boolean hasErrors = false; field in class:PlatformStatus
53 this.hasErrors = true;
56 public boolean hasErrors() { method in class:PlatformStatus
57 return this.hasErrors;
H A DEclipseTestResultsGeneratorNoMail.java82 if (aPlatform.hasErrors()) {
H A DErrorTracker.java191 public boolean hasErrors(String id) { method in class:ErrorTracker
192 return ((PlatformStatus) platforms.get(id)).hasErrors();
H A DTestResultsGenerator.java689 if (platforms[i].hasErrors()) {
731 if (aPlatform.hasErrors()) {
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
48 if (hasErrors && !AllowASTWithErrors)
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
H A DASTReader.cpp1862 bool hasErrors = Record[5];
1863 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
H A DASTWriter.cpp3782 bool hasErrors) {
3785 ASTHasCompilerErrors = hasErrors;
3779 WriteAST(Sema &SemaRef, const std::string &OutputFile, Module *WritingModule, StringRef isysroot, bool hasErrors) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCompileErrorCheck.java41 boolean hasErrors = false; field in class:CompileErrorCheck.CompilerErrorCheckerHandler
45 if (this.hasErrors) return;
49 this.hasErrors = value != null && !value.equals("0");
52 public boolean hasErrors() { method in class:CompileErrorCheck.CompilerErrorCheckerHandler
53 return this.hasErrors;
183 if (compilerErrorCheckerHandler.hasErrors()) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h88 * 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; } function in class:IDNAInfo
/external/icu4c/common/unicode/
H A Didna.h94 * If any processing step fails, then info.hasErrors() will be TRUE and
118 * If any processing step fails, then info.hasErrors() will be TRUE.
140 * If any processing step fails, then info.hasErrors() will be TRUE and
164 * If any processing step fails, then info.hasErrors() will be TRUE.
278 UBool hasErrors() const { return errors!=0; } function in class:IDNAInfo
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java720 private boolean hasErrors; field in class:DiskLruCache.Editor
806 if (hasErrors) {
841 hasErrors = true;
849 hasErrors = true;
857 hasErrors = true;
865 hasErrors = true;
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java593 if (hasErrors ())
604 if (hasErrors ())
612 if (hasErrors ()) return null;
627 if (hasErrors ()) return null;
645 if (hasErrors ())
736 boolean hasErrors () method in class:OptsParser.Opts
743 if (! hasErrors ()) return "<no errors>";
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList
273 bool hadARCErrors = capturedDiags.hasErrors();
335 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
603 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
H A DInternals.h37 bool hasErrors() const;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dhistory.js83 if (errors.hasErrors()) {
H A Dui.js224 hasErrors: function()
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp116 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
214 info.hasErrors()
229 if(result!=input || info.hasErrors()) {
/external/icu4c/test/intltest/
H A Duts46test.cpp117 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
215 info.hasErrors()
230 if(result!=input || info.hasErrors()) {
/external/clang/lib/Frontend/
H A DASTUnit.cpp2555 bool hasErrors,
2557 Writer.WriteAST(S, std::string(), 0, "", hasErrors);
2567 bool hasErrors = getDiagnostics().hasErrorOccurred(); local
2571 getSema(), hasErrors, OS);
2576 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
2552 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
/external/clang/include/clang/Serialization/
H A DASTWriter.h501 bool hasErrors = false);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 6630 milliseconds

12