Home
last modified time | relevance | path

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

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DFaultHidingSink.java10 private boolean hasErrors; field in FaultHidingSink
17 if (hasErrors) { in write()
24 hasErrors = true; in write()
30 if (hasErrors) return; in flush()
34 hasErrors = true; in flush()
40 if (hasErrors) return; in close()
44 hasErrors = true; in close()
DDiskLruCache.java603 entry.currentEditor.hasErrors = true; // Prevent the edit from completing normally. in removeEntry()
829 private boolean hasErrors; field in Editor
882 hasErrors = true; in newSink()
895 if (hasErrors) {
/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
53 this.hasErrors = true; in registerError()
56 public boolean hasErrors() { in hasErrors() method in PlatformStatus
57 return this.hasErrors; in hasErrors()
DErrorTracker.java191 public boolean hasErrors(String id) { in hasErrors() method in ErrorTracker
192 return ((PlatformStatus) platforms.get(id)).hasErrors(); in hasErrors()
DEclipseTestResultsGeneratorNoMail.java82 if (aPlatform.hasErrors()) { in processDropRow()
DTestResultsGenerator.java689 if (platforms[i].hasErrors()) { in processPlatformDropRows()
731 if (aPlatform.hasErrors()) { in processDropRow()
/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
45 if (this.hasErrors) return; in startElement()
49 this.hasErrors = value != null && !value.equals("0"); in startElement()
52 public boolean hasErrors() { in hasErrors() method in CompileErrorCheck.CompilerErrorCheckerHandler
53 return this.hasErrors; in hasErrors()
183 if (compilerErrorCheckerHandler.hasErrors()) { in parse()
/external/clang/lib/Serialization/
DGeneratePCH.cpp47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
48 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors); in HandleTranslationUnit()
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUTS46Test.java47 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI()
63 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI()
81 info.hasErrors() in TestNotSTD3()
95 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java43 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI()
59 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI()
77 info.hasErrors() in TestNotSTD3()
91 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3()
/external/guice/core/src/com/google/inject/internal/
DFailableCache.java41 return errors.hasErrors() ? errors : result;
DErrors.java462 if (!hasErrors()) { in throwCreationExceptionIfErrorsExist()
470 if (!hasErrors()) { in throwConfigurationExceptionIfErrorsExist()
478 if (!hasErrors()) { in throwProvisionExceptionIfErrorsExist()
530 public boolean hasErrors() { in hasErrors() method in Errors
/external/icu/icu4c/source/common/unicode/
Didna.h278 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/external/icu/icu4c/source/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/
DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
331 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues()
555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
DInternals.h37 bool hasErrors() const;
/external/clang/include/clang/Frontend/
DUtils.h137 bool hasErrors() { return HasErrors; } in hasErrors() function
/external/icu/android_icu4j/src/main/java/android/icu/text/
DIDNA.java218 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java232 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java346 if (errors.hasErrors()) { in forStaticMethodsAndFields()
381 if (errors.hasErrors()) { in forInstanceMethodsAndFields()
/external/clang/lib/Frontend/
DASTUnit.cpp2491 bool hasErrors, in serializeUnit() argument
2493 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors); in serializeUnit()
2503 bool hasErrors = getDiagnostics().hasErrorOccurred(); in serialize() local
2507 getSema(), hasErrors, OS); in serialize()
2512 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
/external/clang/include/clang/Serialization/
DASTWriter.h613 bool hasErrors = false);
/external/testng/src/main/java/org/testng/internal/
DInvoker.java1082 if (bag.hasErrors()) { in invokeTestMethods()
1733 public boolean hasErrors() { in hasErrors() method in Invoker.ParameterBag
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java358 if(errors.hasErrors()) { in FactoryProvider2()

12