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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 28 * Tests for {@link Monitor}, either interruptible or uninterruptible.
52 private final boolean interruptible; field in class:MonitorTestCase
58 protected MonitorTestCase(boolean interruptible) {
59 this.interruptible = interruptible;
74 return interruptible ? "enterInterruptibly" : "enter";
82 return interruptible ? "enterIfInterruptibly" : "enterIf";
90 return interruptible ? "enterWhen" : "enterWhenUninterruptibly";
94 return interruptible ? "waitFor" : "waitForUninterruptibly";
239 // TODO: Test interrupts with both interruptible and uninterruptible monitor
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 52 boolean interruptible; field in class:UnixCopyFile.Flags
85 if (option == ExtendedCopyOption.INTERRUPTIBLE) {
86 flags.interruptible = true;
579 if (!flags.interruptible) {
580 // non-interruptible file copy
585 // interruptible file copy
  /libcore/ojluni/src/main/java/java/util/concurrent/
Phaser.java 92 * waiting thread is interrupted. Interruptible and timeout
1087 final boolean interruptible; field in class:Phaser.QNode
    [all...]
CompletableFuture.java 1691 final boolean interruptible; field in class:CompletableFuture.Signaller
    [all...]
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java 655 // During non-interruptible anims, ignore all touch events
656 if (anim != null && !anim.interruptible) {
1902 private boolean interruptible = true; \/\/ Whether the anim can be interrupted by a touch field in class:SubsamplingScaleImageView.Anim
2918 private boolean interruptible = true; field in class:SubsamplingScaleImageView.AnimationBuilder
    [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 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 116 milliseconds