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

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DFaultHidingSink.java10 private boolean hasErrors; field in class:FaultHidingSink
17 if (hasErrors) {
24 hasErrors = true;
30 if (hasErrors) return;
34 hasErrors = true;
40 if (hasErrors) return;
44 hasErrors = true;
H A DDiskLruCache.java604 entry.currentEditor.hasErrors = true; // Prevent the edit from completing normally.
830 private boolean hasErrors; field in class:DiskLruCache.Editor
883 hasErrors = true;
896 if (hasErrors) {
/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 DASTWriter.cpp4240 bool hasErrors) {
4243 ASTHasCompilerErrors = hasErrors;
H A DASTReader.cpp2406 bool hasErrors = Record[5];
2407 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
/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/icu/icu4c/source/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/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/include/clang/Frontend/
H A DUtils.h136 bool hasErrors() { return HasErrors; } function in class:clang::ModuleDependencyCollector
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java43 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
59 if(info.hasErrors() || !resultString.equals("fass.de")) {
77 info.hasErrors()
91 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
/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/clang/lib/ARCMigrate/
H A DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList
326 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
547 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
H A DInternals.h37 bool hasErrors() const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java156 * If any processing step fails, then info.hasErrors() will be true and
171 * If any processing step fails, then info.hasErrors() will be true.
184 * If any processing step fails, then info.hasErrors() will be true and
199 * If any processing step fails, then info.hasErrors() will be true.
232 public boolean hasErrors() { return !errors.isEmpty(); } method in class:IDNA.Info
/external/icu/icu4c/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/clang/lib/Frontend/
H A DASTUnit.cpp2461 bool hasErrors,
2463 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors);
2473 bool hasErrors = getDiagnostics().hasErrorOccurred(); local
2477 getSema(), hasErrors, OS);
2482 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
2458 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
/external/clang/include/clang/Serialization/
H A DASTWriter.h580 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 686 milliseconds

12