| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | container.js | 143 _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_/ |
| D | test_relative_imports.py | 59 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/ |
| D | util.js | 5 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/ |
| D | Dispatcher.md | 67 #### 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/ |
| D | test-stream-readable-emit-readable-short-stream.js | 16 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
|
| D | test-dgram-send-error.js | 12 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
|
| D | test-net-onread-static-buffer.js | 20 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
|
| D | test-tls-onread-static-buffer.js | 32 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
|
| D | test-timers-throw-when-cb-not-function.js | 5 function doSetTimeout(callback, after) { argument 24 function doSetInterval(callback, after) { argument 38 function doSetImmediate(callback, after) { argument
|
| /third_party/PyYAML/examples/pygments-lexer/ |
| D | yaml.py | 34 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/ |
| D | MidiDeviceMonitor.java | 66 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/ |
| D | callbacks.js | 33 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/ |
| D | index.js | 137 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/ |
| D | fs.js | 226 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 …]
|
| D | tty.js | 144 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/ |
| D | callbacks.rs | 78 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/ |
| D | dgram.md | 689 #### 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/ |
| D | remembered-set.h | 38 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/ |
| D | rimraf.js | 44 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/ |
| D | random.js | 98 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/ |
| D | v8-snapshot.h | 47 : 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/ |
| D | test-retry-wrap.js | 53 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/ |
| D | task_queues.js | 103 function nextTick(callback) { argument 128 callback, property 149 function queueMicrotask(callback) { argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | collisionThisExpressionAndLocalVarInAccessors.js | 54 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
|
| D | noCollisionThisExpressionAndLocalVarInAccessors.js | 53 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
|