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

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAsyncFunction.java25 * information, see {@link Futures#transform(ListenableFuture, AsyncFunction)}.
31 public interface AsyncFunction<I, O> { interface
35 * done}, making {@code AsyncFunction} suitable for asynchronous derivations.
/external/chromium/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js89 function AsyncFunction(name) { class
96 AsyncFunction.prototype.call = function() {
103 AsyncFunction.prototype.handleReply = function() {
112 chrome.sync.getAboutInfo_ = new AsyncFunction('getAboutInfo');
119 new AsyncFunction('getNotificationState');
125 new AsyncFunction('getNotificationInfo');
131 chrome.sync.getRootNode_ = new AsyncFunction('getRootNode');
136 chrome.sync.getNodeById_ = new AsyncFunction('getNodeById');
/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 152 milliseconds