HomeSort by relevance Sort by last modified time
    Searched full:canceled (Results 1 - 25 of 1113) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 53 CANCELED("canceled", StateClass.canceled),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
86 * or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.
109 return CANCELED;
110 case CANCELED:
111 return CANCELED;
123 * Returns to the next reverted state. All states except CANCELED revert to PROBING_1. Status CANCELED does not revert
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java 46 * Creates a new {@linkplain RenameResult} for a user canceled renaming operation
47 * @return a canceled operation
50 public static RenameResult canceled() { method in class:RenameResult
79 * Marks this result as canceled
81 * @param canceled whether the result was canceled
85 public RenameResult setCanceled(boolean canceled) {
86 mCanceled = canceled;
127 * Returns whether this result represents a canceled renaming operation
129 * @return true if the operation was canceled
    [all...]
  /external/chromium_org/ui/gfx/animation/
test_animation_delegate.h 13 // Trivial AnimationDelegate implementation. AnimationEnded/Canceled quit the
35 bool canceled() const { function in class:gfx::TestAnimationDelegate
animation_delegate.h 26 // Called when an animation has been canceled.
  /frameworks/base/core/java/android/os/
CancellationSignal.java 31 * Creates a cancellation signal, initially not canceled.
37 * Returns true if the operation has been canceled.
39 * @return True if the operation has been canceled.
48 * Throws {@link OperationCanceledException} if the operation has been canceled.
50 * @throws OperationCanceledException if the operation has been canceled.
60 * If the operation has not yet started, then it will be canceled as soon as it does.
94 * Sets the cancellation listener to be called when canceled.
128 * remote transport is canceled immediately.
OperationCanceledException.java 21 * An exception type that is thrown when an operation in progress is canceled.
31 super(message != null ? message : "The operation has been 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.
  /external/chromium_org/content/renderer/
external_popup_menu.h 35 // user canceled the popup.
40 // Called when the user has selected items or canceled the popup.
41 void DidSelectItems(bool canceled, const std::vector<int>& selected_indices);
  /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...]
  /external/chromium_org/ash/wm/overview/
window_selector_delegate.h 23 // Invoked if selection is canceled.
  /external/chromium_org/chrome/browser/history/
history_backend_android.cc 14 if (request->canceled())
30 if (request->canceled())
46 if (request->canceled())
63 if (request->canceled())
79 if (request->canceled())
122 if (request->canceled())
137 if (request->canceled())
153 if (request->canceled())
172 if (request->canceled())
history_db_task.h 18 // task completes and has not been canceled, DoneRunOnMainThread is invoked back
30 // only invoked if the request was not canceled and returned true from
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
progress_center_common.js 33 CANCELED: 'canceled'
141 * Whether the item can be canceled or not.
142 * @return {boolean} True if the item can be canceled.
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_listener.h 19 // Called when the EchoDialog is canceled. After call to this method, the
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_constants.cc 22 const char kUninstallCanceledError[] = "Extension * uninstall canceled by user";
  /external/chromium_org/sync/internal_api/public/base/
cancelation_signal_unittest.cc 24 // Blocks until canceled. Signals |task_done_signal| when finished.
89 // it was canceled early or because it was canceled after it was started.
95 // Verifies that the background task was canceled early.
  /external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h 27 // that the composition is canceled.
  /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...]
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 74 // onLoadInBackground threw a canceled exception spuriously.
78 // reflect the fact that the task was being canceled.
82 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
175 // one being canceled; just drop it.
207 * Called if the task was canceled before it was completed. Gives the class a chance
242 if (DEBUG) Slog.v(TAG, "Cancelled task is now canceled!");
284 * When the load is canceled, this method may either return normally or throw
291 * @throws OperationCanceledException if the load is canceled during execution.
307 * @throws OperationCanceledException if the load is canceled during execution.
330 * Returns true if the current invocation of {@link #loadInBackground} is being 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_org/ash/shelf/
shelf_button_host.h 43 // Invoked either if a pointer device is released or mouse capture canceled.
46 bool canceled) = 0;
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 32 // Return a new self-deleting DownloadDangerPrompt. |accepted| or |canceled|
33 // will be run when the the respective action is invoked. |canceled| may also
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.h 20 // was canceled (even when canceled as a result of a new animation starting).

Completed in 1361 milliseconds

1 2 3 4 5 6 7 8 91011>>