HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 526 - 550 of 5382) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
Dialogs.py 30 cancel = kStdCancelItemIndex variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Dialogs.py 30 cancel = kStdCancelItemIndex variable
  /external/clang/include/clang/AST/
StmtOpenMP.h 234 /// \brief true if the construct has inner cancel directive.
258 /// \brief Set cancel state.
269 /// \param HasCancel true if this directive has inner cancel directive.
283 /// \brief Return true if current directive has inner cancel directive.
776 /// \brief true if current directive has inner cancel directive.
802 /// \brief Set cancel state.
815 /// \param HasCancel true if current directive has inner cancel directive.
833 /// \brief Return true if current directive has inner cancel directive.
    [all...]
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java 119 mAutoScrollTimer.cancel();
206 mAutoScrollTimer.cancel();
218 mAutoScrollTimer.cancel();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 93 * // Escape early if cancel() is called
155 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
425 * @see #cancel(boolean)
438 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
442 * @see #cancel(boolean)
450 * normally. If you are calling {@link #cancel(boolean)} on the task,
456 * @see #cancel(boolean)
463 * <p>Attempts to cancel execution of this task. This attempt will
466 * and this task has not started when <tt>cancel</tt> is called
491 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
    [all...]
  /developers/samples/android/ui/actionbar/DoneBar/
template-params.xml 52 and app icon, while the cancel action is made available in the action overflow. This is
79 options for the user are to cancel or confirm the data changes.
87 designed to be used with simple data entry screen where the only options for the user are to cancel or confirm
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 93 * // Escape early if cancel() is called
155 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
425 * @see #cancel(boolean)
438 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
442 * @see #cancel(boolean)
450 * normally. If you are calling {@link #cancel(boolean)} on the task,
456 * @see #cancel(boolean)
463 * <p>Attempts to cancel execution of this task. This attempt will
466 * and this task has not started when <tt>cancel</tt> is called
491 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 61 // Cancel the notification -- we use the same ID that we had used to start it
62 mNM.cancel(R.string.alarm_service_started);
117 // We use a layout id because it is a unique number. We use it later to cancel.
MessengerService.java 129 // Cancel the persistent notification.
130 mNM.cancel(R.string.remote_service_started);
167 // We use a string id because it is a unique number. We use it later to cancel.
NotifyingService.java 61 // Cancel the persistent notification.
62 mNM.cancel(MOOD_NOTIFICATIONS);
116 // We use a layout id because it is a unique number. We use it later to cancel.
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 86 <!-- Button to cancel the current operation -->
88 name="cancel_button_label">Cancel</string>
104 name="menu_cancel">Cancel</string>
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java 93 * // Escape early if cancel() is called
155 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
425 * @see #cancel(boolean)
438 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
442 * @see #cancel(boolean)
450 * normally. If you are calling {@link #cancel(boolean)} on the task,
456 * @see #cancel(boolean)
463 * <p>Attempts to cancel execution of this task. This attempt will
466 * and this task has not started when <tt>cancel</tt> is called
491 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
    [all...]
  /external/google-breakpad/src/client/mac/sender/
crash_report_sender.h 85 // we have until we cancel
96 // action invoked by the "Cancel" button.
97 - (IBAction)cancel:(id)sender;
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 100 f.cancel(true);
146 f.cancel(true);
195 f.cancel(true);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java 127 * This method checks the cancel, isCancelled, and isDone methods.
153 future.cancel(true);
189 future.cancel(true);
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 105 this.cancel();
139 // If we have nothing to send, another timer taskState ahead of us has done the job for us. We can cancel.
140 cancel(); method
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Event.java 31 * {@link #cancel()}.)
54 public void cancel () { method in class:Event
115 /** @see #cancel() */
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 78 public boolean cancel() { method in class:Pipeline.MyTimer
79 boolean retval = super.cancel();
119 this.myTimerTask.cancel();
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 93 * failure exception. If you {@link #cancel} a request before it completes the callback will not
117 public void cancel() { method in class:WebSocketCall
118 call.cancel();
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 123 /// Cancel all asynchronous operations associated with the acceptor.
124 asio::error_code cancel(implementation_type& impl, function in class:asio::socket_acceptor_service
127 return service_impl_.cancel(impl, ec);
  /external/proguard/src/proguard/gui/
OptimizationsDialog.java 39 * Return value if the dialog is canceled (with the Cancel button or by
166 // Create the Cancel button.
167 JButton cancelButton = new JButton(msg("cancel"));
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java 79 * canceled. The RPC system may cancel it immediately, may wait awhile and
80 * then cancel it, or may not even cancel the call at all. If the call is
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AlarmManagerTest.java 124 alarmManager.cancel(newPendingIntent);
134 alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("anotherAction"), 0));
136 alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("someAction"), 0));
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptProcessMonitor.java 99 mUpdater.cancel();
120 mTimer.cancel();
188 mTimer.cancel();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
ThreadUtils.java 80 // Someone is asking us to return early at our convenience. We can't cancel this operation,
100 // Someone is asking us to return early at our convenience. We can't cancel this operation,
142 // Someone is asking us to return early at our convenience. We can't cancel this operation,

Completed in 2212 milliseconds

<<21222324252627282930>>