/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()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | Progress.js | 71 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/ |
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/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
D | AuditRules.js | 393 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 …]
|
D | AuditController.js | 64 if (this._progress.isCanceled()) 104 if (!this._progress.isCanceled())
|
/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 | Renewer.java | 56 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start() 86 return !this.getDns().isCanceling() && !this.getDns().isCanceled(); in checkRunCondition()
|
D | Announcer.java | 58 if (!this.getDns().isCanceling() && !this.getDns().isCanceled()) { in start() 85 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/chromium_org/third_party/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()
|
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/ |
D | HttpUrlRequest.java | 87 boolean isCanceled(); in isCanceled() method
|
D | HttpUrlConnectionUrlRequest.java | 347 while (!isCanceled() && (size = mResponseStream.read(buffer)) != -1) { in readResponseStream() 386 public boolean isCanceled() { in isCanceled() method in HttpUrlConnectionUrlRequest
|
/external/deqp/execserver/ |
D | xsPosixTestProcess.cpp | 126 while (!m_buf->isCanceled()) in run() 161 DE_ASSERT(m_buf->isCanceled()); in stop()
|
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 | xsPosixFileReader.cpp | 71 while (!m_buf.isCanceled()) in run()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ScriptProfiler.h | 58 virtual bool isCanceled() = 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | ProgressIndicator.js | 83 isCanceled: function() method in WebInspector.ProgressIndicator
|
/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()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorHeapProfilerAgent.cpp | 241 virtual bool isCanceled() OVERRIDE { return false; } in takeHeapSnapshot() function in WebCore::InspectorHeapProfilerAgent::takeHeapSnapshot::FINAL
|