OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceled
(Results
76 - 100
of
1214
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkColorChooser.py
47
return None, None #
canceled
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkColorChooser.py
47
return None, None #
canceled
/prebuilts/go/darwin-x86/src/crypto/tls/
alert.go
65
alertUserCanceled: "user
canceled
",
/prebuilts/go/linux-x86/src/crypto/tls/
alert.go
65
alertUserCanceled: "user
canceled
",
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py
47
return None, None #
canceled
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py
47
return None, None #
canceled
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FragmentRule.java
41
// Remove the view; the insertion was
canceled
ImageViewRule.java
46
// Remove the view; the insertion was
canceled
IncludeRule.java
41
// Remove the view; the insertion was
canceled
ViewTagRule.java
44
// Remove the view; the insertion was
canceled
/system/connectivity/shill/
result_aggregator.cc
47
// timeout_callback_ will automatically be
canceled
when its destructor
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java
46
/** Running calls. Includes
canceled
calls that haven't finished yet. */
49
/** In-flight synchronous calls. Includes
canceled
calls that haven't finished yet. */
126
call.get().
canceled
= true;
/frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java
61
// Animators to be auto-
canceled
76
// We expect only animX1 to be
canceled
at this point
91
// We expect only animXY1 to be
canceled
at this point
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceWizard.java
99
return RenameResult.
canceled
();
119
*
canceled
154
return false; //
Canceled
/external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java
402
logger.warning("Wait for
canceled
timed out: " + this);
521
* Returns true, if this is a
canceled
state.
523
* @return <code>true</code> if
canceled
state, <code>false</code> otherwise
551
* Waits for the object to be
canceled
.
555
* @return <code>true</code> if the object is
canceled
, <code>false</code> otherwise
/external/libchrome/base/task/
cancelable_task_tracker_unittest.cc
82
// should run and the "is
canceled
" callback should return false.
184
// before and after canceling. The is-
canceled
callback should be
209
// reply should run and the "is
canceled
" callback should return
238
// reply should run and the "is
canceled
" callback should return
294
// return true from when the task is posted until it is
canceled
.
/frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java
149
* not be called from the main application thread. A blocked call will be
canceled
with
157
* @throws IOException if there is an I/O failure, or the operation is
canceled
174
* not be called from the main application thread. A blocked call will be
canceled
with
182
* @throws IOException if there is an I/O failure, or the operation is
canceled
207
* not be called from the main application thread. A blocked call will be
canceled
with
TagTechnology.java
169
* from the main application thread. A blocked call will be
canceled
with
178
* @throws IOException if there is an I/O failure, or connect is
canceled
187
* from the main application thread. A blocked call will be
canceled
with
195
* @throws IOException if there is an I/O failure, or connect is
canceled
202
* <p>Also causes all blocked I/O operations on other thread to be
canceled
and
Ndef.java
255
* not be called from the main application thread. A blocked call will be
canceled
with
262
* @throws IOException if there is an I/O failure, or the operation is
canceled
295
* not be called from the main application thread. A blocked call will be
canceled
with
302
* @throws IOException if there is an I/O failure, or the operation is
canceled
365
* not be called from the main application thread. A blocked call will be
canceled
with
372
* @throws IOException if there is an I/O failure, or the operation is
canceled
/frameworks/base/core/java/android/content/
Loader.java
105
* Interface that is implemented to discover when a Loader has been
canceled
108
* to find out when a Loader it is managing has been
canceled
so that it
114
* Called on the thread that created the Loader when the load is
canceled
.
116
* @param loader the loader that
canceled
the load
149
* Informs the registered {@link OnLoadCanceledListener} that the load has been
canceled
.
205
* Registers a listener that will receive callbacks when a load is
canceled
.
307
* method requests that the load be
canceled
, and notes this is the case;
310
* it will be held until the
canceled
load is complete.
312
* @return Returns <tt>false</tt> if the task could not be
canceled
,
327
* @return Returns <tt>false</tt> if the task could not be
canceled
,
[
all
...]
/frameworks/support/core-utils/java/android/support/v4/content/
Loader.java
87
* Interface that is implemented to discover when a Loader has been
canceled
90
* to find out when a Loader it is managing has been
canceled
so that it
96
* Called on the thread that created the Loader when the load is
canceled
.
98
* @param loader the loader that
canceled
the load
131
* Informs the registered {@link OnLoadCanceledListener} that the load has been
canceled
.
187
* Registers a listener that will receive callbacks when a load is
canceled
.
289
* method requests that the load be
canceled
, and notes this is the case;
292
* it will be held until the
canceled
load is complete.
294
* @return Returns <tt>false</tt> if the task could not be
canceled
,
309
* @return Returns <tt>false</tt> if the task could not be
canceled
,
[
all
...]
/external/libbrillo/brillo/message_loops/
base_message_loop.cc
56
// Note all pending
canceled
delayed tasks when destroying the message loop.
68
LOG(INFO) << "Leaking " << lazily_deleted_tasks << "
canceled
tasks.";
170
// Check if the callback was already
canceled
but we have the entry in
241
// Mark the task as
canceled
while we are running it so CancelTask returns
259
// Even if this task was
canceled
while we were waiting in the message loop
341
// current file descriptor watching task an could be
canceled
in either state,
371
// If this task was already
canceled
, the closure will be null and there is
/external/protobuf/src/google/protobuf/
service.h
225
//
canceled
. The RPC system may cancel it immediately, may wait awhile and
227
//
canceled
, the "done" callback will still be called and the RpcController
242
// If true, indicates that the client
canceled
the RPC, so the server may
247
// Asks that the given callback be called when the RPC is
canceled
. The
249
// being
canceled
, the callback will be called after completion. If the RPC
250
// has already been
canceled
when NotifyOnCancel() is called, the callback
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java
375
boolean
canceled
= false;
379
canceled
= true;
384
if (
canceled
) {
458
boolean
canceled
= false;
462
canceled
= true;
467
if (
canceled
) {
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
service.h
225
//
canceled
. The RPC system may cancel it immediately, may wait awhile and
227
//
canceled
, the "done" callback will still be called and the RpcController
242
// If true, indicates that the client
canceled
the RPC, so the server may
247
// Asks that the given callback be called when the RPC is
canceled
. The
249
// being
canceled
, the callback will be called after completion. If the RPC
250
// has already been
canceled
when NotifyOnCancel() is called, the callback
Completed in 5220 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>