Searched defs:cancel (Results 26 - 50 of 93) sorted by relevance

1234

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectionKeyTest.java53 selectionKey.cancel();
67 public void cancel() { method in class:SelectionKeyTest.MockSelectionKey
131 selectionKey.cancel();
182 selectionKey.cancel();
243 * @tests java.nio.channels.SelectionKey#cancel()
246 selectionKey.cancel();
318 selectionKey.cancel();
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_gtk.cc100 GtkWidget* cancel = gtk_button_new_from_stock(GTK_STOCK_CANCEL); local
101 g_signal_connect(cancel, "clicked", G_CALLBACK(OnCancelClickedThunk), this);
102 gtk_box_pack_end(GTK_BOX(hbox), cancel, FALSE, FALSE, 0); local
/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
H A DAbstractScheduledService.java43 * it will cancel the periodic task (but not interrupt it) and wait for it to stop before running
205 runningTask.cancel(false);
324 * not scheduled while a cancel is ongoing. Also it protects the currentFuture variable to
352 // cancel calls cancel on the correct future. 2. we want to make sure that the assignment
373 // N.B. Only protect cancel and isCancelled because those are the only methods that are
376 public boolean cancel(boolean mayInterruptIfRunning) { method in class:AbstractScheduledService.CustomScheduler.ReschedulableCallable
377 // Ensure that a task cannot be rescheduled while a cancel is ongoing.
380 return currentFuture.cancel(mayInterruptIfRunning);
388 throw new UnsupportedOperationException("Only cancel i
[all...]
H A DFutures.java195 * will attempt to cancel the other two, and if either of the other two is
197 * will attempt to cancel itself.
237 * will attempt to cancel the other two, and if either of the other two is
239 * will attempt to cancel itself.
323 * attempt to cancel the other two, and if either of the other two is
325 * will attempt to cancel itself.
361 * will attempt to cancel the other two, and if either of the other two is
363 * will attempt to cancel itself.
430 * is cancelled, it will attempt to cancel the input, and if the input is
432 * will attempt to cancel itsel
688 public boolean cancel(boolean mayInterruptIfRunning) { method in class:Futures.ChainingListenableFuture
704 private void cancel(@Nullable Future<?> future, method in class:Futures.ChainingListenableFuture
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJdkFutureAdaptersTest.java132 public boolean cancel(boolean mayInterruptIfRunning) { method in class:JdkFutureAdaptersTest.RuntimeExceptionThrowingFuture
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java78 public boolean cancel() { method in class:Pipeline.MyTimer
79 boolean retval = super.cancel();
119 this.myTimerTask.cancel();
/external/webkit/Source/WebCore/fileapi/
H A DFileReaderLoader.cpp101 void FileReaderLoader::cancel() function in class:WebCore::FileReaderLoader
110 m_loader->cancel();
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp92 cancel();
126 void Notification::cancel() function in class:WebCore::Notification
137 m_notificationCenter->presenter()->cancel(this);
180 m_loader->cancel();
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp68 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
71 d->m_loader->cancel();
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp79 cancel();
104 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp156 void WebDesktopNotificationsDelegate::cancel(Notification* object) function in class:WebDesktopNotificationsDelegate
/external/webkit/Source/WebKit2/Platform/gtk/
H A DWorkQueueGtk.cpp47 void cancel() function in class:WorkQueue::EventSource
182 sources[i]->cancel();
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp63 void DownloadProxy::cancel() function in class:WebKit::DownloadProxy
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmanager_worker_broker.py141 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
/external/chromium/chrome/browser/debugger/
H A Ddevtools_sanity_unittest.cc146 void cancel() { function in class:__anon1916::CancelableQuitTask
196 delayed_quit->cancel();
228 delayed_quit->cancel();
/external/chromium/chrome/browser/printing/
H A Dprint_view_manager.cc78 // Since our renderer is gone, there's nothing to do, cancel it. Otherwise,
361 void PrintViewManager::TerminatePrintJob(bool cancel) { argument
365 if (cancel) {
/external/chromium/net/disk_cache/
H A Dfile_posix.cc79 // |cancel| is true if the actual task posted to the thread is still
83 bool cancel);
136 bool cancel) {
135 OnOperationComplete(disk_cache::BackgroundIO* operation, bool cancel) argument
H A Din_flight_backend_io.cc444 bool cancel) {
451 if (op->callback() && (!cancel || op->IsEntryOperation()))
443 OnOperationComplete(BackgroundIO* operation, bool cancel) argument
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java162 public void cancel() throws SQLException { method in class:JDBCStatement
/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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java186 thread.cancel(p);
324 protected void cancel( NioEndpoint p ) throws IOException method in class:SelectorKernel.SelectorThread
336 // Note: key.cancel() is specifically thread safe. One of
339 key.cancel();
344 protected void cancel( SelectionKey key, SocketChannel c ) throws IOException method in class:SelectorKernel.SelectorThread
352 key.cancel();
368 // close out our end and cancel the key
369 cancel( key, c );
375 // close out our end and cancel the key
376 cancel( ke
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsTreeOutline.js1121 function cancel() function
1147 cancel();
1157 cancel();
/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.cpp162 void DocumentThreadableLoader::cancel() function in class:WebCore::DocumentThreadableLoader
167 m_loader->cancel();
305 // These platforms don't provide a way to continue without credentials, cancel the load altogether.
309 cancel();
H A DResourceLoader.cpp369 m_handle->cancel();
378 void ResourceLoader::cancel() function in class:WebCore::ResourceLoader
380 cancel(ResourceError());
383 void ResourceLoader::cancel(const ResourceError& error) function in class:WebCore::ResourceLoader
499 cancel();

Completed in 508 milliseconds

1234