Searched defs:CANCELLED (Results 1 - 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc45 case CANCELLED:
46 return "CANCELLED";
86 const Status Status::CANCELLED = Status(error::CANCELLED, ""); member in class:google::protobuf::util::Status
H A Dstatus.h46 CANCELLED = 1, enumerator in enum:google::protobuf::util::error::Code
81 static const Status CANCELLED; member in class:google::protobuf::util::Status
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java12 public static final int CANCELLED = 1; field in class:MojoResult
43 case CANCELLED:
44 return "CANCELLED";
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java213 * {@link #COMPLETED}, {@link #CANCELLED}, or {@link #INTERRUPTED}
218 * computation, and only then transition to COMPLETED, CANCELLED, or
232 static final int CANCELLED = 4; field in class:AbstractFuture.Sync
304 case CANCELLED:
316 * Checks if the state is {@link #COMPLETED}, {@link #CANCELLED}, or {@link
320 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0;
324 * Checks if the state is {@link #CANCELLED} or {@link #INTERRUPTED}.
327 return (getState() & (CANCELLED | INTERRUPTED)) != 0;
352 * Transition to the CANCELLED or INTERRUPTED state.
355 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED);
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java52 CANCELLED, enum constant in enum:GenericRequest.Status
281 status = Status.CANCELLED;
356 return status == Status.CANCELLED;
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpm_errors.py62 CANCELLED = 1 variable in class:MMCoreError
80 self.CANCELLED : '.Cancelled',
/external/libusb/libusb/os/
H A Dlinux_usbfs.c159 CANCELLED, enumerator in enum:reap_action
2202 tpriv->reap_action = CANCELLED;
2368 return CANCELLED == tpriv->reap_action ?
2452 if (tpriv->reap_action == CANCELLED) {
2505 if (tpriv->reap_action == CANCELLED) {
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1122 milliseconds