Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcontainer.js143 _proto.each = function each(callback) { argument
170 _proto.walk = function walk(callback) { argument
181 _proto.walkAttributes = function walkAttributes(callback) { argument
189 _proto.walkClasses = function walkClasses(callback) { argument
197 _proto.walkCombinators = function walkCombinators(callback) { argument
205 _proto.walkComments = function walkComments(callback) { argument
213 _proto.walkIds = function walkIds(callback) { argument
221 _proto.walkNesting = function walkNesting(callback) { argument
229 _proto.walkPseudos = function walkPseudos(callback) { argument
237 _proto.walkTags = function walkTags(callback) { argument
[all …]
/third_party/python/Lib/test/test_importlib/import_/
Dtest_relative_imports.py59 def relative_import_test(self, create, globals_, callback): argument
80 def callback(global_): function
92 def callback(global_): function
105 def callback(global_): function
118 def callback(global_): function
130 def callback(global_): function
147 def callback(global_): function
158 def callback(global_): function
169 def callback(global_): function
191 def callback(global_): function
[all …]
/third_party/skia/modules/canvaskit/tests/
Dutil.js5 const _commonGM = (it, pause, name, callback, assetsToFetchOrPromisesToWaitOn) => { argument
100 const gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
108 const fgm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
116 const force_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
123 const skip_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
132 const pause_gm = (name, callback, ...assetsToFetchOrPromisesToWaitOn) => { argument
136 const _commonMultipleCanvasGM = (it, pause, name, callback) => { argument
180 const multipleCanvasGM = (name, callback) => { argument
189 const fmultipleCanvasGM = (name, callback) => { argument
198 const force_multipleCanvasGM = (name, callback) => { argument
[all …]
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md67 #### Parameter: `ConnectOptions`
74 #### Parameter: `ConnectData`
81 #### Example - Connect request with echo
468 #### Parameter: `RequestOptions`
478 #### Parameter: `ResponseData`
504 #### Example 1 - Basic GET Request
539 #### Example 2 - Aborting a request
645 #### Parameter: `StreamFactoryData`
652 #### Parameter: `StreamData`
658 #### Example 1 - Basic GET stream request
[all …]
/third_party/node/test/parallel/
Dtest-stream-readable-emit-readable-short-stream.js16 transform: common.mustCall(function(chunk, encoding, callback) { argument
20 flush: common.mustCall(function(callback) { argument
39 transform: common.mustCall(function(chunk, encoding, callback) { argument
43 flush: common.mustCall(function(callback) { argument
62 transform: common.mustCall(function(chunk, encoding, callback) { argument
66 flush: common.mustCall(function(callback) { argument
126 transform: common.mustCall(function(chunk, encoding, callback) { argument
130 flush: common.mustCall(function(callback) { argument
Dtest-dgram-send-error.js12 function getSocket(callback) { argument
17 socket[kStateSymbol].handle.lookup = function(address, callback) { argument
36 const callback = common.mustCall((err) => { constant
51 const callback = common.mustCall((err) => { constant
Dtest-net-onread-static-buffer.js20 callback: function(nread, buf) { method
44 callback: function(nread, buf) { method
77 callback: function(nread, buf) { method
108 callback: function(nread, buf) { method
137 callback: function(nread, buf) { method
169 callback: function(nread, buf) { method
Dtest-tls-onread-static-buffer.js32 callback: function(nread, buf) { method
57 callback: function(nread, buf) { method
91 callback: function(nread, buf) { method
123 callback: function(nread, buf) { method
154 callback: function(nread, buf) { method
188 callback: function(nread, buf) { method
Dtest-timers-throw-when-cb-not-function.js5 function doSetTimeout(callback, after) { argument
24 function doSetInterval(callback, after) { argument
38 function doSetImmediate(callback, after) { argument
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py34 def callback(lexer, match, context): function
44 def callback(lexer, match, context): function
56 def callback(lexer, match, context): function
78 def callback(lexer, match, context): function
91 def callback(lexer, match, context): function
108 def callback(lexer, match, context): function
125 def callback(lexer, match, context): function
145 def callback(lexer, match, context): function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiDeviceMonitor.java66 final DeviceCallback callback = item.getKey(); in onDeviceAdded() local
84 final DeviceCallback callback = item.getKey(); in onDeviceRemoved() local
102 final DeviceCallback callback = item.getKey(); in onDeviceStatusChanged() local
135 public void registerDeviceCallback(DeviceCallback callback, Handler handler) { in registerDeviceCallback()
144 public void unregisterDeviceCallback(DeviceCallback callback) { in unregisterDeviceCallback()
/third_party/node/lib/internal/readline/
Dcallbacks.js33 function cursorTo(stream, x, y, callback) { argument
61 function moveCursor(stream, dx, dy, callback) { argument
95 function clearLine(stream, dir, callback) { argument
114 function clearScreenDown(stream, callback) { argument
/third_party/node/deps/npm/node_modules/npm-packlist/lib/
Dindex.js137 addIgnoreFile (file, callback) { argument
177 onstat (opts, callback) { argument
187 stat (opts, callback) { argument
243 walker (entry, opts, callback) { argument
264 injectRules (filename, rules, callback = () => {}) { argument
270 processPackage (callback) { argument
443 const walk = (tree, options, callback) => { argument
/third_party/node/lib/
Dfs.js226 function access(path, mode, callback) { argument
263 function exists(path, callback) { argument
361 function checkAborted(signal, callback) { argument
383 function readFile(path, options, callback) { argument
522 function close(fd, callback = defaultCloseCallback) { argument
556 function open(path, flags, mode, callback) { argument
614 function read(fd, buffer, offsetOrOptions, length, position, callback) { argument
761 function readv(fd, buffers, position, callback) { argument
819 function write(fd, buffer, offsetOrOptions, length, position, callback) { argument
946 function writev(fd, buffers, position, callback) { argument
[all …]
Dtty.js144 WriteStream.prototype.cursorTo = function(x, y, callback) { argument
148 WriteStream.prototype.moveCursor = function(dx, dy, callback) { argument
152 WriteStream.prototype.clearLine = function(dir, callback) { argument
156 WriteStream.prototype.clearScreenDown = function(callback) { argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs78 let callback = ssl in raw_client_psk() localVariable
117 let callback = ssl in raw_server_psk() localVariable
150 let callback = ctx in ssl_raw_verify() localVariable
167 let callback = arg as *const F; in raw_sni() localVariable
193 let callback = ssl in raw_alpn_select() localVariable
219 let callback = ssl in raw_tmp_dh() localVariable
247 let callback = ssl in raw_tmp_ecdh() localVariable
274 let callback = ssl in raw_tmp_dh_ssl() localVariable
302 let callback = ssl in raw_tmp_ecdh_ssl() localVariable
325 let callback = ssl in raw_tlsext_status() localVariable
[all …]
/third_party/node/doc/api/
Ddgram.md689 #### Note about UDP datagram size
987 [`'close'`]: #event-close
994 [`close()`]: #socketclosecallback
996 [`connect()`]: #socketconnectport-address-callback
997 [`dgram.createSocket()`]: #dgramcreatesocketoptions-callback
999 [`socket.address().address`]: #socketaddress
1000 [`socket.address().port`]: #socketaddress
1001 [`socket.bind()`]: #socketbindport-address-callback
1002 [`socket.close()`]: #socketclosecallback
/third_party/node/deps/v8/src/heap/
Dremembered-set.h38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate()
140 Callback callback) { in Iterate()
151 static void IterateMemoryChunks(Heap* heap, Callback callback) { in IterateMemoryChunks()
171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate()
179 MemoryChunk* chunk, Callback callback, in IterateAndTrackEmptyBuckets()
253 Callback callback) { in IterateTyped()
265 static void IterateTyped(MemoryChunk* chunk, Callback callback) { in IterateTyped()
307 Callback callback) { in UpdateCodeEntry()
322 Callback callback) { in UpdateCodeTarget()
338 Callback callback) { in UpdateEmbeddedPointer()
/third_party/node/lib/internal/fs/
Drimraf.js44 function rimraf(path, options, callback) { argument
65 function _rimraf(path, options, callback) { argument
97 function fixWinEPERM(path, options, originalErr, callback) { argument
115 function _rmdir(path, options, originalErr, callback) { argument
129 function _rmchildren(path, options, callback) { argument
/third_party/node/lib/internal/crypto/
Drandom.js98 function randomBytes(size, callback) { argument
152 function randomFill(buf, offset, size, callback) { argument
209 function randomInt(min, max, callback) { argument
275 ArrayPrototypePush(asyncCachePendingTasks, { min, max, callback }); field
307 function onJobDone(buf, callback, error) { argument
471 function generatePrime(size, options, callback) { argument
539 function checkPrime(candidate, options = kEmptyObject, callback) { argument
/third_party/node/deps/v8/include/
Dv8-snapshot.h47 : callback(function), data(data_arg) {} in callback() function
48 CallbackFunction callback; member
64 : callback(function), data(data_arg) {} in callback() function
65 void (*callback)(Local<Object> holder, int index, StartupData payload, member
/third_party/node/deps/npm/node_modules/retry/test/integration/
Dtest-retry-wrap.js53 var lib = {method: function(a, b, callback) { argument
69 fn1: function (a, callback) { argument
74 fn2: function (a, callback) { argument
92 var lib = {method: function(callback) { argument
/third_party/node/lib/internal/process/
Dtask_queues.js103 function nextTick(callback) { argument
128 callback, property
149 function queueMicrotask(callback) { argument
/third_party/typescript/tests/baselines/reference/
DcollisionThisExpressionAndLocalVarInAccessors.js54 doStuff: function (callback) { return function () { argument
64 doStuff: function (callback) { return function () { argument
83 doStuff: function (callback) { return function () { argument
93 doStuff: function (callback) { return function () { argument
DnoCollisionThisExpressionAndLocalVarInAccessors.js53 doStuff: function (callback) { return function () { argument
62 doStuff: function (callback) { return function () { argument
80 doStuff: function (callback) { return function () { argument
89 doStuff: function (callback) { return function () { argument

12345678910>>...35