Searched refs:isCanceled (Results 1 - 25 of 39) sorted by relevance

12

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java104 boolean isCanceled(); method in interface:RpcController
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DRecordReaper.java42 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
49 if (this.getDns().isCanceling() || this.getDns().isCanceled()) {
H A DResponder.java90 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java39 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()) {
H A DDNSStatefulObject.java202 if (this.isCanceled()) {
347 public boolean isCanceled() { method in class:DNSStatefulObject.DefaultImplementation
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(); method in interface:DNSStatefulObject
H A DHostInfo.java391 public boolean isCanceled() { method in class:HostInfo
392 return this._state.isCanceled();
H A DJmDNSImpl.java619 public boolean isCanceled() { method in class:JmDNSImpl
620 return this._localHost.isCanceled();
1693 if (this.isClosing() || this.isClosed() || this.isCanceling() || this.isCanceled()) {
1751 if (this.isCanceled()) {
1928 if (this.isCanceling() || this.isCanceled()) {
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DDNSResolverTask.java49 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
61 if (this.getDns().isCanceling() || this.getDns().isCanceled()) {
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DAnnouncer.java58 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
85 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
H A DRenewer.java56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
86 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
H A DProber.java71 } else if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) {
98 return !this.getDns().isCanceling() && !this.getDns().isCanceled();
/external/deqp/execserver/
H A DxsPosixFileReader.cpp71 while (!m_buf.isCanceled())
H A DxsPosixTestProcess.cpp126 while (!m_buf->isCanceled())
161 DE_ASSERT(m_buf->isCanceled());
H A DxsWin32TestProcess.cpp251 if (m_dstBuf->isCanceled())
256 if (m_dstBuf->isCanceled())
278 if (m_dstBuf->isCanceled())
283 if (m_dstBuf->isCanceled())
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java193 public final boolean isCanceled() { method in class:DNSState
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java174 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();
H A DGenerateResults.java921 if (subMonitor.isCanceled()) throw new OperationCanceledException();
932 if (subMonitor.isCanceled()) throw new OperationCanceledException();
/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/
H A DComponentResults.java339 if (subMonitor.isCanceled()) return;
380 if (subMonitor.isCanceled()) return;
H A DPerformanceResults.java436 if (subMonitor.isCanceled()) return null;
635 if (subMonitor.isCanceled()) throw new OperationCanceledException();
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.hpp66 bool isCanceled (void) const { return !!m_canceled; } function in class:de::BlockBuffer
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCall.java127 public boolean isCanceled() { method in class:Call
/external/skia/src/pathops/
H A DSkOpSpan.h383 bool isCanceled() const { function in class:SkOpSpan
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/executor/
H A DxeTcpIpLink.cpp207 while (!m_buffer.isCanceled())

Completed in 400 milliseconds

12