OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancel
(Results
401 - 425
of
5382
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/dagger2/producers/src/test/java/dagger/producers/internal/
ProducersTest.java
57
producedFuture.
cancel
(false);
65
future.
cancel
(false);
/external/deqp/executor/
xeBatchExecutor.hpp
74
void
cancel
(void); //!<
Cancel
current run(), can be called from any thread.
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
HttpUrlFetcher.java
107
public void
cancel
() {
method in class:HttpUrlFetcher
108
// TODO: we should consider disconnecting the url connection here, but we can't do so directly because
cancel
is
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineRunnable.java
44
public void
cancel
() {
method in class:EngineRunnable
46
decodeJob.
cancel
();
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java
43
* #
cancel
(boolean)
cancel
(true)} succeeds in canceling the future.
130
public boolean
cancel
(boolean mayInterruptIfRunning) {
method in class:AbstractFuture
131
if (!sync.
cancel
(mayInterruptIfRunning)) {
144
* call to {@link #
cancel
(boolean)
cancel
(true)}.
354
boolean
cancel
(boolean interrupt) {
method in class:AbstractFuture.Sync
379
? new CancellationException("Future.
cancel
() was called.") : t;
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java
62
this.
cancel
();
78
this.
cancel
();
/external/libbrillo/brillo/http/
http_transport.h
67
// Returns a request ID which can be used to
cancel
the request.
73
// Cancels a pending asynchronous request. This will
cancel
a pending request
/external/libbrillo/brillo/message_loops/
message_loop_unittest.cc
84
// Tests that we can
cancel
tasks right after we schedule them.
194
// scheduled it non-persistently. After it ran, we shouldn't be able to
cancel
228
// Test that we can
cancel
the task we are running, and should just fail.
242
// Test that we can
cancel
a non-persistent file descriptor watching callback,
257
// Test that we can
cancel
a persistent file descriptor watching callback from
272
// Test that we can
cancel
several persistent file descriptor watching callbacks
274
// will cause us to
cancel
an IOTask that has a pending delayed task, but
287
// Once we
cancel
all the tasks, none should run, so this code runs
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragListener.java
65
cancel
();
method
79
public void
cancel
() {
method in class:DragListener
/external/opencv3/modules/java/generator/src/java/
android+BaseLoaderCallback.java
106
callback.
cancel
();
125
callback.
cancel
();
/external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp
65
//
Cancel
all operations associated with the descriptor identified by the
89
//
Cancel
all operations associated with the descriptor. Any operations
resolver_service_base.hpp
57
//
Cancel
pending asynchronous operations.
58
ASIO_DECL void
cancel
(implementation_type& impl);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java
49
future.
cancel
(true);
59
future.
cancel
(true);
AnimationTest.java
44
animation.
cancel
();
80
animation.
cancel
();
AsyncTaskTest.java
52
assertTrue(asyncTask.
cancel
(true));
73
assertFalse(asyncTask.
cancel
(true));
/external/v8/src/
cancelable-task.cc
68
if (value->
Cancel
()) {
97
if (reinterpret_cast<Cancelable*>(p->value)->
Cancel
()) {
/frameworks/base/core/java/android/os/
CountDownTimer.java
76
*
Cancel
the countdown.
78
public synchronized final void
cancel
() {
method in class:CountDownTimer
/frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java
81
mCancelButton = (Button) findViewById(R.id.
cancel
);
105
* Handles clicks on the
Cancel
button.
/frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java
60
mAnimators[i].
cancel
();
method
132
mAnimators[property].
cancel
();
method
/frameworks/base/core/java/com/android/server/
ResettableTimeout.java
81
*
Cancel
the timeout and call off now.
83
public void
cancel
()
method in class:ResettableTimeout
/frameworks/base/docs/html/training/notify-user/
managing.jd
99
You call {@link android.app.NotificationManager#
cancel
(int)
cancel
()} for a specific
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
ViewFocusAnimator.java
112
mFocusAnimation.
cancel
();
149
mFocusAnimation.
cancel
();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
AutoclickController.java
50
* Non-mouse motion events, key events (excluding modifiers) and non-movement mouse events
cancel
88
mClickScheduler.
cancel
();
102
mClickScheduler.
cancel
();
126
mClickScheduler.
cancel
();
141
mClickScheduler.
cancel
();
152
mClickScheduler.
cancel
();
160
mClickScheduler.
cancel
();
323
public void
cancel
() {
method in class:AutoclickController.ClickScheduler
/frameworks/base/services/backup/java/com/android/server/backup/
KeyValueBackupJob.java
84
public static void
cancel
(Context ctx) {
method in class:KeyValueBackupJob
87
js.
cancel
(JOB_ID);
/frameworks/base/tests/TransitionTests/res/values/
strings.xml
27
<string name="
cancel
">
Cancel
</string>
Completed in 911 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>