/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | CheckedFuture.java | 63 V checkedGet() throws X; method in interface:CheckedFuture 75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; method in interface:CheckedFuture
|
H A D | ForwardingCheckedFuture.java | 35 * {@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 D | AbstractCheckedFuture.java | 28 * 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 D | Futures.java | 169 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 D | AbstractCheckedFutureTest.java | 27 * 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 D | FuturesTest.java | 168 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 D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/annotation-tools/annotation-file-utilities/lib/ |
H A D | guava-20.0.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/testng/ant/3rdparty/ |
H A D | doclava-1.0.3.jar | META-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
H A D | closure-compiler.jar | META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
/external/conscrypt/benchmark-android/ |
H A D | vogar.jar | META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |