Home
last modified time | relevance | path

Searched refs:addSuppressed (Results 1 – 25 of 26) 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 …]
/libcore/ojluni/src/main/java/sun/nio/ch/
DPollSelectorImpl.java68 t.addSuppressed(ioe0); in PollSelectorImpl()
73 t.addSuppressed(ioe1); in PollSelectorImpl()
DUnixAsynchronousSocketChannelImpl.java290 e.addSuppressed(suppressed); in finishConnect()
381 e.addSuppressed(suppressed); in implConnect()
DUnixAsynchronousServerSocketChannelImpl.java263 x.addSuppressed(suppressed); in finishAccept()
DFileChannelImpl.java586 e.addSuppressed(suppressed); in transferToTrustedChannel()
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
DCloseGuardSupport.java131 thrown.addSuppressed(allocationSite); in apply()
283 error.addSuppressed(unreleasedResourceAllocationSite);
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java194 x.addSuppressed(suppressed); in open()
/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.java364 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/io/
DConsole.java331 ioe.addSuppressed(x); in readPassword()
/libcore/ojluni/src/main/java/java/util/stream/
DStreams.java858 e1.addSuppressed(e2); in composeWithExceptions()
887 e1.addSuppressed(e2);
/libcore/dalvik/src/main/java/dalvik/system/
DBaseDexClassLoader.java199 cnfe.addSuppressed(t); in findClass()
/libcore/ojluni/src/main/java/java/lang/
DThrowable.java1083 public final synchronized void addSuppressed(Throwable exception) { in addSuppressed() method in Throwable
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java316 firstex.addSuppressed(error); in close()
DSocket.java459 e.addSuppressed(ce); in Socket()
/libcore/luni/src/main/java/libcore/timezone/
DTimeZoneFinder.java121 e.addSuppressed(lastException); in createInstanceWithFallback()
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS7.java177 pe.addSuppressed(ioe1); in parse()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java935 x.addSuppressed(ex);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java410 cause.addSuppressed(x);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java2589 combined.addSuppressed(failure); in throwFailures()

12