Searched refs:cancel (Results 76 - 100 of 317) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java43 * #cancel(boolean) cancel(true)} succeeds in canceling the future.
125 public boolean cancel(boolean mayInterruptIfRunning) { method in class:AbstractFuture
126 if (!sync.cancel()) {
139 * call to {@link #cancel(boolean) cancel(true)}.
334 boolean cancel() { method in class:AbstractFuture.Sync
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DProber.java25 * If a conflict during probes occurs, the affected service infos (and affected host name) are taken away from the prober. This eventually causes the prober to cancel itself.
77 public boolean cancel() { method in class:Prober
80 return super.cancel();
155 cancel();
/external/smack/src/org/jivesoftware/smack/
H A DNonSASLAuthentication.java81 collector.cancel();
111 // We're done with the collector, so explicitly cancel it.
112 collector.cancel();
133 // We're done with the collector, so explicitly cancel it.
134 collector.cancel();
H A DAccountManager.java238 collector.cancel();
269 collector.cancel();
303 collector.cancel();
326 collector.cancel();
H A DPacketCollector.java80 public void cancel() { method in class:PacketCollector
/external/smack/src/org/jivesoftware/smackx/muc/
H A DRoomListenerMultiplexor.java105 cancel();
109 cancel();
143 private void cancel() { method in class:RoomListenerMultiplexor
/external/chromium/chrome/browser/extensions/
H A Dextension_webrequest_api.h68 bool cancel,
127 // stop blocking the request and either resume or cancel it.
128 void DecrementBlockCount(uint64 request_id, bool cancel, const GURL& new_url);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DListenableFutureTaskTest.java125 task.cancel(false);
143 // Task has started up, cancel it while it's running.
144 task.cancel(true);
H A DSettableFutureTest.java72 assertTrue(future.cancel(true));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAsyncTask.java61 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ShadowAsyncTask
62 return future.cancel(mayInterruptIfRunning);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DNotificationManagerTest.java70 notificationManager.cancel(1);
79 notificationManager.cancel("a tag", 1);
H A DSslErrorHandlerTest.java37 handler.cancel();
H A DVibratorTest.java52 vibrator.cancel();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIncomingFileTransfer.java205 streamNegotiatorTask.cancel(true);
211 public void cancel() { method in class:IncomingFileTransfer
/external/webkit/Source/WebCore/loader/
H A DWorkerThreadableLoader.h67 virtual void cancel();
102 void cancel();
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp79 cancel();
104 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
/external/chromium/chrome/browser/printing/
H A Dprint_view_manager.h95 // |cancel| is true, cancel it instead of waiting for the job to finish. Will
97 void TerminatePrintJob(bool cancel);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bubble_controller.h63 - (IBAction)cancel:(id)sender;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbug_report_window_controller.h94 - (IBAction)cancel:(id)sender;
/external/chromium/net/disk_cache/
H A Din_flight_io.h38 // Note that this method is not intended to cancel the actual IO operation or
108 // This method is called to signal the completion of the |operation|. |cancel|
111 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0;
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java154 // This is needed because in some case we cancel the timers before all the task have finished running and in some case they will try to reschedule
192 * @see java.util.Timer#cancel()
195 public synchronized void cancel() { method in class:DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
198 super.cancel();
294 _timer.cancel();
303 _stateTimer.cancel();
/external/smack/src/org/jivesoftware/smack/util/
H A DSyncPacketSend.java47 response.cancel();
/external/smack/src/org/jivesoftware/smackx/
H A DSharedGroupManager.java63 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
H A DSyncPacketSend.java47 response.cancel();
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentSession.java269 collector.cancel();
374 collector.cancel();
425 collector.cancel();
521 collector.cancel();
814 collector.cancel();
842 collector.cancel();
880 collector.cancel();
908 collector.cancel();
938 collector.cancel();
968 collector.cancel();
[all...]

Completed in 495 milliseconds

1234567891011>>