Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractFuture.java232 static final int CANCELLED = 4; field in AbstractFuture.Sync
304 case CANCELLED: in getValue()
320 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0; in isDone()
327 return (getState() & (CANCELLED | INTERRUPTED)) != 0; in isCancelled()
355 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED); in cancel()
378 this.exception = ((finalState & (CANCELLED | INTERRUPTED)) != 0) in complete()
/external/glide/library/src/main/java/com/bumptech/glide/request/
DGenericRequest.java52 CANCELLED, enumConstant
281 status = Status.CANCELLED; in cancel()
356 return status == Status.CANCELLED; in isCancelled()
/external/libusb/libusb/os/
Dlinux_usbfs.c120 CANCELLED, enumerator
1684 tpriv->reap_action = CANCELLED; in cancel_control_transfer()
1712 tpriv->reap_action = CANCELLED; in cancel_bulk_transfer()
1734 tpriv->reap_action = CANCELLED; in cancel_iso_transfer()
1836 if (tpriv->reap_action == CANCELLED) { in handle_bulk_completion()
1970 if (tpriv->reap_action == CANCELLED) { in handle_iso_completion()
2022 if (tpriv->reap_action == CANCELLED) { in handle_control_completion()