HomeSort by relevance Sort by last modified time
    Searched full:canceled (Results 26 - 50 of 555) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/webkit/glue/
p2p_transport.h 50 // the socket are canceled when the transport is destroyed.
  /frameworks/base/core/java/android/content/
DialogInterface.java 64 * dialog is canceled.
66 * This will only be called when the dialog is canceled, if the creator
72 * This method will be invoked when the dialog is canceled.
74 * @param dialog The dialog that was canceled will be passed into the
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 84 * not be called from the main application thread. A blocked call will be canceled with
91 * @throws IOException if there is an I/O failure, or the operation is canceled
106 * not be called from the main application thread. A blocked call will be canceled with
113 * @throws IOException if there is an I/O failure, or the operation is canceled
NfcV.java 104 * not be called from the main application thread. A blocked call will be canceled with
112 * @throws IOException if there is an I/O failure, or this operation is canceled
  /frameworks/base/telephony/java/com/android/internal/telephony/
MmiCode.java 59 * @return true if an outstanding request can be canceled.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IShellOutputReceiver.java 34 * canceled). This allows the receiver to terminate and flush whatever
InstallException.java 34 * Returns true if the installation was canceled by user input. This can typically only
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 38 boolean canceled = false; field in class:PendingIntentRecord
191 if (!canceled) {
195 canceled = true;
287 if (!canceled) {
323 if (sent || canceled) {
325 pw.print(" canceled="); pw.println(canceled);
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 208 * there is no guarantee that the operation will be canceled. They still may
212 * @param token The token representing the operation to be canceled. If
214 * canceled.
217 int canceled = 0; local
223 ++canceled;
229 Log.d(TAG, "cancelOperation(" + token + ") -> " + canceled);
231 return canceled;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 69 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
72 virtual bool EndDrag(bool canceled) = 0;
159 // Ends the dragging operations. |canceled| is true if the operation was
160 // canceled.
161 void EndDrag(bool canceled);
dragged_tab_controller_gtk.h 42 // Complete the current drag session. If the drag session was canceled
43 // because the user pressed Escape or something interrupted it, |canceled|
46 bool EndDrag(bool canceled);
65 // The drag session was canceled (alt-tab during drag, escape ...)
66 CANCELED,
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 27 * from a selector, its selection key must be canceled. This can be done
112 * returned key is canceled if the channel is closed while registering is in
137 * if this channel is registered but its key has been canceled.
152 * canceled if the channel is closed while registering is in progress.
177 * if this channel is registered but its key has been canceled.
Selector.java 27 * added to the selector's key set. Selection keys can be canceled so that the
31 * that have been canceled since last select operation are moved to the set of
32 * canceled keys. During the select operation, the channels registered with this
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 57 * the unsent files are also canceled)
95 * Called to notify when the batch is canceled
155 * 2) Go through mShares list and mark all incomplete share as CANCELED status
156 * 3) update ContentProvider for these canceled transfer
159 if (V) Log.v(TAG, "batch " + this.mId + " is canceled");
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 373 private boolean canceled; field in class:BluetoothSocket.SdpHelper
378 canceled = false;
385 if (canceled) throw new IOException("Service discovery canceled");
402 if (canceled) throw new IOException("Service discovery canceled");
409 if (!canceled) {
410 canceled = true;
416 if (!canceled) {
  /external/protobuf/python/google/protobuf/
service.py 158 canceled. The RPC system may cancel it immediately, may wait awhile and
160 canceled, the "done" callback will still be called and the RpcController
181 If true, indicates that the client canceled the RPC, so the server may
190 Asks that the given callback be called when the RPC is canceled. The
192 being canceled, the callback will be called after completion. If the RPC
193 has already been canceled when NotifyOnCancel() is called, the callback
  /external/chromium/net/http/
http_stream_factory_impl.h 92 // not be canceled when Requests are canceled. Therefore, in
  /external/chromium/chrome/browser/extensions/
extension_uninstall_dialog.h 60 // The delegate we will call Accepted/Canceled on after confirmation UI.
  /external/chromium/chrome/browser/history/
download_database.h 38 // On the next start such entries are considered canceled. This functions
  /external/chromium/chrome/browser/remoting/
setup_flow_register_step.cc 25 // Don't need to do anything here. The request will be canceled when
  /external/chromium/chrome/browser/
tab_closeable_state_watcher.h 41 // Called from Browser::CancelWindowClose when closing of window is canceled.
  /external/chromium/net/url_request/
url_request_status.h 32 CANCELED,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FragmentRule.java 39 // Remove the view; the insertion was canceled
ImageViewRule.java 44 // Remove the view; the insertion was canceled
IncludeRule.java 39 // Remove the view; the insertion was canceled

Completed in 1793 milliseconds

12 3 4 5 6 7 8 91011>>