/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SettableFutureTest.java | 56 assertTrue(future.setException(new Exception("failure"))); in testSetFailure() 62 future.setException(null); in testSetFailureNull() 67 assertTrue(future.setException(new Exception("failure"))); in testSetFailureNull()
|
D | AsyncSettableFutureTest.java | 50 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()
|
D | AbstractChainedListenableFutureTest.java | 61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException() 67 inputFuture.setException(error); in testFutureGetThrowsWrappedError()
|
D | AbstractFutureTest.java | 50 setException(failure); in testException() 125 future.setException(new IllegalArgumentException("failure")); in testCompletionFinishesWithDone()
|
D | FuturesTest.java | 860 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/ |
D | SettableFuture.java | 67 public boolean setException(Throwable throwable) { in setException() method in SettableFuture 68 return super.setException(throwable); in setException()
|
D | AbstractFuture.java | 199 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
|
D | Futures.java | 485 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);
|
D | AbstractService.java | 173 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);
|
D | AsyncSettableFuture.java | 75 public boolean setException(Throwable exception) { in setException() method in AsyncSettableFuture
|
D | MoreExecutors.java | 584 setException(t); in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/ |
D | DeoptimizationWithExceptionHandlingTest.java | 129 debuggeeWrapper.vmMirror.setException(exceptionClassSignature, true, false); in requestExceptionEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | ExceptionTest.java | 62 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | BreakpointOnCatchTest.java | 101 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSig, true, false); in requestExceptionCaughtEvent()
|
D | ExceptionUncaughtTest.java | 190 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent()
|
D | CombinedExceptionEventsTest.java | 177 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in requestException()
|
D | ExceptionCaughtTest.java | 278 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | InstrumentationUtils.java | 184 setException(e); in runOnMainSyncNoThrow()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 1439 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/ |
D | LocalCache.java | 2332 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/ |
D | org.eclipse.equinox.common_3.6.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ecf_3.1.0.v20100529-0735.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/vogar/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |