/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
H A D | FaultHidingSink.java | 10 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 D | DiskLruCache.java | 603 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 D | PlatformStatus.java | 25 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 D | EclipseTestResultsGeneratorNoMail.java | 82 if (aPlatform.hasErrors()) {
|
H A D | ErrorTracker.java | 191 public boolean hasErrors(String id) { method in class:ErrorTracker 192 return ((PlatformStatus) platforms.get(id)).hasErrors();
|
H A D | TestResultsGenerator.java | 689 if (platforms[i].hasErrors()) { 731 if (aPlatform.hasErrors()) {
|
/external/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 47 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 D | CompileErrorCheck.java | 41 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 D | FailableCache.java | 41 return errors.hasErrors() ? errors : result;
|
H A D | Errors.java | 462 if (!hasErrors()) { 470 if (!hasErrors()) { 478 if (!hasErrors()) { 530 public boolean hasErrors() { method in class:Errors
|
/external/guice/lib/build/ |
H A D | munge.jar | FindCommentStartTest.class FindCommentStartTest.java package public FindCommentStartTest extends junit.framework.TestCase {
public void " href="/ ... |
/external/icu/icu4c/source/common/unicode/ |
H A D | idna.h | 94 * 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 D | OptsParser.java | 593 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 D | Utils.h | 137 bool hasErrors() { return HasErrors; } function in class:clang::ModuleDependencyCollector
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 47 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 D | UTS46Test.java | 43 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 D | buildTools.jar | META-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ... |
/external/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 84 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList 331 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); 555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
|
H A D | Internals.h | 37 bool hasErrors() const;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | IDNA.java | 149 * 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 D | IDNA.java | 156 * 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 D | InjectionPoint.java | 346 if (errors.hasErrors()) { 381 if (errors.hasErrors()) {
|
/external/icu/icu4c/source/test/intltest/ |
H A D | uts46test.cpp | 116 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) { 214 info.hasErrors() 229 if(result!=input || info.hasErrors()) {
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2491 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 D | ASTWriter.h | 613 bool hasErrors = false);
|