/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThrowableTest.java | 86 throwable.addSuppressed(suppressedA); in testAddSuppressed() 89 throwable.addSuppressed(suppressedB); in testAddSuppressed() 96 throwable.addSuppressed(suppressedA); in testAddDuplicateSuppressed() 97 throwable.addSuppressed(suppressedA); in testAddDuplicateSuppressed() 98 throwable.addSuppressed(suppressedA); in testAddDuplicateSuppressed() 106 throwable.addSuppressed(suppressedA); in testGetSuppressedReturnsCopy() 107 throwable.addSuppressed(suppressedB); in testGetSuppressedReturnsCopy() 117 throwable.addSuppressed(new Throwable()); in testAddSuppressedWithSuppressionDisabled() 119 throwable.addSuppressed(new Throwable()); in testAddSuppressedWithSuppressionDisabled() 126 throwable.addSuppressed(throwable); in testAddSuppressedSelf() [all …]
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | PollSelectorImpl.java | 68 t.addSuppressed(ioe0); in PollSelectorImpl() 73 t.addSuppressed(ioe1); in PollSelectorImpl()
|
D | UnixAsynchronousSocketChannelImpl.java | 290 e.addSuppressed(suppressed); in finishConnect() 381 e.addSuppressed(suppressed); in implConnect()
|
D | UnixAsynchronousServerSocketChannelImpl.java | 263 x.addSuppressed(suppressed); in finishAccept()
|
D | FileChannelImpl.java | 586 e.addSuppressed(suppressed); in transferToTrustedChannel()
|
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/ |
D | CloseGuardSupport.java | 131 thrown.addSuppressed(allocationSite); in apply() 283 error.addSuppressed(unreleasedResourceAllocationSite);
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 194 x.addSuppressed(suppressed); in open()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Throwable.annotated.java | 68 public final synchronized void addSuppressed(@libcore.util.NonNull java.lang.Throwable exception) {… in addSuppressed() method in Throwable
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | CopyMoveHelper.java | 143 x.addSuppressed(suppressed); in copyToForeignTarget()
|
D | FileTreeWalker.java | 364 ioe.addSuppressed(e); in next()
|
D | Files.java | 3482 e.addSuppressed(ex); 3752 e.addSuppressed(ex);
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
D | XmlPullParserFactory.java | 194 exception.addSuppressed(ex); in newInstantiationException()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Throwable.java | 136 public final synchronized void addSuppressed(java.lang.Throwable exception) { in addSuppressed() method in Throwable
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | URLJarFile.java | 232 thr.addSuppressed(ioe); in retrieve()
|
/libcore/ojluni/src/main/java/java/io/ |
D | Console.java | 331 ioe.addSuppressed(x); in readPassword()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Streams.java | 858 e1.addSuppressed(e2); in composeWithExceptions() 887 e1.addSuppressed(e2);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | BaseDexClassLoader.java | 199 cnfe.addSuppressed(t); in findClass()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Throwable.java | 1083 public final synchronized void addSuppressed(Throwable exception) { in addSuppressed() method in Throwable
|
/libcore/ojluni/src/main/java/java/net/ |
D | URLClassLoader.java | 316 firstex.addSuppressed(error); in close()
|
D | Socket.java | 459 e.addSuppressed(ce); in Socket()
|
/libcore/luni/src/main/java/libcore/timezone/ |
D | TimeZoneFinder.java | 121 e.addSuppressed(lastException); in createInstanceWithFallback()
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS7.java | 177 pe.addSuppressed(ioe1); in parse()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | URLClassPath.java | 935 x.addSuppressed(ex);
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | RevocationChecker.java | 410 cause.addSuppressed(x);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DecimalFormatTest.java | 2589 combined.addSuppressed(failure); in throwFailures()
|