HomeSort by relevance Sort by last modified time
    Searched defs:AsyncFunction (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
AsyncFunction.java 25 * information, see {@link Futures#transform(ListenableFuture, AsyncFunction)}.
31 public interface AsyncFunction<I, O> {
35 * done}, making {@code AsyncFunction} suitable for asynchronous derivations.
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 89 function AsyncFunction(name) {
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');
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 102 milliseconds