HomeSort by relevance Sort by last modified time
    Searched refs:isCanceled (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java 104 boolean isCanceled();
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IAnimationListener.java 46 boolean isCanceled();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressMonitor.java 52 public boolean isCanceled() {
53 return mMonitor.isCanceled();
  /external/jmdns/src/javax/jmdns/impl/tasks/
RecordReaper.java 42 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
49 if (this.getDns().isCanceling() || this.getDns().isCanceled()) {
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.h 47 virtual bool isCanceled() = 0;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.h 53 virtual bool isCanceled() = 0;
ScriptProfiler.cpp 75 ControlOption result = m_progress->isCanceled() ? kAbort : kContinue;
  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 39 while (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled()) {
42 if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() || this._jmDNSImpl.isClosed()) {
67 if (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled() && !this._jmDNSImpl.isClosing() && !this._jmDNSImpl.isClosed()) {
DNSStatefulObject.java 202 if (this.isCanceled()) {
347 public boolean isCanceled() {
348 return this._state.isCanceled();
368 return this._state.isCanceled() || this._state.isCanceling();
398 if (!this.isCanceled()) {
401 if (!this.isCanceled() && !this.willClose()) {
404 return this.isCanceled();
525 public boolean isCanceled();
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 114 if (mListener.isCanceled()) {
136 if (mListener.isCanceled()) {
151 if (mListener.isCanceled()) {
162 } while (mListener.isCanceled() == false && mQueue.size() > 0);
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 49 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
61 if (this.getDns().isCanceling() || this.getDns().isCanceled()) {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 42 public boolean isCanceled() {
54 if (isCanceled()) {
  /frameworks/support/volley/src/com/android/volley/toolbox/
ClearCacheRequest.java 47 public boolean isCanceled() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 101 if (progress.isCanceled()) {
110 if (progress.isCanceled()) {
124 if (progress.isCanceled()) {
152 if (progress.isCanceled()) {
167 if (progress.isCanceled()) {
187 if (progress.isCanceled()) {
197 if (progress.isCanceled()) {
206 if (progress.isCanceled()) {
214 if (progress.isCanceled()) {
226 if (progress.isCanceled()) {
    [all...]
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 249 if (isCanceled()) {
265 if (!isCanceled()) {
276 private boolean isCanceled() {
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 58 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
85 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
Renewer.java 56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
86 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
Prober.java 71 } else if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
98 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
  /frameworks/support/volley/src/com/android/volley/
CacheDispatcher.java 92 if (request.isCanceled()) {
NetworkDispatcher.java 89 if (request.isCanceled()) {
ExecutorDelivery.java 106 if (drained || mRequest.isCanceled()) {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 193 public final boolean isCanceled() {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 197 if (!event.isCanceled()) {
226 if (event.isTracking() && !event.isCanceled()) {
236 if (event.isTracking() && !event.isCanceled()) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 99 public boolean isCanceled();
120 public boolean isCanceled() {
448 if (monitor.isCanceled() == true) {
538 if (monitor.isCanceled() == true) {
588 if (monitor.isCanceled() == true) {
658 if (monitor.isCanceled() == true) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 174 if (subMonitor.isCanceled()) throw new OperationCanceledException();
202 if (subMonitor.isCanceled()) throw new OperationCanceledException();
271 if (subMonitor.isCanceled()) throw new OperationCanceledException();
305 if (subMonitor.isCanceled()) throw new OperationCanceledException();
320 if (subMonitor.isCanceled()) throw new OperationCanceledException();

Completed in 1253 milliseconds

1 2 3 4