/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/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/ |
D | FaultHidingSink.java | 11 private boolean hasErrors; field in FaultHidingSink 18 if (hasErrors) { in write() 25 hasErrors = true; in write() 31 if (hasErrors) return; in flush() 35 hasErrors = true; in flush() 41 if (hasErrors) return; in close() 45 hasErrors = true; in close()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local 47 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit() 55 assert(hasErrors && "emitting module but current module doesn't exist"); in HandleTranslationUnit()
|
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local 48 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 56 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI() 72 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI() 91 info.hasErrors() in TestNotSTD3() 105 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3() 841 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult() 844 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | UTS46Test.java | 59 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI() 75 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI() 94 info.hasErrors() in TestNotSTD3() 108 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3() 844 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult() 847 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
|
/external/guice/core/src/com/google/inject/internal/ |
D | Errors.java | 539 if (!hasErrors()) { in throwCreationExceptionIfErrorsExist() 547 if (!hasErrors()) { in throwConfigurationExceptionIfErrorsExist() 556 if (!hasErrors()) { in throwProvisionExceptionIfErrorsExist() 607 public boolean hasErrors() { in hasErrors() method in Errors
|
D | FailableCache.java | 44 return errors.hasErrors() ? errors : result;
|
/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/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/libicu/cts_headers/unicode/ |
D | idna.h | 282 UBool hasErrors() const { return errors!=0; } in hasErrors() function
|
/external/icu/icu4c/source/common/unicode/ |
D | idna.h | 282 UBool hasErrors() const { return errors!=0; } in hasErrors() function
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/java/org/tensorflow/lite/nnapi/ |
D | NnApiDelegate.java | 202 public boolean hasErrors() { in hasErrors() method in NnApiDelegate
|
/external/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 135 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) { in TestAPI() 233 info.hasErrors() in TestNotSTD3() 248 if(result!=input || info.hasErrors()) { in TestNotSTD3() 1057 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult() 1059 type, status, expectedHasErrors, info.hasErrors(), (long)info.getErrors(), line); in checkIdnaTestResult()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList 331 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues() 557 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
|
D | Internals.h | 38 bool hasErrors() const;
|
/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/llvm-project/clang/include/clang/Frontend/ |
D | Utils.h | 176 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/nnapi/ |
D | NnApiDelegateTest.java | 111 assertThat(delegate.hasErrors()).isFalse(); in testGetNnApiErrnoReturnsZeroIfNoNnapiCallFailed()
|
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/ |
D | MemoizeExtension.java | 148 private boolean hasErrors; field in MemoizeExtension.Generator 180 if (hasErrors) { in generate() 472 hasErrors = true; in printMessage()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 144 bool hasErrors() { return HasErrors; } in hasErrors() function
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 356 if (DC.Log.hasErrors()) in ScopDetection() 426 if (!Log || !Log->hasErrors()) in regionIsInvalidBecause() 1408 if (!Context.Log.hasErrors()) { in expandRegion() 1412 if (!allBlocksValid(Context) || Context.Log.hasErrors()) { in expandRegion() 1511 bool HadErrors = lookupRejectionLog(CurrentRegion)->hasErrors(); in findScops() 1709 if (DC.Log.hasErrors()) in emitMissedRemarks()
|
/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
|