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

  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletableFuture.java 167 * * Completion method tryFire(int mode) invokes the associated x
169 * The mode argument allows tryFire to be called twice (SYNC,
182 * c.tryFire. This also covers races possible if x completes
197 * via method tryFire, in NESTED mode. Triggering can propagate
421 // Modes for Completion.tryFire. Signedness matters.
445 abstract CompletableFuture<?> tryFire(int mode);
450 public final void run() { tryFire(ASYNC); }
451 public final boolean exec() { tryFire(ASYNC); return false; }
482 f = (d = h.tryFire(NESTED)) == null ? this : d;
529 * later call to tryFire will run action
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 51 milliseconds