Searched refs:hasErrors (Results 1 - 25 of 50) 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.java603 entry.currentEditor.hasErrors = true; // Prevent the edit from completing normally.
829 private boolean hasErrors; field in class:DiskLruCache.Editor
882 hasErrors = true;
895 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)
54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
/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/guice/core/src/com/google/inject/internal/
H A DFailableCache.java41 return errors.hasErrors() ? errors : result;
H A DErrors.java462 if (!hasErrors()) {
470 if (!hasErrors()) {
478 if (!hasErrors()) {
530 public boolean hasErrors() { method in class:Errors
/external/guice/lib/build/
H A Dmunge.jarFindCommentStartTest.class FindCommentStartTest.java package public FindCommentStartTest extends junit.framework.TestCase { public void " href="/ ...
/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.h137 bool hasErrors() { return HasErrors; } function in class:clang::ModuleDependencyCollector
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUTS46Test.java47 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
63 if(info.hasErrors() || !resultString.equals("fass.de")) {
81 info.hasErrors()
95 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
/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
331 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
H A DInternals.h37 bool hasErrors() const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DIDNA.java149 * If any processing step fails, then info.hasErrors() will be true and
163 * If any processing step fails, then info.hasErrors() will be true.
175 * If any processing step fails, then info.hasErrors() will be true and
189 * If any processing step fails, then info.hasErrors() will be true.
218 public boolean hasErrors() { return !errors.isEmpty(); } method in class:IDNA.Info
/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/guice/core/src/com/google/inject/spi/
H A DInjectionPoint.java346 if (errors.hasErrors()) {
381 if (errors.hasErrors()) {
/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.cpp2491 bool hasErrors,
2493 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors);
2503 bool hasErrors = getDiagnostics().hasErrorOccurred(); local
2507 getSema(), hasErrors, OS);
2512 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
2488 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
/external/clang/include/clang/Serialization/
H A DASTWriter.h613 bool hasErrors = false);

Completed in 1150 milliseconds

12