Home
last modified time | relevance | path

Searched defs:cancel (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dcancel.any.js22 cancel() { method
38 const cancel = delay(5).then(() => delay(5)).then(() => delay(5)).then(() => { constant
60 cancel(reason) { method
80 cancel() { method
105 cancel(reason) { method
120 cancel() { method
137 cancel() { method
157 cancel(error) { method
173 cancel() { method
199 cancel() { method
Dpatched-global.any.js85 ReadableStreamDefaultReader.prototype.cancel = function() { method in ReadableStreamDefaultReader
96 ReadableStreamDefaultReader.prototype.cancel = oldDefaultReaderCancel; method in ReadableStreamDefaultReader
Dbad-underlying-sources.any.js121 get cancel() { getter
132 cancel() { method
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsNestedParams.ts15 async cancel({reason, code}) {} method in X
28 async cancel({reason, suberr}) {} method in Y
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsNestedParams.js10 async cancel({reason, code}) {} method in X
23 async cancel({reason, suberr}) {} method in Y
45 cancel({ reason, code }) { method in X
59 cancel({ reason, suberr }) { method in Y
/third_party/node/test/fixtures/wpt/streams/piping/
Derror-propagation-backward.any.js60 cancel() { method
234 cancel() { method
312 cancel() { method
385 cancel() { method
499 cancel() { method
561 cancel() { method
Dclose-propagation-backward.any.js39 cancel(cancelErr) { method
/third_party/node/test/parallel/
Dtest-whatwg-webstreams-transfer.js310 cancel: common.mustCall((error) => { property
483 cancel: common.mustCall(), property
500 cancel: common.mustCall((error) => { property
517 const cancel = reader.cancel(m); constant
Dtest-whatwg-readablestream.js88 cancel: () => { method
101 cancel() { method
122 cancel: common.mustNotCall(), property
136 cancel: common.mustNotCall(), property
148 cancel: common.mustNotCall(), property
161 cancel: common.mustNotCall(), property
176 cancel: common.mustNotCall(), property
763 cancel(reason) { method
778 cancel(reason) { method
792 cancel() { method
[all …]
Dtest-whatwg-webstreams-adapters-to-streamreadable.js42 cancel(reason) { method in MySource
/third_party/typescript/tests/cases/compiler/
DasyncFunctionsAndStrictNullChecks.ts12 cancel(): void; method
/third_party/python/Lib/
Dsched.py87 def cancel(self, event): member in scheduler
/third_party/python/Lib/tkinter/
Dsimpledialog.py34 text='', buttons=[], default=None, cancel=None, argument
200 def cancel(self, event=None): member in Dialog
/third_party/node/lib/internal/webstreams/
Dreadablestream.js326 cancel(reason = undefined) { method in ReadableStream
644 cancel: kEnumerableProperty, property
873 cancel(reason = undefined) { method in ReadableStreamDefaultReader
896 cancel: kEnumerableProperty, property
989 cancel(reason = undefined) { method in ReadableStreamBYOBReader
1012 cancel: kEnumerableProperty, property
1197 function createTeeReadableStream(start, pull, cancel) { argument
1218 cancel: { __proto__: null, value: cancel }, property
1825 cancel: cancel1Algorithm, property
1830 cancel: cancel2Algorithm, property
Dadapters.js464 cancel(reason) { method
967 cancel() { method
/third_party/node/test/fixtures/wpt/streams/resources/
Drs-test-templates.js644 cancel(reason) { method
668 cancel(reason) { method
688 cancel() { method
Drecording-streams.js25 cancel(reason) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_wantAgent.js84 cancel: function (...args) { method
/third_party/python/Lib/idlelib/
Dconfig_key.py271 def cancel(self, event=None): member in GetKeysDialog
/third_party/python/Lib/asyncio/
Dtasks.py181 def cancel(self, msg=None): member in Task
663 def cancel(self, msg=None): member in _GatheringFuture
/third_party/nghttp2/src/
Dshrpx_dns_tracker.cc284 void DNSTracker::cancel(DNSQuery *dnsq) { in cancel() function in shrpx::DNSTracker
/third_party/python/Lib/distutils/command/
Dbdist_msi.py53 def cancel(self, title, next, name = "Cancel", active = 1): member in PyDialog
/third_party/vk-gl-cts/executor/
DxeCallQueue.cpp54 void CallQueue::cancel (void) in cancel() function in xe::CallQueue
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py261 def cancel(self): member in LAVAJob
/third_party/rust/crates/nix/test/sys/
Dtest_aio.rs140 fn cancel() { in cancel() function
327 fn cancel() { in cancel() function

1234