Home
last modified time | relevance | path

Searched refs:setException (Results 1 – 25 of 35) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java56 assertTrue(future.setException(new Exception("failure"))); in testSetFailure()
62 future.setException(null); in testSetFailureNull()
67 assertTrue(future.setException(new Exception("failure"))); in testSetFailureNull()
DAsyncSettableFutureTest.java50 assertFalse(future.setException(new Exception("bar"))); in testSetValue()
61 assertTrue(future.setException(e)); in testSetException()
65 assertFalse(future.setException(new Exception("quux"))); in testSetException()
85 assertFalse(future.setException(new Exception("bar"))); in testSetFuture()
107 assertFalse(future.setException(new Exception("bar"))); in testSetFuture_genericsHierarchy()
DAbstractChainedListenableFutureTest.java61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException()
67 inputFuture.setException(error); in testFutureGetThrowsWrappedError()
DAbstractFutureTest.java50 setException(failure); in testException()
125 future.setException(new IllegalArgumentException("failure")); in testCompletionFinishesWithDone()
DFuturesTest.java860 future1.setException(exception);
906 future1.setException(error);
928 future2.setException(new Throwable("failed2"));
1158 delayedFailed.setException(new Exception());
1502 future1.setException(new Throwable("failed1"));
1523 future1.setException(new Throwable("failed1"));
1526 future2.setException(new Throwable("failed2"));
1670 future2.setException(new Throwable("failed2"));
1730 input.setException(failure);
1786 future.setException(new IOException("checked"));
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DSettableFuture.java67 public boolean setException(Throwable throwable) { in setException() method in SettableFuture
68 return super.setException(throwable); in setException()
DAbstractFuture.java199 protected boolean setException(Throwable throwable) { in setException() method in AbstractFuture
200 boolean result = sync.setException(checkNotNull(throwable)); in setException()
347 boolean setException(Throwable t) { in setException() method in AbstractFuture.Sync
DFutures.java485 setException(t); in FallbackFuture()
490 setException(e); in FallbackFuture()
859 setException(e.getCause());
884 setException(e.getCause());
893 setException(e.getCause());
897 setException(t);
1022 setException(t);
1616 visibleFromOutputFuture = super.setException(throwable);
DAbstractService.java173 startup.setException(failure);
174 shutdown.setException(new Exception("Service failed to start.", failure));
177 shutdown.setException(new Exception("Service failed while running", failure));
180 shutdown.setException(failure);
DAsyncSettableFuture.java75 public boolean setException(Throwable exception) { in setException() method in AsyncSettableFuture
DMoreExecutors.java584 setException(t); in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java129 debuggeeWrapper.vmMirror.setException(exceptionClassSignature, true, false); in requestExceptionEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DExceptionTest.java62 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpointOnCatchTest.java101 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSig, true, false); in requestExceptionCaughtEvent()
DExceptionUncaughtTest.java190 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent()
DCombinedExceptionEventsTest.java177 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in requestException()
DExceptionCaughtTest.java278 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent()
/external/droiddriver/src/io/appium/droiddriver/util/
DInstrumentationUtils.java184 setException(e); in runOnMainSyncNoThrow()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1439 public ReplyPacket setException(String exceptionSignature, boolean caught, in setException() method in VmMirror
1443 return setException(typeID, caught, uncaught); in setException()
1457 public ReplyPacket setException(long exceptionID, boolean caught, in setException() method in VmMirror
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2332 loadingValueReference.setException(t); in loadAsync()
3497 public boolean setException(Throwable t) { in setException() method in LocalCache.LoadingValueReference
3498 return futureValue.setException(t); in setException()
3544 return setException(t) ? futureValue : fullyFailedFuture(t); in loadFuture()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12