Searched refs:cancel (Results 251 - 275 of 317) sorted by relevance

<<111213

/external/oprofile/events/x86-64/hammer/
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_masks92 0x04 Probe hit dirty without memory cancel
93 0x08 Probe hit dirty with memory cancel
/external/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js275 this._currentAnimation.cancel();
H A Dinspector.js904 function cancel() function
912 cancel: cancel,
1458 // context: Object - an arbitrary context object to be passed to the commit and cancel handlers
1460 // cancelHandler: Function - handles editing "cancel" outcome
1538 return "cancel";
1549 } else if (result === "cancel") {
1580 cancel: editingCancelled.bind(element),
H A DElementsTreeOutline.js1121 function cancel() function
1147 cancel();
1157 cancel();
H A DExtensionServer.js372 auditRun.cancel();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java457 this.cancel();
1021 this.dialogDeleteTask.cancel();
1076 this.timerTask.cancel();
1084 this.dialogDeleteTask.cancel();
1877 * Throw out cancel request.
2303 this.timerTask.cancel();
3125 this.timerTask.cancel();
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm370 void ResourceHandle::cancel()
372 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
380 [d->m_connection.get() cancel];
535 [handle->connection() cancel];
768 // the willSendRequest call may cancel this load, in which case self could be deallocated
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js3158 if (wait === false) this.options.link = 'cancel';
3189 case 'cancel': this.cancel(); return true;
3211 cancel: function(){
3226 this.fireEvent('cancel', this.subject).clearChain();
3436 if (tween) tween.cancel();
3437 return this.eliminate('tween').store('tween:options', $extend({link: 'cancel'}, options));
3540 if (morph) morph.cancel();
3541 return this.eliminate('morph').store('morph:options', $extend({link: 'cancel'}, options));
3763 case 'cancel'
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java312 future.cancel(false);
H A DJSR166TestCase.java578 } finally { future.cancel(true); }
/external/jmdns/src/javax/jmdns/impl/
H A DJmmDNSImpl.java85 _timer.cancel();
87 // We need to cancel all the DNS
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java357 ping.cancel();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java419 collector.cancel();
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.cpp399 loader->handle()->cancel();
/external/webkit/Source/WebCore/platform/network/win/
H A DResourceHandleWin.cpp404 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp117 m_loader->cancel();
205 // Something went wrong, cancel loading the stream
325 // FIXME: We should cancel our job in the SubresourceLoader on error so we don't reach this case
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp259 void WebRequest::cancel() function in class:android::WebRequest
380 // If the delegate does not cancel the request and |*defer_redirect| is
382 // changed to the new URL. Otherwise if the delegate does not cancel the
405 // or request->CancelAuth() to cancel the login and display the error page.
423 // the user the options to proceed, cancel, or view certificates.
/external/chromium/net/http/
H A Dhttp_cache.cc829 bool cancel) {
831 // the writer, there is nothing to cancel.
840 if (cancel) {
1058 // to happen the action (to cancel B) has to be synchronous to the
828 DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel) argument
/external/chromium/webkit/glue/
H A Dweburlloader_impl.cc720 cancel();
759 void WebURLLoaderImpl::cancel() { function in class:webkit_glue::WebURLLoaderImpl
/external/smack/src/org/jivesoftware/smack/
H A DRoster.java297 collector.cancel();
466 collector.cancel();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm479 m_loader->cancel(error);
529 // Netscape documentation says that a negative result from NPP_Write means cancel the load.
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl167 @method cancel
169 - (void)cancel;
171 HRESULT cancel();
/external/oprofile/events/x86-64/family10/
H A Dunit_masks113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel

Completed in 426 milliseconds

<<111213