OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iscanceled
(Results
1 - 25
of
221
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
CronetUrlRequest.java
32
public boolean
isCanceled
() {
UrlRequest.java
52
public boolean
isCanceled
();
/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
();
/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
()) {
/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);
/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
()) {
154
if (progress.
isCanceled
()) {
169
if (progress.
isCanceled
()) {
189
if (progress.
isCanceled
()) {
199
if (progress.
isCanceled
()) {
208
if (progress.
isCanceled
()) {
216
if (progress.
isCanceled
()) {
228
if (progress.
isCanceled
()) {
[
all
...]
/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
()) {
/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/base/core/java/android/os/
CancellationSignal.java
41
public boolean
isCanceled
() {
53
if (
isCanceled
()) {
/frameworks/volley/src/com/android/volley/toolbox/
ClearCacheRequest.java
47
public boolean
isCanceled
() {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Progress.js
71
isCanceled
: function() { return false; },
159
isCanceled
: function()
161
return this._composite._parent.
isCanceled
();
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java
215
if (!event.
isCanceled
()) {
241
if (event.isTracking() && !event.
isCanceled
()) {
251
if (event.isTracking() && !event.
isCanceled
()) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptProfiler.h
58
virtual bool
isCanceled
() = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditRules.js
393
if (progress.
isCanceled
())
463
if (progress.
isCanceled
())
540
if (this._progress.
isCanceled
()) {
[
all
...]
AuditController.js
62
if (this._progress.
isCanceled
())
102
if (!this._progress.
isCanceled
())
/external/chromium_org/base/task/
cancelable_task_tracker.cc
38
bool
IsCanceled
(const CancellationFlag* flag,
136
Bind(&
IsCanceled
, flag, base::Owned(untrack_and_delete_flag_runner));
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar
/frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java
254
if (
isCanceled
()) {
270
if (!
isCanceled
()) {
281
private boolean
isCanceled
() {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ProgressIndicator.js
82
isCanceled
: function()
/external/deqp/execserver/
xsPosixFileReader.cpp
71
while (!m_buf.
isCanceled
())
xsWin32TestProcess.cpp
251
if (m_dstBuf->
isCanceled
())
256
if (m_dstBuf->
isCanceled
())
278
if (m_dstBuf->
isCanceled
())
283
if (m_dstBuf->
isCanceled
())
Completed in 1645 milliseconds
1
2
3
4
5
6
7
8
9