/external/jmdns/src/javax/jmdns/impl/ |
D | DNSStatefulObject.java | 202 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
|
D | SocketListener.java | 39 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()
|
D | HostInfo.java | 391 public boolean isCanceled() { in isCanceled() method in HostInfo 392 return this._state.isCanceled(); in isCanceled()
|
D | JmDNSImpl.java | 619 public boolean isCanceled() { in isCanceled() method in JmDNSImpl 620 return this._localHost.isCanceled(); in isCanceled() 1693 if (this.isClosing() || this.isClosed() || this.isCanceling() || this.isCanceled()) { in recover() 1751 if (this.isCanceled()) { in __recover() 1928 if (this.isCanceling() || this.isCanceled()) { in list()
|
D | ServiceInfoImpl.java | 1053 public boolean isCanceled() { in isCanceled() method in ServiceInfoImpl 1054 return _state.isCanceled(); in isCanceled()
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | RecordReaper.java | 42 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start() 49 if (this.getDns().isCanceling() || this.getDns().isCanceled()) { in run()
|
D | Responder.java | 90 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start()
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
D | DNSResolverTask.java | 49 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/ |
D | Announcer.java | 58 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start() 85 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
|
D | Renewer.java | 56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start() 86 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
|
D | Prober.java | 71 } 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/ |
D | RpcController.java | 104 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/ |
D | ScenarioData.java | 174 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()
|
D | GenerateResults.java | 921 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in run() 932 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in run()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 251 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()
|
D | xsPosixTestProcess.cpp | 126 while (!m_buf->isCanceled()) in run() 161 DE_ASSERT(m_buf->isCanceled()); in stop()
|
D | xsPosixFileReader.cpp | 71 while (!m_buf.isCanceled()) in run()
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSState.java | 193 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/ |
D | ComponentResults.java | 339 if (subMonitor.isCanceled()) return; in updateBuild() 380 if (subMonitor.isCanceled()) return; in updateBuild()
|
D | PerformanceResults.java | 436 if (subMonitor.isCanceled()) return null; in read() 635 if (subMonitor.isCanceled()) throw new OperationCanceledException(); in readScenarios()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.common_3.6.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Call.java | 127 public boolean isCanceled() { in isCanceled() method in Call
|
/external/deqp/framework/delibs/decpp/ |
D | deBlockBuffer.hpp | 66 bool isCanceled (void) const { return !!m_canceled; } in isCanceled() function in de::BlockBuffer
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 383 bool isCanceled() const { in isCanceled() function
|
/external/deqp/executor/ |
D | xeTcpIpLink.cpp | 207 while (!m_buffer.isCanceled()) in run()
|