| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ | 
| D | WithContextExceptionHandlingTest.kt | 34             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
  | 
| D | JobNestedExceptionsTest.kt | 114         val suppressed = exception.suppressed  in testChildThrowsDuringCompletion()  constant
  | 
| D | JobExceptionHandlingTest.kt | 236         val suppressed = exception.suppressed  in <lambda>()  constant 273         val suppressed = exception.suppressed  in <lambda>()  constant
  | 
| /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/ | 
| D | ThrowableExtensionTest.java | 199     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
  | 
| D | ConcurrentWeakIdentityHashMapTest.java | 107         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/ | 
| D | DesugarTryWithResourcesFunctionalTest.java | 37     Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(false);  in testCheckSuppressedExceptionsReturningEmptySuppressedExceptions()  local 57     Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(true);  in testCheckSuppressedExceptionReturningOneSuppressedException()  local
  | 
| D | TryWithResourcesRewriterTest.java | 88       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/guava/src/com/google/common/io/ | 
| D | Closer.java | 242     void suppress(Closeable closeable, Throwable thrown, Throwable suppressed);  in suppress() 252     public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) {  in suppress() 283     public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) {  in suppress()
  | 
| /external/guava/android/guava/src/com/google/common/io/ | 
| D | Closer.java | 242     void suppress(Closeable closeable, Throwable thrown, Throwable suppressed);  in suppress() 252     public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) {  in suppress() 283     public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) {  in suppress()
  | 
| /external/desugar/java/com/google/devtools/build/android/desugar/runtime/ | 
| D | ThrowableExtension.java | 83   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/android/guava-tests/test/com/google/common/io/ | 
| D | CloserTest.java | 343     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()
  | 
| D | CharSourceTest.java | 297         int suppressed = runSuppressionFailureTest(in, newNormalCharSink());  in testCopyExceptions()  local 305         int suppressed = runSuppressionFailureTest(newNormalCharSource(), out);  in testCopyExceptions()  local 314           int suppressed = runSuppressionFailureTest(in, out);  in testCopyExceptions()  local
  | 
| D | ByteSourceTest.java | 434         int suppressed = runSuppressionFailureTest(in, newNormalByteSink());  in testCopyExceptions()  local 442         int suppressed = runSuppressionFailureTest(newNormalByteSource(), out);  in testCopyExceptions()  local 451           int suppressed = runSuppressionFailureTest(in, out);  in testCopyExceptions()  local
  | 
| /external/guava/guava-tests/test/com/google/common/io/ | 
| D | CloserTest.java | 343     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()
  | 
| D | CharSourceTest.java | 327         int suppressed = runSuppressionFailureTest(in, newNormalCharSink());  in testCopyExceptions()  local 335         int suppressed = runSuppressionFailureTest(newNormalCharSource(), out);  in testCopyExceptions()  local 344           int suppressed = runSuppressionFailureTest(in, out);  in testCopyExceptions()  local
  | 
| D | ByteSourceTest.java | 434         int suppressed = runSuppressionFailureTest(in, newNormalByteSink());  in testCopyExceptions()  local 442         int suppressed = runSuppressionFailureTest(newNormalByteSource(), out);  in testCopyExceptions()  local 451           int suppressed = runSuppressionFailureTest(in, out);  in testCopyExceptions()  local
  | 
| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ | 
| D | RunTestTest.kt | 170             val suppressed = unwrap(e).suppressedExceptions  in <lambda>()  constant 211             val suppressed = unwrap(e).suppressedExceptions  in <lambda>()  constant 367             val suppressed = e.suppressedExceptions +  in <lambda>()  constant
  | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/ | 
| D | ConcurrentExceptionsStressTest.kt | 51         val suppressed = cause.suppressed  in <lambda>()  constant
  | 
| D | ConcurrentTestUtilities.common.kt | 10 expect val Throwable.suppressed: Array<Throwable>  constant
  | 
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ | 
| D | RouteException.java | 55   private void addSuppressedIfPossible(IOException e, IOException suppressed) {  in addSuppressedIfPossible()
  | 
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ | 
| D | RouteException.java | 53   private void addSuppressedIfPossible(IOException e, IOException suppressed) {  in addSuppressedIfPossible()
  | 
| /external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ | 
| D | RunTestLegacyScopeTest.kt | 96             val suppressed = unwrap(e).suppressedExceptions  in <lambda>()  constant 243             val suppressed = e.suppressedExceptions +  in <lambda>()  constant
  | 
| /external/cronet/base/third_party/valgrind/ | 
| D | memcheck.h | 203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed)     \  argument 225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \  argument
  | 
| /external/libchrome/base/third_party/valgrind/ | 
| D | memcheck.h | 203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed)     \  argument 225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \  argument
  | 
| /external/apache-commons-io/src/test/java/org/apache/commons/io/input/ | 
| D | BrokenInputStreamTest.java | 79         final Throwable[] suppressed = thrown.getSuppressed();  in testTryWithResources()  local
  |