Searched defs:isCancelled (Results 1 - 24 of 24) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingFuture.java52 public boolean isCancelled() { method in class:ForwardingFuture
53 return delegate().isCancelled();
H A DAbstractFuture.java120 public boolean isCancelled() { method in class:AbstractFuture
121 return sync.isCancelled();
313 boolean isCancelled() { method in class:AbstractFuture.Sync
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVibrator.java39 public boolean isCancelled() { method in class:ShadowVibrator
H A DShadowAsyncTask.java56 public boolean isCancelled() { method in class:ShadowAsyncTask
57 return future.isCancelled();
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineJob.java20 private boolean isCancelled; field in class:EngineJob
56 if (isComplete || isCancelled) {
59 isCancelled = true;
64 boolean isCancelled() { method in class:EngineJob
65 return isCancelled;
76 + " cancelled: " + isCancelled);
78 if (isCancelled) {
115 + " cancelled: " + isCancelled);
117 if (isCancelled) {
H A DResourceRunner.java37 private volatile boolean isCancelled; field in class:ResourceRunner
62 isCancelled = true;
75 if (isCancelled) {
H A DSourceResourceRunner.java45 private volatile boolean isCancelled; field in class:SourceResourceRunner
70 isCancelled = true;
78 if (isCancelled) {
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyRequestFuture.java117 if (isCancelled()) {
131 if (isCancelled()) {
143 public boolean isCancelled() { method in class:VolleyRequestFuture
149 return mResultReceived || mException != null || isCancelled();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJdkFutureAdaptersTest.java152 public boolean isCancelled() { method in class:JdkFutureAdaptersTest.RuntimeExceptionThrowingFuture
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java61 private boolean isCancelled; field in class:Pipeline.MyTimer
68 if (this.isCancelled)
80 this.isCancelled = true;
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMessageEvent.java150 public boolean isCancelled() { method in class:MessageEvent
175 if (!isMessageEventRequest() && isCancelled()) {
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java56 private boolean isCancelled; field in class:GenericRequest
132 isCancelled = false;
234 isCancelled = true;
302 if (isCancelled) {
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dasync_util.js112 AsyncUtil.ConcurrentQueue.prototype.isCancelled = function() {
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 269 milliseconds