HomeSort by relevance Sort by last modified time
    Searched refs:wasInterrupted (Results 1 - 11 of 11) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
ThreadUtils.java 74 boolean wasInterrupted = false;
82 wasInterrupted = true;
86 if (wasInterrupted) {
94 boolean wasInterrupted = false;
102 wasInterrupted = true;
108 if (wasInterrupted) {
135 boolean wasInterrupted = false;
144 wasInterrupted = true;
150 if (wasInterrupted) {
  /external/lzma/C/
MtDec.c 200 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted)
204 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex);
210 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted)
221 *wasInterrupted = (p->needInterrupt && interruptIndex > p->interruptIndex);
274 BoolInt wasInterrupted, isAllocError, overflow, finish;
310 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted);
322 if (res == SZ_OK && !wasInterrupted)
404 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted);
405 if (res != SZ_OK || wasInterrupted)
434 // || wasInterrupted
    [all...]
MtDec.h 158 BoolInt wasInterrupted;
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 159 protected final boolean wasInterrupted() {
160 return sync.wasInterrupted();
333 boolean wasInterrupted() {
AsyncSettableFuture.java 95 value.cancel(wasInterrupted());
Futures.java 473 running.cancel(wasInterrupted());
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 72 assertFalse(future.wasInterrupted());
87 assertTrue(future.wasInterrupted());
FuturesTest.java 240 assertFalse(input.wasInterrupted());
252 assertTrue(input.wasInterrupted());
265 assertFalse(secondary.wasInterrupted());
279 assertTrue(secondary.wasInterrupted());
617 assertTrue(primary.wasInterrupted());
630 assertFalse(primary.wasInterrupted());
646 assertFalse(secondary.wasInterrupted());
    [all...]
AsyncSettableFutureTest.java 189 // we need a new method since wasInterrupted is final, so we can't increase its visibility.
190 return wasInterrupted();
  /external/guice/lib/
guava-19.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 2578 milliseconds