HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 126 - 150 of 2626) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/src/com/google/common/util/concurrent/
ForwardingFuture.java 42 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ForwardingFuture
43 return delegate().cancel(mayInterruptIfRunning);
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 6 cancel =
35 cancel =
50 cancel = Cancels any changes and exits the segment window.
75 cancel =
85 cancel =
97 cancel =
112 cancel =
115 cancel =
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationDecisionListener.cpp 48 void AuthenticationDecisionListener::cancel() function in class:WebKit::AuthenticationDecisionListener
51 m_challengeProxy->cancel();
  /frameworks/base/core/java/android/app/
IActivityController.aidl 31 * it to be started as normal, or false to cancel/reject this activity.
37 * it to be resumed as normal, or false to cancel/reject this activity.
  /frameworks/base/core/java/android/webkit/
ClientCertRequestHandler.java 72 * Cancel this request, remember the users negative choice.
74 public void cancel() { method in class:ClientCertRequestHandler
JsResult.java 24 // Tells us if the user tried to confirm or cancel the result before WebCore
40 public final void cancel() { method in class:JsResult
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 57 public final void cancel() { method in class:AbstractSelectionKey
60 ((AbstractSelector) selector()).cancel(this);
  /packages/apps/Browser/res/layout/
widget_account_selection.xml 48 android:id="@+id/cancel"
53 android:text="@string/cancel" />
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportProcessor.java 192 // Cancel notification will be done outside this method.
230 // In the worst case, a user may call cancel() just before creating
237 Log.i(LOG_TAG, "ImportProcessor already recieves cancel request, so " +
238 "send cancel request to vCard parser too.");
239 mVCardParser.cancel();
281 public synchronized boolean cancel(boolean mayInterruptIfRunning) { method in class:ImportProcessor
282 if (DEBUG) Log.d(LOG_TAG, "ImportProcessor received cancel request");
289 mVCardParser.cancel();
  /packages/apps/Gallery2/res/layout/
dialog_picker.xml 33 android:id="@+id/cancel"
37 android:text="@android:string/cancel"
  /packages/apps/Music/res/layout/
confirm_delete.xml 43 <Button android:id="@+id/cancel"
45 android:text="@string/cancel"
  /packages/apps/Music/res/layout-keysexposed/
create_playlist.xml 52 <Button android:id="@+id/cancel"
54 android:text="@string/cancel"
  /external/chromium/chrome/browser/importer/
toolbar_importer.h 31 // either completed or Toolbar5Importer->Cancel() has been called.
45 // This method is called when the user clicks the cancel button on the UI
46 // dialog. We need to post a message to our loop to cancel network retrieval.
47 virtual void Cancel() OVERRIDE;
161 // The fetchers need to be available to cancel the network call on user cancel
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller_unittest.mm 197 // Check that clicking the cancel button calls Cancel() and closes
199 [controller_ cancel:nil];
209 // Check that clicking the cancel button calls Cancel() but does not close
211 [controller_ cancel:nil];
  /cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java 125 mPendingIntent.cancel();
167 mPendingIntent.cancel();
196 mPendingIntent.cancel();
209 method = "cancel",
220 mPendingIntent.cancel();
254 mPendingIntent.cancel();
292 mPendingIntent.cancel();
315 mPendingIntent.cancel();
325 mPendingIntent.cancel();
352 mPendingIntent.cancel();
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
DirectoryWalker.java 43 * <li><a href="#cancel">3. Cancellation</a> - how to implement cancellation
151 * <a name="cancel"></a>
154 * The DirectoryWalker contains some of the logic required for cancel processing.
163 * a place for custom cancel processing.</li>
168 * <li>The decision logic on whether to cancel processing or not.</li>
170 * <li>Custom cancel processing in the <code>handleCancelled()</code> method.
187 * This example provides a public <code>cancel()</code> method that can be
189 * would be a cancel button on a GUI. Calling this method sets a
202 * public void cancel() {
210 * protected void handleCancelled(File startDirectory, Collection results, CancelException cancel) {
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.html 180 <div id="cancel-space-no-captcha" colspan="2">
186 <button id="sync-setup-cancel" type="reset" i18n-content="cancel">
208 <input id="confirm-everything-cancel" type="button"
209 i18n-values="value:cancel">
352 <input id="choose-datatypes-cancel" type="button"
353 i18n-values="value:cancel">
381 <div class="overlay-warning" id="cancel-warning-box" hidden>
382 <div id="cancel-warning-header" i18n-content="cancelWarningHeader">
384 <div id="cancel-warning" i18n-content="cancelWarning"></div
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskDialog.java 61 /** Cancel button says "Cancel" and is enabled. Waiting for user to cancel. */
63 /** Cancel button has been clicked. Waiting for thread to finish. */
150 mCancelButton.setText("Cancel");
161 SWT.H_SCROLL | SWT.V_SCROLL | SWT.CANCEL | SWT.MULTI);
175 * Sets the mode to cancel pending.
176 * The first time this grays the cancel button, to let the user know that the
177 * cancel operation is pending.
182 // and lock on the cancel button mode.
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller_unittest.mm 135 [controller_ cancel:nil];
143 [controller_ cancel:nil];
164 [controller_ cancel:nil];
178 [controller_ cancel:nil];
190 [controller_ cancel:nil];
203 [controller_ cancel:nil];
216 [controller_ cancel:nil];
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl_iq.cc 135 AecImpl(error_element, QN_STANZA_CONFLICT, "cancel", "409");
139 "cancel", "501");
151 AecImpl(error_element, QN_STANZA_ITEM_NOT_FOUND, "cancel", "404");
157 AecImpl(error_element, QN_STANZA_NOT_ACCEPTABLE, "cancel", "406");
160 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405");
176 "cancel", "404");
185 AecImpl(error_element, QN_STANZA_SERVICE_UNAVAILABLE, "cancel", "503");
  /frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java 71 mAnim.cancel();
204 * Verify that calling cancel on an unstarted animator does nothing.
209 mAnimator.cancel();
222 * Verify that calling cancel on a started animator does the right thing.
234 mAnimator.cancel();
280 mAnimator.cancel();
408 * Same as testPlayingDelayedCancel, but cancel during the startDelay period
419 // the listeners with cancel/end callbacks since they won't be called
446 // the listeners with cancel/end callbacks since they won't be called
474 mAnimator.cancel();
    [all...]
  /external/chromium/chrome/browser/
plugin_observer.cc 42 virtual bool Cancel();
72 bool PluginInfoBarDelegate::Cancel() {
107 virtual bool Cancel();
156 return PluginInfoBarDelegate::Cancel();
159 bool BlockedPluginInfoBarDelegate::Cancel() {
165 return PluginInfoBarDelegate::Cancel();
200 virtual bool Cancel();
263 bool OutdatedPluginInfoBarDelegate::Cancel() {
266 return PluginInfoBarDelegate::Cancel();
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 141 def cancel(self): member in class:AbstractWorker
220 def cancel(self): member in class:_WorkerConnection
243 def cancel(self): member in class:_InlineWorkerConnection
244 self._client.cancel()
271 def cancel(self): member in class:_Thread
272 return self._client.cancel()
289 def cancel(self): member in class:_ThreadedWorkerConnection
290 return self._thread.cancel()
336 def cancel(self): member in class:_MultiProcessWorkerConnection
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 106 mToast.cancel();
138 mToast.cancel();
154 // And cancel the alarm.
156 am.cancel(sender);
160 mToast.cancel();
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 79 // Store the handle so we can cancel the load if stopLoading is called later.
116 // Until <rdar://problem/5463392> is resolved and we can properly cancel SubresourceLoaders when they get an error response,
130 // implement this method to cancel the resource load
131 m_resourceLoader->cancel();
138 // Until <rdar://problem/5463392> is resolved and we can properly cancel SubresourceLoaders when they get an error response,

Completed in 3081 milliseconds

1 2 3 4 56 7 8 91011>>