Searched defs:future (Results 26 - 43 of 43) sorted by relevance

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp429 SkMSec future = fAnimators[index]->fStart + state.fStartTime; local
430 if (future > fMaker.fEnableTime)
431 fMaker.notifyInvalTime(future);
436 debugOut.appendS32(future - fMaker.fDebugTimeBase);
/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp257 template<typename> class future { class in struct:RedeclUnrelated::S
260 future<void> share;
/external/skia/src/animator/
H A DSkAnimateActive.cpp429 SkMSec future = fAnimators[index]->fStart + state.fStartTime; local
430 if (future > fMaker.fEnableTime)
431 fMaker.notifyInvalTime(future);
436 debugOut.appendS32(future - fMaker.fDebugTimeBase);
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockAccountManager.java493 final AccountManagerFuture<T> future) {
497 callback.run(future);
492 postToHandler(Handler handler, final AccountManagerCallback<T> callback, final AccountManagerFuture<T> future) argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java290 * milliseconds in the future.
560 * Checks that future.get times out, with the default timeout of
563 void assertFutureTimesOut(Future future) { argument
564 assertFutureTimesOut(future, timeoutMillis());
568 * Checks that future.get times out, with the given millisecond timeout.
570 void assertFutureTimesOut(Future future, long timeoutMillis) { argument
573 future.get(timeoutMillis, MILLISECONDS);
578 } finally { future.cancel(true); }
H A DFuturesTest.java85 * Clear interrupt for future tests.
96 ListenableFuture<String> future = Futures.immediateFuture(DATA1);
99 assertSame(DATA1, future.get(0L, TimeUnit.MILLISECONDS));
113 ListenableFuture<String> future =
117 future.get(0L, TimeUnit.MILLISECONDS);
128 CheckedFuture<String, MyException> future = Futures.immediateCheckedFuture(
132 assertSame(DATA1, future.get(0L, TimeUnit.MILLISECONDS));
133 assertSame(DATA1, future.checkedGet(0L, TimeUnit.MILLISECONDS));
151 CheckedFuture<String, MyException> future =
155 future
728 final ListenableFuture<String> future; field in class:FuturesTest.TestFuture
732 TestFuture( ListenableFuture<String> future, String name, Runnable finisher) argument
1079 conditionalPseudoTimedGet( TestFutureBatch inputs, ListenableFuture<String> iFuture, ListenableFuture<String> jFuture, ListenableFuture<List<String>> future, int timeout, TimeUnit unit) argument
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java3534 private static boolean setException(SettableFuture<?> future, Throwable t) { argument
3536 return future.setException(t);
3544 SettableFuture<V> future = SettableFuture.create();
3545 setException(future, t);
3546 return future;
3560 // TODO(fry): could also cancel loading if we had a handle on its future
/external/e2fsprogs/lib/blkid/
H A Dprobe.h207 __u32 future; member in struct:cramfs_super_block
663 * to allowr for stripe alignment in the future
724 /* future expansion */
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1531 milliseconds

12