Searched refs:cancel (Results 226 - 250 of 317) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dspawni.c44 # include <not-cancel.h>
/external/chromium/net/disk_cache/
H A Din_flight_backend_io.h194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel);
H A Din_flight_backend_io.cc444 bool cancel) {
451 if (op->callback() && (!cancel || op->IsEntryOperation()))
443 OnOperationComplete(BackgroundIO* operation, bool cancel) argument
/external/chromium/net/http/
H A Dhttp_cache.h306 // Called when the transaction has finished working with this entry. |cancel|
309 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source_unittest.cc217 EXPECT_CALL(*url_loader_, cancel());
H A Dsimple_data_source.cc70 // Post a task to the render thread to cancel loading the resource.
108 // Post a task to the render thread to cancel loading the resource.
320 url_loader_->cancel();
/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/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java162 public void cancel() throws SQLException { method in class:JDBCStatement
/external/qemu/
H A Dblock_int.h44 void (*cancel)(BlockDriverAIOCB *acb); member in struct:AIOPool
H A Ddma-helpers.c144 .cancel = dma_aio_cancel,
H A Dmigration.c80 s->cancel(s);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogTest.java68 dialog.cancel();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DOutgoingFileTransfer.java392 public void cancel() { method in class:OutgoingFileTransfer
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp252 loader->handle()->cancel();
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.h180 virtual void cancel();
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileWriterCallbacksBridge.cpp99 bridge->m_writer->cancel();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm308 [checkIdentifier cancel];
314 [(id)item cancel];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegate.h139 @method cancel
142 - (void)cancel;
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp103 void Download::cancel() function in class:WebKit::Download
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner2.py200 worker_state.worker_connection.cancel()
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandManager.java502 // prev or cancel method, then that error is returned to the
506 // If the error type is cancel, then the execution is
606 else if (Action.cancel.equals(action)) {
607 command.cancel();
617 // prev or cancel method, then that error is returned to the
621 // If the error type is cancel, then the execution is
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp149 priv->resourceHandle->cancel();
530 priv->resourceHandle->cancel();
/external/webkit/Source/WebKit/wx/
H A DWebView.h295 void Cancel(bool cancel = true) { m_cancelled = cancel; }
/external/oprofile/events/x86-64/family11h/
H A Devents47 event:0x48 counters:0,1,2,3 um:zero minimum:500 name:MICROARCHITECTURAL_LATE_CANCEL_OF_AN_ACCESS : Micro-architectural late cancel of an access
48 event:0x49 counters:0,1,2,3 um:zero minimum:500 name:MICROARCHITECTURAL_EARLY_CANCEL_OF_AN_ACCESS : Micro-architectural early cancel of an access
H A Dunit_masks107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel

Completed in 779 milliseconds

1234567891011>>