/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | FaultHidingSink.java | 10 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()
|
D | DiskLruCache.java | 604 entry.currentEditor.hasErrors = true; // Prevent the edit from completing normally. in removeEntry() 830 private boolean hasErrors; field in Editor 883 hasErrors = true; in newSink() 896 if (hasErrors) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | PlatformStatus.java | 25 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()
|
D | ErrorTracker.java | 191 public boolean hasErrors(String id) { in hasErrors() method in ErrorTracker 192 return ((PlatformStatus) platforms.get(id)).hasErrors(); in hasErrors()
|
D | EclipseTestResultsGeneratorNoMail.java | 82 if (aPlatform.hasErrors()) { in processDropRow()
|
D | TestResultsGenerator.java | 689 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/ |
D | CompileErrorCheck.java | 41 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/ |
D | GeneratePCH.cpp | 47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local 48 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit() 53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors); in HandleTranslationUnit()
|
D | ASTWriter.cpp | 4240 bool hasErrors) { in WriteAST() argument 4243 ASTHasCompilerErrors = hasErrors; in WriteAST()
|
D | ASTReader.cpp | 2406 bool hasErrors = Record[5]; in ReadControlBlock() local 2407 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock()
|
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 593 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 43 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
D | buildTools.jar | META-INF/MANIFEST.MF
org/eclipse/releng/Mailer.class
Mailer.java
... |
/external/icu/icu4c/source/common/unicode/ |
D | idna.h | 278 UBool hasErrors() const { return errors!=0; } in hasErrors() function
|
/external/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 116 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/ |
D | ARCMT.cpp | 84 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList 326 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues() 547 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
|
D | Internals.h | 37 bool hasErrors() const;
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 136 bool hasErrors() { return HasErrors; } in hasErrors() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | IDNA.java | 232 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2461 bool hasErrors, in serializeUnit() argument 2463 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors); in serializeUnit() 2473 bool hasErrors = getDiagnostics().hasErrorOccurred(); in serialize() local 2477 getSema(), hasErrors, OS); in serialize() 2482 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 580 bool hasErrors = false);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.debug.core_3.6.0.v20100519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |