OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceled
(Results
1 - 25
of
555
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/gov/nist/javax/sip/
ServerTransactionExt.java
8
* Return the
canceled
Invite transaction corresponding to an
11
* @return -- the
canceled
Invite transaction.
/external/webkit/LayoutTests/http/tests/appcache/resources/auth/
setup.php
5
echo 'Authentication
canceled
';
subresource.php
5
echo 'Authentication
canceled
';
manifest.php
5
echo 'Authentication
canceled
';
iframe.php
5
echo 'Authentication
canceled
';
/libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java
40
* been
canceled
.
42
* @return {@code true} if this key has not been
canceled
, {@code false}
53
* A key that has been
canceled
is no longer valid. Calling this method on
54
* an already
canceled
key does nothing.
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncException.java
31
/**
canceled
transfer */
32
CANCELED
("Operation was
canceled
by the user."),
91
* Returns true if the sync was
canceled
by user input.
95
return mError == SyncError.
CANCELED
;
CanceledException.java
22
* {@link #wasCanceled()} returns whether the action was
canceled
because of user input.
37
* Returns true if the action was
canceled
by user input.
/external/bluetooth/bluez/doc/
agent-api.txt
38
org.bluez.Error.
Canceled
49
org.bluez.Error.
Canceled
75
org.bluez.Error.
Canceled
86
org.bluez.Error.
Canceled
94
org.bluez.Error.
Canceled
103
org.bluez.Error.
Canceled
/libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java
93
* A key that has been
canceled
is no longer valid. Calling this method on
94
* an already
canceled
key does nothing.
100
*
canceled
-keys set and will not be included in any future selects of this
118
* if the key has already been
canceled
.
133
* if the key has already been
canceled
.
145
* if the key has already been
canceled
.
159
* if the key has already been
canceled
.
173
* if the key has already been
canceled
.
181
* been
canceled
.
183
* @return {@code true} if this key has not been
canceled
, {@code false
[
all
...]
/libcore/luni/src/main/java/java/util/
Timer.java
407
* Removes all
canceled
tasks from the task queue. If there are no
411
* @return the number of
canceled
tasks that were removed from the task
431
* if the {@code Timer} has been
canceled
, or if the task has been
432
* scheduled or
canceled
.
452
* if the {@code Timer} has been
canceled
, or if the task has been
453
* scheduled or
canceled
.
474
* if the {@code Timer} has been
canceled
, or if the task has been
475
* scheduled or
canceled
.
497
* if the {@code Timer} has been
canceled
, or if the task has been
498
* scheduled or
canceled
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/
animatable_view.h
22
// was
canceled
(even when
canceled
as a result of a new animation starting).
/external/chromium/net/base/
completion_callback.h
31
// "
canceled
". When the
canceled
callback is eventually run it does nothing
/external/chromium/chrome/browser/resources/picasaweb_uploader/
notification.html
38
<div id="
canceled
-container" class="invisible">
39
<span id="
canceled
-span">
Canceled
. X files sent.</span>
73
this.canceledContainer_ = document.getElementById('
canceled
-container');
74
this.canceledSpan_ = document.getElementById('
canceled
-span');
144
'
Canceled
. ' + done + ' of ' + total + ' files sent.';
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java
79
*
canceled
. The RPC system may cancel it immediately, may wait awhile and
81
*
canceled
, the "done" callback will still be called and the RpcController
100
* If {@code true}, indicates that the client
canceled
the RPC, so the server
107
* Asks that the given callback be called when the RPC is
canceled
. The
110
* being
canceled
, the callback will be called after completion. If the RPC
111
* has already been
canceled
when NotifyOnCancel() is called, the callback
/frameworks/base/core/java/android/accounts/
AccountManagerFuture.java
86
* If the request that generated this result fails or is
canceled
then an exception
89
* @throws android.accounts.OperationCanceledException if the request was
canceled
for any
102
* If the request that generated this result fails or is
canceled
then an exception
104
* the request will automatically be
canceled
if it does not complete in that amount of time.
108
* @throws android.accounts.OperationCanceledException if the request was
canceled
for any
AccountAuthenticatorActivity.java
44
* the request will be
canceled
.
77
"
canceled
");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java
30
*
canceled
. A gesture is associated with a single undo transaction (although
115
* it was
canceled
).
119
* @param
canceled
True if the gesture was
canceled
, and false otherwise.
121
public void end(ControlPoint pos, boolean
canceled
) {
/external/chromium/chrome/browser/download/
save_item.cc
50
// was being
canceled
in the UI thread, so we'll accept them unless we're
70
state_ =
CANCELED
;
97
case
CANCELED
:
save_file.h
20
//
canceled
, the SaveFile is destroyed. One SaveFile object represents one item
/external/chromium/chrome/browser/geolocation/
access_token_store_browsertest.cc
54
NOTREACHED() << "This request should have been
canceled
before callback";
64
// Single request,
canceled
explicitly
74
// 2 requests,
canceled
globally.
/frameworks/base/core/java/android/view/
ViewPropertyAnimator.java
168
* true to indicate that it was, in fact,
canceled
. This is an indication
173
* has therefore been
canceled
.
358
* specified value. Animations already running on the property will be
canceled
.
371
* specified value. Animations already running on the property will be
canceled
.
384
* specified value. Animations already running on the property will be
canceled
.
397
* specified value. Animations already running on the property will be
canceled
.
410
* specified value. Animations already running on the property will be
canceled
.
423
* specified value. Animations already running on the property will be
canceled
.
436
* specified value. Animations already running on the property will be
canceled
.
449
* specified value. Animations already running on the property will be
canceled
[
all
...]
/external/chromium/base/win/
object_watcher.h
67
// watch is still active, then it is
canceled
, and the associated delegate is
70
// Returns true if the watch was
canceled
. Otherwise, false is returned.
/external/chromium/chrome/browser/ui/views/tabs/
tab_controller.h
58
// Ends dragging a Tab. |
canceled
| is true if the drag was aborted in a way
61
virtual bool EndDrag(bool
canceled
) = 0;
/frameworks/base/core/java/android/nfc/tech/
MifareClassic.java
326
* not be called from the main application thread. A blocked call will be
canceled
with
335
* @throws IOException if there is an I/O failure, or the operation is
canceled
353
* not be called from the main application thread. A blocked call will be
canceled
with
362
* @throws IOException if there is an I/O failure, or the operation is
canceled
409
* not be called from the main application thread. A blocked call will be
canceled
with
417
* @throws IOException if there is an I/O failure, or the operation is
canceled
431
* not be called from the main application thread. A blocked call will be
canceled
with
439
* @throws IOException if there is an I/O failure, or the operation is
canceled
460
* not be called from the main application thread. A blocked call will be
canceled
with
468
* @throws IOException if there is an I/O failure, or the operation is
canceled
[
all
...]
Completed in 914 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>