Home
last modified time | relevance | path

Searched defs:suppressed (Results 1 – 25 of 28) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DWithContextExceptionHandlingTest.kt34 val suppressed = e.suppressed in <lambda>() constant
50 val suppressed = e.suppressed in <lambda>() constant
66 val suppressed = e.suppressed in <lambda>() constant
82 val suppressed = e.suppressed in <lambda>() constant
131 val suppressed = e.suppressed in <lambda>() constant
DJobNestedExceptionsTest.kt114 val suppressed = exception.suppressed in testChildThrowsDuringCompletion() constant
DJobExceptionHandlingTest.kt236 val suppressed = exception.suppressed in <lambda>() constant
273 val suppressed = exception.suppressed in <lambda>() constant
DExceptions.kt18 val Throwable.suppressed: Array<Throwable> get() { constant
DWithContextCancellationStressTest.kt97 val suppressed: Array<Throwable> = suppressed in Throwable() constant
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtensionTest.java199 FileNotFoundException suppressed = new FileNotFoundException(); in testLightweightStackTraceRecorder() local
211 FileNotFoundException suppressed = new FileNotFoundException(); in testMimicDesugaringStrategy() local
230 FileNotFoundException suppressed = new FileNotFoundException(); in testThrowableExtensionWithMimicDesugaringStrategy() local
288 FileNotFoundException suppressed = new FileNotFoundException(); in testNullDesugaringStrategy() local
311 FileNotFoundException suppressed = new FileNotFoundException(); in testThrowableExtensionWithNullDesugaringStrategy() local
336 FileNotFoundException suppressed = new FileNotFoundException(); in testReuseDesugaringStrategy() local
357 FileNotFoundException suppressed = new FileNotFoundException(); in testThrowableExtensionWithReuseDesugaringStrategy() local
DConcurrentWeakIdentityHashMapTest.java107 Exception suppressed = new ExceptionWithLatch("suppressed-" + j + "-main-" + i, latch); in createExceptionWithSuppressed() local
221 final Throwable suppressed; field in ConcurrentWeakIdentityHashMapTest.Pair
223 public Pair(Throwable throwable, Throwable suppressed) { in Pair()
256 List<Throwable> suppressed = map.get(pair.throwable, true); in run() local
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DDesugarTryWithResourcesFunctionalTest.java37 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(false); in testCheckSuppressedExceptionsReturningEmptySuppressedExceptions() local
57 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(true); in testCheckSuppressedExceptionReturningOneSuppressedException() local
DTryWithResourcesRewriterTest.java88 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(false); in testCheckSuppressedExceptionsReturningEmptySuppressedExceptions() local
92 Throwable[] suppressed = in testCheckSuppressedExceptionsReturningEmptySuppressedExceptions() local
132 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(true); in testCheckSuppressedExceptionReturningOneSuppressedException() local
136 Throwable[] suppressed = in testCheckSuppressedExceptionReturningOneSuppressedException() local
/external/guava/android/guava/src/com/google/common/io/
DCloser.java237 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); in suppress()
247 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
278 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
/external/guava/guava/src/com/google/common/io/
DCloser.java237 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); in suppress()
247 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
278 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtension.java83 public static void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
182 public abstract void addSuppressed(Throwable receiver, Throwable suppressed); in addSuppressed()
197 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
233 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
388 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java343 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(getSuppressed(thrownException)); in testSuppressingSuppressorIfPossible() local
346 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressorIfPossible() local
378 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
387 private final Throwable suppressed; field in CloserTest.Suppression
389 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
DCharSourceTest.java326 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local
334 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local
343 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
DByteSourceTest.java433 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local
441 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local
450 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java343 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(getSuppressed(thrownException)); in testSuppressingSuppressorIfPossible() local
346 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressorIfPossible() local
378 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
387 private final Throwable suppressed; field in CloserTest.Suppression
389 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
DCharSourceTest.java296 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local
304 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local
313 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
DByteSourceTest.java433 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local
441 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local
450 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteException.java53 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DRouteException.java55 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()
/external/libchrome/base/third_party/valgrind/
Dmemcheck.h203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
/external/junit/src/main/java/org/junit/internal/
DThrowables.java123 Throwable[] suppressed = (Throwable[]) getSuppressed.invoke(exception); in hasSuppressed() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp56 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()
524 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc53 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()
520 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport() local
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp59 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()

12