HomeSort by relevance Sort by last modified time
    Searched full:canceled (Results 1 - 25 of 1219) 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/extensions/browser/guest_view/web_view/
web_view_find_helper.cc 24 find_info_map_.begin()->second->SendResponse(true /* canceled */);
28 DispatchFindUpdateEvent(true /* canceled */, true /* final_update */);
32 void WebViewFindHelper::DispatchFindUpdateEvent(bool canceled,
37 args->SetBoolean(webview::kFindCanceled, canceled);
44 void WebViewFindHelper::EndFindSession(int session_request_id, bool canceled) {
51 find_info->SendResponse(canceled);
69 // Update the request's number of matches (if not canceled).
70 if (!canceled) {
77 (*i)->SendResponse(canceled);
143 // Ignore slow replies to canceled find requests
    [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 28 // 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);
  /external/chromium_org/ui/file_manager/file_manager/common/js/
progress_center_common.js 33 CANCELED: 'canceled'
146 * If the current state is canceled or completed, it always returns 0 or 100
153 case ProgressItemState.CANCELED: return 0;
160 * Whether the item can be canceled or not.
161 * @return {boolean} True if the item can be 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...]
  /external/chromium_org/chrome/browser/history/
history_db_task.h 16 // task completes and has not been canceled, DoneRunOnMainThread is invoked back
31 // only invoked if the request was not canceled and returned true from
  /external/chromium_org/chrome/browser/ui/views/frame/
web_contents_close_handler.h 31 // Invoked when the close was canceled.
38 // close was canceled.
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
TestInteractionActivity.java 61 Log.i(TAG, "Canceled!");
86 Log.i(TAG, "Canceled!");
101 Log.i(TAG, "Canceled!");
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
MediaAccessPermissionRequestTest.java 30 public boolean canceled() { method in class:MediaAccessPermissionRequestTest.OnPermissionRequestHelper
138 // Don't respond and wait for the request canceled.
157 // Load the same page again, the previous request should be canceled.
160 assertTrue(helper.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/win8/metro_driver/ime/
text_service_delegate.h 27 // that the composition is canceled.
  /libcore/luni/src/main/java/java/util/
Timer.java 404 * Removes all canceled tasks from the task queue. If there are no
408 * @return the number of canceled tasks that were removed from the task
428 * if the {@code Timer} has been canceled, or if the task has been
429 * scheduled or canceled.
449 * if the {@code Timer} has been canceled, or if the task has been
450 * scheduled or canceled.
471 * if the {@code Timer} has been canceled, or if the task has been
472 * scheduled or canceled.
494 * if the {@code Timer} has been canceled, or if the task has been
495 * 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) Log.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) Log.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_org/ash/shelf/
shelf_button_host.h 42 // Invoked either if a pointer device is released or mouse capture canceled.
45 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/extensions/api/management/
management_api_constants.cc 25 "Extension * uninstall canceled by user.";
35 "App shortcuts creation canceled by user.";
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.h 20 // was canceled (even when canceled as a result of a new animation starting).
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view_browsertest.cc 34 bool canceled() { return canceled_; } function in class:__anon9885::TestExtensionUninstallDialogDelegate
75 EXPECT_TRUE(delegate.canceled());

Completed in 998 milliseconds

1 2 3 4 5 6 7 8 91011>>