Home
last modified time | relevance | path

Searched refs:isCanceled (Results 1 – 25 of 43) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/
DDNSStatefulObject.java202 if (this.isCanceled()) { in setState()
347 public boolean isCanceled() { in isCanceled() method in DNSStatefulObject.DefaultImplementation
348 return this._state.isCanceled(); in isCanceled()
368 return this._state.isCanceled() || this._state.isCanceling(); in willCancel()
398 if (!this.isCanceled()) { in waitForCanceled()
401 if (!this.isCanceled() && !this.willClose()) { in waitForCanceled()
404 return this.isCanceled(); in waitForCanceled()
525 public boolean isCanceled(); in isCanceled() method
DSocketListener.java39 while (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled()) { in run()
42 …if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() |… in run()
67 …if (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled() && !this._jmDNSImpl.isClosing(… in run()
DHostInfo.java391 public boolean isCanceled() { in isCanceled() method in HostInfo
392 return this._state.isCanceled(); in isCanceled()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DProgress.js71 isCanceled: function() { return false; }, method in WebInspector.Progress
159 isCanceled: function() method in WebInspector.SubProgress
161 return this._composite._parent.isCanceled();
/external/jmdns/src/javax/jmdns/impl/tasks/
DRecordReaper.java42 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
49 if (this.getDns().isCanceling() || this.getDns().isCanceled()) { in run()
DResponder.java90 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
DAuditRules.js393 if (progress.isCanceled())
463 if (progress.isCanceled())
540 if (this._progress.isCanceled()) {
892 if (progress.isCanceled())
951 if (progress.isCanceled())
979 if (progress.isCanceled())
984 if (progress.isCanceled())
1013 if (progress.isCanceled())
1043 if (progress.isCanceled())
1070 if (progress.isCanceled())
[all …]
DAuditController.js64 if (this._progress.isCanceled())
104 if (!this._progress.isCanceled())
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DDNSResolverTask.java49 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
61 if (this.getDns().isCanceling() || this.getDns().isCanceled()) { in run()
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DRenewer.java56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
86 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
DAnnouncer.java58 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
85 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
DProber.java71 } else if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
98 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
/external/protobuf/java/src/main/java/com/google/protobuf/
DRpcController.java104 boolean isCanceled(); in isCanceled() method
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DRpcController.java104 boolean isCanceled(); in isCanceled() method
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DScenarioData.java174 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in print()
202 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in print()
271 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in printSummary()
305 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in printSummary()
320 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in printSummary()
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
DHttpUrlRequest.java87 boolean isCanceled(); in isCanceled() method
DHttpUrlConnectionUrlRequest.java347 while (!isCanceled() && (size = mResponseStream.read(buffer)) != -1) { in readResponseStream()
386 public boolean isCanceled() { in isCanceled() method in HttpUrlConnectionUrlRequest
/external/deqp/execserver/
DxsPosixTestProcess.cpp126 while (!m_buf->isCanceled()) in run()
161 DE_ASSERT(m_buf->isCanceled()); in stop()
DxsWin32TestProcess.cpp251 if (m_dstBuf->isCanceled()) in run()
256 if (m_dstBuf->isCanceled()) in run()
278 if (m_dstBuf->isCanceled()) in run()
283 if (m_dstBuf->isCanceled()) in run()
DxsPosixFileReader.cpp71 while (!m_buf.isCanceled()) in run()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptProfiler.h58 virtual bool isCanceled() = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DProgressIndicator.js83 isCanceled: function() method in WebInspector.ProgressIndicator
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSState.java193 public final boolean isCanceled() { in isCanceled() method in DNSState
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DComponentResults.java339 if (subMonitor.isCanceled()) return; in updateBuild()
380 if (subMonitor.isCanceled()) return; in updateBuild()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp241 virtual bool isCanceled() OVERRIDE { return false; } in takeHeapSnapshot() function in WebCore::InspectorHeapProfilerAgent::takeHeapSnapshot::FINAL

12