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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.h 55 virtual void cancel(WebCore::Notification* object);
  /external/webkit/WebKit/mac/Misc/
WebKitErrorsPrivate.h 32 // FIXME: WebKitErrorPlugInWillHandleLoad is used for the cancel we do to prevent loading plugin content twice. See <rdar://problem/4258008>
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.h 54 - (IBAction)cancel:(id)sender;
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.h 57 - (void)cancel;
  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.h 50 virtual void cancel(WebCore::Notification* object);
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui 109 <string>&amp;Cancel</string>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui 109 <string>&amp;Cancel</string>
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 187 * Use {@link BluetoothAdapter#cancelDiscovery()} to cancel an ongoing
221 mSdp.cancel();
381 /** Object cannot be re-used after calling cancel() */
382 public synchronized void cancel() { method in class:BluetoothSocket.SdpHelper
  /frameworks/base/core/java/android/os/
Vibrator.java 80 public void cancel() method in class:Vibrator
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 59 void cancel(in IRecognitionListener listener);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 127 notMgr.cancel((int)ContentUris.parseId(intent.getData()));
128 if (V) Log.v(TAG, "notMgr.cancel called");
169 notMgr.cancel((int)ContentUris.parseId(intent.getData()));
170 if (V) Log.v(TAG, "notMgr.cancel called");
  /packages/apps/Calendar/res/layout/
ics_import_activity.xml 71 android:text="@android:string/cancel" />
  /packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java 81 .setNegativeButton(android.R.string.cancel, null)
  /packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java 96 public void cancel() { method in class:DeferredHandler
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 52 ((Button) findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 119 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
131 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
171 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
289 // Cancel and finish
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 80 * Cancel any unstarted tasks running in this executor. This instance
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 561 // Can't do anything when an asynchronous cancel is in progress
817 iDurationCalcAO->Cancel();
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 67 * leads to overrides of shutdown methods to remove and cancel
79 * False if should cancel/suppress periodic tasks on shutdown.
84 * False if should cancel non-periodic tasks on shutdown.
89 * True if ScheduledFutureTask.cancel should remove from queue
214 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ScheduledThreadPoolExecutor.ScheduledFutureTask
215 boolean cancelled = super.cancel(mayInterruptIfRunning);
227 cancel(false);
255 * is being added, cancel and remove it if required by state and
268 task.cancel(false);
284 task.cancel(false)
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
ValueFuture.html 134 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/ValueFuture.html#cancel(boolean)">cancel</A></B>(boolean&nbsp;mayInterruptIfRunning)</CODE>
186 <TD><CODE><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel()">cancel</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#get()">get</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#get(long, java.util.concurrent.TimeUnit)">get</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#isCancelled()">isCancelled</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#isDone()">isDone</A></CODE></TD>
272 <A NAME="cancel(boolean)"><!-- --></A><H3>
273 cancel</H3>
275 public boolean <B>cancel</B>(boolean&nbsp;mayInterruptIfRunning)</PRE>
283 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#cancel(boolean)" title="class or interface in java.util.concurrent">cancel</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</A>&lt;<A HREF="../../../../../com/google/common/util/concurrent/ValueFuture.html" title="type parameter in ValueFuture">V</A>&gt;</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel(boolean)">cancel</A></CODE> in class <CODE><A HREF="../../../../../com/google/common/util/concurre (…)
    [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp     [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
WifiWatchdogService.java 441 * Signals the current action to cancel.
448 * Helper to check whether to cancel.
450 * @return Whether to cancel processing the action.
476 * stale, so cancel it.
525 * watchdog thread is now stale, so cancel it.
671 // Reset the cancel state since this is the entry point of this action
723 // Check whether we are stale and should cancel
742 // Check whether we are stale and should cancel
762 // Before taking action, make sure we should not cancel our processing
784 // Reset the cancel state since this is the entry point of this actio
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp 193 Cancel();
    [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_node.cpp 208 Cancel();
    [all...]

Completed in 546 milliseconds

1 2 3 4 5 6 7 891011>>