/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 …]
|
D | RuntimeExceptionTest.java | 58 exception.addSuppressed(new Exception("suppressed exception")); in whenSuppressionDisabled_addSuppressHasNoEffect() 70 error.addSuppressed(suppressed); in whenSuppressionEnabled_addsSuppressed()
|
D | ErrorTest.java | 57 error.addSuppressed(new Exception("suppressed exception")); in whenSuppressionDisabled_addSuppressHasNoEffect() 69 error.addSuppressed(suppressed); in whenSuppressionEnabled_addsSuppressed()
|
/libcore/ojluni/src/main/java/java/io/ |
D | FilterOutputStream.java | 196 flushException.addSuppressed(closeException); in close() 201 closeException.addSuppressed(flushException); in close()
|
D | Console.java | 337 ioe.addSuppressed(x); in readPassword()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | PollSelectorImpl.java | 68 t.addSuppressed(ioe0); in PollSelectorImpl() 73 t.addSuppressed(ioe1); in PollSelectorImpl()
|
D | UnixAsynchronousServerSocketChannelImpl.java | 263 x.addSuppressed(suppressed); in finishAccept()
|
D | UnixAsynchronousSocketChannelImpl.java | 290 e.addSuppressed(suppressed); in finishConnect() 381 e.addSuppressed(suppressed); in implConnect()
|
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/ |
D | CloseGuardSupport.java | 131 thrown.addSuppressed(allocationSite); in apply() 293 error.addSuppressed(unreleasedResourceAllocationSite); 296 error.addSuppressed(new Throwable(unreleasedResourceAllocationCallsite));
|
/libcore/ojluni/src/test/java/util/Map/ |
D | EntryHashCode.java | 100 failure.addSuppressed(e); in testEntryHashCode()
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 199 x.addSuppressed(suppressed); in open()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | LambdaConversionExceptionTest.java | 102 e.addSuppressed(new LambdaConversionException()); in constructorWithSuppressionsAndWritableStackTraces()
|
/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 | 365 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/util/stream/ |
D | Streams.java | 850 e1.addSuppressed(e2); in composeWithExceptions() 879 e1.addSuppressed(e2);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | BaseDexClassLoader.java | 262 cnfe.addSuppressed(t); in findClass()
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | SortingNearlySortedPrimitive.java | 96 ae.addSuppressed(sae); in testCombination()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Throwable.java | 1130 public final synchronized void addSuppressed(Throwable exception) { in addSuppressed() method in Throwable
|
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | MultiThreadStackWalk.java | 359 failed.addSuppressed(threads[i].failed); in main()
|
/libcore/ojluni/src/main/java/java/net/ |
D | URLClassLoader.java | 316 firstex.addSuppressed(error); in close()
|