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

  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 209 * RUNNING to COMPLETING, that thread will then set the result of the
221 static final int COMPLETING = 1;
339 * Implementation of completing a task. Either {@code v} or {@code t} will
351 boolean doCompletion = compareAndSetState(RUNNING, COMPLETING);
353 // If this thread successfully transitioned to COMPLETING, set the value
358 } else if (getState() == COMPLETING) {
359 // If some other thread is currently completing the future, block until
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 51 * transient values of COMPLETING (while outcome is being set) or
58 * NEW -> COMPLETING -> NORMAL
59 * NEW -> COMPLETING -> EXCEPTIONAL
65 private static final int COMPLETING = 1;
161 if (s <= COMPLETING)
174 if (s <= COMPLETING &&
175 (s = awaitDone(true, unit.toNanos(timeout))) <= COMPLETING)
201 if (UNSAFE.compareAndSwapInt(this, stateOffset, NEW, COMPLETING)) {
219 if (UNSAFE.compareAndSwapInt(this, stateOffset, NEW, COMPLETING)) {
336 // assert state > COMPLETING;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 781 milliseconds