/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()
|
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local 48 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
|
D | ASTReader.cpp | 2307 bool hasErrors = Record[6]; in ReadControlBlock() local 2308 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock() 2312 if (hasErrors) { in ReadControlBlock()
|
D | ASTWriter.cpp | 4115 bool hasErrors) { in WriteAST() argument 4118 ASTHasCompilerErrors = hasErrors; in WriteAST()
|
/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 | 45 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI() 61 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI() 80 info.hasErrors() in TestNotSTD3() 94 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | UTS46Test.java | 46 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI() 62 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/guice/core/src/com/google/inject/internal/ |
D | FailableCache.java | 41 return errors.hasErrors() ? errors : result;
|
D | Errors.java | 462 if (!hasErrors()) { in throwCreationExceptionIfErrorsExist() 470 if (!hasErrors()) { in throwConfigurationExceptionIfErrorsExist() 478 if (!hasErrors()) { in throwProvisionExceptionIfErrorsExist() 530 public boolean hasErrors() { in hasErrors() method in Errors
|
D | InjectorImpl.java | 279 if (failedJitBindings.contains(key) && errors.hasErrors()) { in getJustInTimeBinding()
|
/external/objenesis/tck/src/main/java/org/objenesis/tck/ |
D | Main.java | 74 if(reporter.hasErrors()) { in main()
|
D | TextReporter.java | 232 public boolean hasErrors() { in hasErrors() method in TextReporter
|
/external/icu/icu4c/source/common/unicode/ |
D | idna.h | 280 UBool hasErrors() const { return errors!=0; } in hasErrors() function
|
/external/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 118 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) { in TestAPI() 216 info.hasErrors() in TestNotSTD3() 231 if(result!=input || info.hasErrors()) { in TestNotSTD3()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 85 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList 332 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues() 556 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
|
D | Internals.h | 37 bool hasErrors() const;
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 144 bool hasErrors() { return HasErrors; } in hasErrors() function
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | IDNA.java | 220 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | IDNA.java | 234 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 346 if (errors.hasErrors()) { in forStaticMethodsAndFields() 381 if (errors.hasErrors()) { in forInstanceMethodsAndFields()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2500 bool hasErrors, in serializeUnit() argument 2502 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors); in serializeUnit() 2513 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local 2517 getSema(), hasErrors, OS); in serialize() 2522 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Invoker.java | 1082 if (bag.hasErrors()) { in invokeTestMethods() 1733 public boolean hasErrors() { in hasErrors() method in Invoker.ParameterBag
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 527 bool hasErrors = false);
|
/external/v8/src/inspector/ |
D | injected-script.cc | 154 if (errors.hasErrors()) return Response::Error(errors.errors()); in getProperties()
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider2.java | 358 if(errors.hasErrors()) { in FactoryProvider2()
|