Searched refs:checkedGet (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DCheckedFuture.java63 V checkedGet() throws X; method in interface:CheckedFuture
75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; method in interface:CheckedFuture
H A DForwardingCheckedFuture.java35 * {@code checkedGet} method
45 public V checkedGet() throws X { method in class:ForwardingCheckedFuture
46 return delegate().checkedGet();
50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { method in class:ForwardingCheckedFuture
51 return delegate().checkedGet(timeout, unit);
H A DAbstractCheckedFuture.java28 * the {@link #checkedGet()} and {@link #checkedGet(long, TimeUnit)} methods.
48 * {@code checkedGet}. Subclasses must implement this method.
51 * {@code checkedGet} method has already restored the interrupt after catching
76 public V checkedGet() throws X { method in class:AbstractCheckedFuture
105 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { method in class:AbstractCheckedFuture
H A DFutures.java169 public V checkedGet() { method in class:Futures.ImmediateSuccessfulCheckedFuture
174 public V checkedGet(long timeout, TimeUnit unit) { method in class:Futures.ImmediateSuccessfulCheckedFuture
229 public V checkedGet() throws X { method in class:Futures.ImmediateFailedCheckedFuture
234 public V checkedGet(long timeout, TimeUnit unit) throws X { method in class:Futures.ImmediateFailedCheckedFuture
256 * checkedGet()} will immediately return the provided value.
295 * ExecutionException}, and calling {@code checkedGet()} will throw the
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractCheckedFutureTest.java27 * Test case to make sure the {@link CheckedFuture#checkedGet()} and
28 * {@link CheckedFuture#checkedGet(long, TimeUnit)} methods work correctly.
65 * Tests that the {@link CheckedFuture#checkedGet()} method throws the correct
84 future.checkedGet();
112 future.checkedGet();
148 future.checkedGet();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java168 assertSame(DATA1, future.checkedGet(0L, TimeUnit.MILLISECONDS));
179 assertSame(DATA1, future1.checkedGet(0L, TimeUnit.MILLISECONDS));
181 assertSame(DATA2, future2.checkedGet(0L, TimeUnit.MILLISECONDS));
198 future.checkedGet(0L, TimeUnit.MILLISECONDS);
1824 checked.checkedGet();
1831 checked.checkedGet(5, TimeUnit.SECONDS);
1865 checked.checkedGet();
1874 checked.checkedGet(5, TimeUnit.SECONDS);
1900 checked.checkedGet();
1907 checked.checkedGet(
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 177 milliseconds