Home
last modified time | relevance | path

Searched refs:addSuppressed (Results 1 – 25 of 37) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/lang/
DThrowableTest.java86 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 …]
DRuntimeExceptionTest.java58 exception.addSuppressed(new Exception("suppressed exception")); in whenSuppressionDisabled_addSuppressHasNoEffect()
70 error.addSuppressed(suppressed); in whenSuppressionEnabled_addsSuppressed()
DErrorTest.java57 error.addSuppressed(new Exception("suppressed exception")); in whenSuppressionDisabled_addSuppressHasNoEffect()
69 error.addSuppressed(suppressed); in whenSuppressionEnabled_addsSuppressed()
/libcore/ojluni/src/main/java/java/io/
DFilterOutputStream.java196 flushException.addSuppressed(closeException); in close()
201 closeException.addSuppressed(flushException); in close()
DConsole.java337 ioe.addSuppressed(x); in readPassword()
/libcore/ojluni/src/main/java/sun/nio/ch/
DPollSelectorImpl.java68 t.addSuppressed(ioe0); in PollSelectorImpl()
73 t.addSuppressed(ioe1); in PollSelectorImpl()
DUnixAsynchronousServerSocketChannelImpl.java263 x.addSuppressed(suppressed); in finishAccept()
DUnixAsynchronousSocketChannelImpl.java290 e.addSuppressed(suppressed); in finishConnect()
381 e.addSuppressed(suppressed); in implConnect()
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
DCloseGuardSupport.java131 thrown.addSuppressed(allocationSite); in apply()
293 error.addSuppressed(unreleasedResourceAllocationSite);
296 error.addSuppressed(new Throwable(unreleasedResourceAllocationCallsite));
/libcore/ojluni/src/test/java/util/Map/
DEntryHashCode.java100 failure.addSuppressed(e); in testEntryHashCode()
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java199 x.addSuppressed(suppressed); in open()
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DLambdaConversionExceptionTest.java102 e.addSuppressed(new LambdaConversionException()); in constructorWithSuppressionsAndWritableStackTraces()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThrowable.annotated.java68 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/
DCopyMoveHelper.java143 x.addSuppressed(suppressed); in copyToForeignTarget()
DFileTreeWalker.java365 ioe.addSuppressed(e); in next()
DFiles.java3482 e.addSuppressed(ex);
3752 e.addSuppressed(ex);
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserFactory.java194 exception.addSuppressed(ex); in newInstantiationException()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java136 public final synchronized void addSuppressed(java.lang.Throwable exception) { in addSuppressed() method in Throwable
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java232 thr.addSuppressed(ioe); in retrieve()
/libcore/ojluni/src/main/java/java/util/stream/
DStreams.java850 e1.addSuppressed(e2); in composeWithExceptions()
879 e1.addSuppressed(e2);
/libcore/dalvik/src/main/java/dalvik/system/
DBaseDexClassLoader.java262 cnfe.addSuppressed(t); in findClass()
/libcore/ojluni/src/test/java/util/Arrays/
DSortingNearlySortedPrimitive.java96 ae.addSuppressed(sae); in testCombination()
/libcore/ojluni/src/main/java/java/lang/
DThrowable.java1130 public final synchronized void addSuppressed(Throwable exception) { in addSuppressed() method in Throwable
/libcore/ojluni/src/test/java/lang/StackWalker/
DMultiThreadStackWalk.java359 failed.addSuppressed(threads[i].failed); in main()
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java316 firstex.addSuppressed(error); in close()

12