HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 101 - 125 of 1366) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/loader/
WorkerThreadableLoader.cpp 82 loader->cancel();
85 void WorkerThreadableLoader::cancel() function in class:WebCore::WorkerThreadableLoader
87 m_bridge.cancel();
143 thisPtr->m_mainThreadLoader->cancel();
147 void WorkerThreadableLoader::MainThreadBridge::cancel() function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
  /external/webkit/WebKit/chromium/src/
ResourceHandle.cpp 63 void cancel();
92 void ResourceHandleInternal::cancel() function in class:WebCore::ResourceHandleInternal
94 m_loader->cancel();
216 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
218 d->cancel();
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 87 Cancel();
554 //look for cancel completion.
562 //Current cancel command is now complete.
565 //look for non-cancel completion
    [all...]
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.cpp 395 //look for cancel completion.
403 //Current cancel command is now complete.
406 //look for non-cancel completion
577 Cancel();
668 //Can't do anything when an asynchronous cancel is in progress-- just
673 //If a command is in progress, only hi pri cancel commands can interrupt it.
688 //save input command in cancel command
718 //Request already failed-- erase from Cancel Command.
724 //Node command is now stored in Cancel Command, so erase from Input Commands.
    [all...]
  /external/bluetooth/glib/gio/
gcancellable.c 312 /* Make sure we're not leaving old cancel state around */
456 * cancel the operation from the same thread in which it is running,
463 gboolean cancel; local
465 cancel = FALSE;
472 cancel = TRUE;
479 if (cancel)
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_cpm_support.cpp 308 * if there was any pending cancel, we just ignore CPM process.
615 * CPM module. CancelGetLicense can cancel only for GetLicense cmd.
625 * start at element 1 since this cancel command is element 0.
632 /* cancel the queued command */
634 // report cancel success
640 /* if we get here the command isn't queued so the cancel fails */
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 108 * and query cancel handler implemented in {@link SimContactQueryCookie}.
236 * handler's onQuery Complete, as well as what we need in order to cancel
240 * the user can request a cancel at any time through the UI.
274 * Cancel the ADN query by stopping the operation and signaling
275 * the cookie that a cancel request is made.
287 // Cancel the operation if possible.
  /external/ppp/pppd/
fsm.c 125 * Cancel all timeouts and inform upper layers.
144 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
152 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
207 * Cancel any timeout running, notify upper layers we're done, and
216 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
246 * Cancel timeouts and either initiate close or possibly go directly to
462 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
514 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
520 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
582 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout *
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 84 + "and user cancel the search UI, OnDismissListener#onDismiss() will be called. "
85 + "But we have tried to cancel the search UI with the back key "
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 110 method = "cancel",
119 mActivity.countDownTimer.cancel();
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 119 vibrator.cancel();
120 fail("Vibrator.cancel() did not throw SecurityException as expected.");
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 114 method = "cancel",
161 handler.cancel();
  /development/apps/GestureBuilder/res/values/
strings.xml 34 <!-- Label, button used to cancel the operation of adding a gesture -->
50 <string name="cancel_action">Cancel</string>
  /development/apps/launchperf/res/values/
strings.xml 44 <string name="cancel">Cancel</string>
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 86 <!-- Button to cancel the current operation -->
88 name="cancel_button_label">Cancel</string>
  /external/bluetooth/bluez/doc/
agent-api.txt 54 needs no longer to be displayed, the Cancel method
99 void Cancel()
  /external/bluetooth/bluez/test/
simple-agent 69 def Cancel(self):
70 print "Cancel"
  /external/opencore/oscl/oscl/osclio/src/
oscl_udp_socket.cpp 45 //Cancel any outstanding requests.
74 //Cancel any outstanding requests.
  /external/webkit/WebCore/notifications/
Notification.cpp 98 void Notification::cancel() function in class:WebCore::Notification
101 m_presenter->cancel(this);
  /external/webkit/WebKit/win/Interfaces/
IWebDownload.idl 69 - (void)cancel
71 HRESULT cancel();
  /external/webkit/WebKit/win/
WebIconFetcher.cpp 124 HRESULT STDMETHODCALLTYPE WebIconFetcher::cancel() function in class:WebIconFetcher
126 m_iconFetcher->cancel();
  /frameworks/base/core/java/android/os/
CountDownTimer.java 73 * Cancel the countdown.
75 public 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/com/android/server/
ResettableTimeout.java 81 * Cancel the timeout and call off now.
83 public void cancel() method in class:ResettableTimeout
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 128 new Test("Cancel Notification in 3 sec.") {
132 mNotificationManager.cancel(1);

Completed in 394 milliseconds

1 2 3 45 6 7 8 91011>>