Searched defs:addCallback (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java882 * addCallback(future,
892 * <p>Note: This overload of {@code addCallback} is designed for cases in
897 * time {@code addCallback} is called and on whether the input {@code Future}
898 * is ever cancelled. In particular, {@code addCallback} may execute the
899 * callback in the thread that calls {@code addCallback} or {@code
913 public static <V> void addCallback(ListenableFuture<V> future, method in class:Futures
915 addCallback(future, callback, MoreExecutors.sameThreadExecutor());
931 * addCallback(future, e,
942 * Futures#addCallback(ListenableFuture, FutureCallback) the other overload}
946 * the input {@code Future} is done at the time {@code addCallback} i
965 public static <V> void addCallback(final ListenableFuture<V> future, method in class:Futures
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraTest.java235 public void addCallback(Callback callback) { method in class:CameraTest.TestSurfaceHolder
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 131 milliseconds