Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/third_party/mesa3d/src/amd/vulkan/radix_sort/common/vk/
Dbarrier.c16 vk_barrier_compute_w_to_compute_r(VkCommandBuffer cb) in vk_barrier_compute_w_to_compute_r()
43 vk_barrier_compute_w_to_transfer_r(VkCommandBuffer cb) in vk_barrier_compute_w_to_transfer_r()
70 vk_barrier_transfer_w_to_compute_r(VkCommandBuffer cb) in vk_barrier_transfer_w_to_compute_r()
97 vk_barrier_transfer_w_to_compute_w(VkCommandBuffer cb) in vk_barrier_transfer_w_to_compute_w()
124 vk_barrier_compute_w_to_indirect_compute_r(VkCommandBuffer cb) in vk_barrier_compute_w_to_indirect_compute_r()
152 vk_barrier_transfer_w_compute_w_to_transfer_r(VkCommandBuffer cb) in vk_barrier_transfer_w_compute_w_to_transfer_r()
180 vk_barrier_compute_w_to_host_r(VkCommandBuffer cb) in vk_barrier_compute_w_to_host_r()
207 vk_barrier_transfer_w_to_host_r(VkCommandBuffer cb) in vk_barrier_transfer_w_to_host_r()
234 vk_memory_barrier(VkCommandBuffer cb, in vk_memory_barrier()
253 vk_barrier_debug(VkCommandBuffer cb) in vk_barrier_debug()
/third_party/node/test/parallel/
Dtest-stream-writable-destroy.js9 write(chunk, enc, cb) { cb(); } argument
21 write(chunk, enc, cb) { argument
35 write(chunk, enc, cb) { cb(); } argument
52 write(chunk, enc, cb) { cb(); } argument
55 write._destroy = function(err, cb) { argument
74 write(chunk, enc, cb) { cb(); }, argument
75 destroy: common.mustCall(function(err, cb) { argument
95 write(chunk, enc, cb) { cb(); } argument
98 write._destroy = common.mustCall(function(err, cb) { argument
109 write(chunk, enc, cb) { cb(); } argument
[all …]
Dtest-stream-transform-destroy.js9 transform(chunk, enc, cb) {} argument
23 transform(chunk, enc, cb) {} argument
41 transform(chunk, enc, cb) {} argument
44 transform._destroy = common.mustCall(function(err, cb) { argument
63 transform(chunk, enc, cb) {}, argument
64 destroy: common.mustCall(function(err, cb) { argument
83 transform(chunk, enc, cb) {} argument
86 transform._destroy = common.mustCall(function(err, cb) { argument
96 transform(chunk, enc, cb) {} argument
100 transform._destroy = common.mustCall(function(err, cb) { argument
[all …]
Dtest-stream-duplex-destroy.js9 write(chunk, enc, cb) { cb(); }, argument
25 write(chunk, enc, cb) { cb(); }, argument
44 write(chunk, enc, cb) { cb(); }, argument
48 duplex._destroy = common.mustCall(function(err, cb) { argument
67 write(chunk, enc, cb) { cb(); }, argument
69 destroy: common.mustCall(function(err, cb) { argument
89 write(chunk, enc, cb) { cb(); }, argument
93 duplex._destroy = common.mustCall(function(err, cb) { argument
104 write(chunk, enc, cb) { cb(); }, argument
109 duplex._destroy = common.mustCall(function(err, cb) { argument
[all …]
Dtest-fs-write-buffer.js36 const cb = common.mustSucceed((written) => { constant
52 const cb = common.mustSucceed((written) => { constant
68 const cb = common.mustSucceed((written) => { constant
84 const cb = common.mustSucceed((written) => { constant
100 const cb = common.mustSucceed((written) => { constant
116 const cb = common.mustSucceed((written) => { constant
154 const cb = common.mustSucceed((written) => { constant
Dtest-http-set-timeout-server.js44 test(function serverTimeout(cb) { argument
59 test(function serverRequestTimeout(cb) { argument
80 test(function serverResponseTimeout(cb) { argument
97 test(function serverRequestNotTimeoutAfterEnd(cb) { argument
116 test(function serverResponseTimeoutWithPipeline(cb) { argument
154 test(function idleTimeout(cb) { argument
180 test(function fastTimeout(cb) { argument
Dtest-stream-writable-write-writev-finish.js13 writable._write = (chunks, encoding, cb) => { argument
29 writable._write = (chunks, encoding, cb) => { argument
45 writable._write = (chunks, encoding, cb) => { argument
49 writable._writev = (chunks, cb) => { argument
70 writable._write = (chunks, encoding, cb) => { argument
74 writable._writev = (chunks, cb) => { argument
131 w._write = (chunk, encoding, cb) => { argument
144 w._write = (chunk, encoding, cb) => { argument
Dtest-https-set-timeout-server.js54 test(function serverTimeout(cb) { argument
70 test(function serverRequestTimeout(cb) { argument
94 test(function serverResponseTimeout(cb) { argument
114 test(function serverRequestNotTimeoutAfterEnd(cb) { argument
136 test(function serverResponseTimeoutWithPipeline(cb) { argument
175 test(function idleTimeout(cb) { argument
202 test(function fastTimeout(cb) { argument
/third_party/openssl/crypto/bio/
Dossl_core_bio.c26 OSSL_CORE_BIO *cb = OPENSSL_malloc(sizeof(*cb)); in core_bio_new() local
36 int ossl_core_bio_up_ref(OSSL_CORE_BIO *cb) in ossl_core_bio_up_ref()
43 int ossl_core_bio_free(OSSL_CORE_BIO *cb) in ossl_core_bio_free()
60 OSSL_CORE_BIO *cb = core_bio_new(); in ossl_core_bio_new_from_bio() local
72 OSSL_CORE_BIO *cb = NULL; in core_bio_new_from_new_bio() local
94 int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen, in ossl_core_bio_read_ex()
100 int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen, in ossl_core_bio_write_ex()
106 int ossl_core_bio_gets(OSSL_CORE_BIO *cb, char *buf, int size) in ossl_core_bio_gets()
111 int ossl_core_bio_puts(OSSL_CORE_BIO *cb, const char *buf) in ossl_core_bio_puts()
116 long ossl_core_bio_ctrl(OSSL_CORE_BIO *cb, int cmd, long larg, void *parg) in ossl_core_bio_ctrl()
[all …]
/third_party/protobuf/js/
Dgulpfile.js5 function exec(command, cb) { argument
56 gulp.task('genproto_well_known_types_closure', function (cb) { argument
65 gulp.task('genproto_group1_closure', function (cb) { argument
74 gulp.task('genproto_group2_closure', function (cb) { argument
83 gulp.task('genproto_well_known_types_commonjs', function (cb) { argument
92 gulp.task('genproto_group1_commonjs', function (cb) { argument
101 gulp.task('genproto_group2_commonjs', function (cb) { argument
110 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { argument
119 gulp.task('genproto_wellknowntypes', function (cb) { argument
127 gulp.task('genproto_group3_commonjs_strict', function (cb) { argument
[all …]
/third_party/pulseaudio/src/pulse/
Dintrospect.c68 pa_stat_info_cb_t cb = (pa_stat_info_cb_t) o->callback; in context_stat_callback() local
77 pa_operation* pa_context_stat(pa_context *c, pa_stat_info_cb_t cb, void *userdata) { in pa_context_stat()
121 pa_server_info_cb_t cb = (pa_server_info_cb_t) o->callback; in context_get_server_info_callback() local
130 pa_operation* pa_context_get_server_info(pa_context *c, pa_server_info_cb_t cb, void *userdata) { in pa_context_get_server_info()
267 pa_sink_info_cb_t cb = (pa_sink_info_cb_t) o->callback; in context_get_sink_info_callback() local
285 pa_sink_info_cb_t cb = (pa_sink_info_cb_t) o->callback; in context_get_sink_info_callback() local
313 pa_operation* pa_context_get_sink_info_list(pa_context *c, pa_sink_info_cb_t cb, void *userdata) { in pa_context_get_sink_info_list()
317 pa_operation* pa_context_get_sink_info_by_index(pa_context *c, uint32_t idx, pa_sink_info_cb_t cb, … in pa_context_get_sink_info_by_index()
340 …pa_context_get_sink_info_by_name(pa_context *c, const char *name, pa_sink_info_cb_t cb, void *user… in pa_context_get_sink_info_by_name()
364 …nk_port_by_index(pa_context *c, uint32_t idx, const char*port, pa_context_success_cb_t cb, void *u… in pa_context_set_sink_port_by_index()
[all …]
Dext-device-manager.c70 pa_ext_device_manager_test_cb_t cb = (pa_ext_device_manager_test_cb_t) o->callback; in ext_device_manager_test_cb() local
81 pa_ext_device_manager_test_cb_t cb, in pa_ext_device_manager_test()
161 pa_ext_device_manager_read_cb_t cb = (pa_ext_device_manager_read_cb_t) o->callback; in ext_device_manager_read_cb() local
170 pa_ext_device_manager_read_cb_t cb = (pa_ext_device_manager_read_cb_t) o->callback; in ext_device_manager_read_cb() local
181 pa_ext_device_manager_read_cb_t cb, in pa_ext_device_manager_read()
211 pa_context_success_cb_t cb, in pa_ext_device_manager_set_device_description()
247 pa_context_success_cb_t cb, in pa_ext_device_manager_delete()
298 pa_context_success_cb_t cb, in pa_ext_device_manager_enable_role_device_priority_routing()
330 pa_context_success_cb_t cb, in pa_ext_device_manager_reorder_devices_for_role()
371 pa_context_success_cb_t cb, in pa_ext_device_manager_subscribe()
[all …]
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js43 Store.prototype.findCookie = function(domain, path, key, cb) { argument
47 Store.prototype.findCookies = function(domain, path, cb) { argument
51 Store.prototype.putCookie = function(cookie, cb) { argument
55 Store.prototype.updateCookie = function(oldCookie, newCookie, cb) { argument
61 Store.prototype.removeCookie = function(domain, path, key, cb) { argument
65 Store.prototype.removeCookies = function(domain, path, cb) { argument
69 Store.prototype.getAllCookies = function(cb) { argument
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DBoundCallback.h29 BoundCallback(Callback<R(A0)> cb, A0 a0) : a0(a0), cb(cb) { } in BoundCallback()
42 Callback<R(A0)> cb; variable
48 BoundCallback(Callback<R(A0, A1)> cb, A0 a0, A1 a1) : a0(a0), a1(a1), cb(cb) { } in BoundCallback()
63 Callback<R(A0, A1)> cb; variable
69 …BoundCallback(Callback<R(A0, A1, A2)> cb, A0 a0, A1 a1, A2 a2) : a0(a0), a1(a1), a2(a2), cb(cb) { } in BoundCallback()
85 Callback<R(A0, A1, A2)> cb; variable
91 …BoundCallback(Callback<R(A0, A1, A2, A3)> cb, A0 a0, A1 a1, A2 a2, A3 a3) : a0(a0), a1(a1), a2(a2)… in BoundCallback()
108 Callback<R(A0, A1, A2, A3)> cb; variable
/third_party/typescript/tests/baselines/reference/
DgenericCallWithFunctionTypedArguments5.js30 var arg = { cb: function (x) { return ''; } }; method
33 var r2 = foo({ cb: function (x, y) { return ''; } }); // error method
34 var r3 = foo({ cb: function (x, y) { return ''; } }); // error method
40 var r5 = foo({ cb: function (x) { return ''; } }); // {} method
41 var r6 = foo({ cb: function (x) { return ''; } }); // string method
42 var r7 = foo({ cb: function () { return ''; } }); // string method
/third_party/node/deps/npm/lib/
Dunbuild.js19 function unbuild (args, silent, cb) { argument
29 function cb (er) { function
43 !silent && function (cb) { argument
57 function rmStuff (pkg, folder, cb) { argument
71 asyncMap([rmBins, rmMans], function (fn, cb) { argument
76 function rmBins (pkg, folder, parent, top, cb) { argument
79 asyncMap(Object.keys(pkg.bin), function (b, cb) { argument
97 function rmMans (pkg, folder, parent, top, cb) { argument
106 asyncMap(pkg.man, function (man, cb) { argument
Dconfig.js30 config.completion = function (opts, cb) { argument
62 function config (args, cb) { argument
83 function edit (cb) { argument
134 function del (key, cb) { argument
141 function set (key, val, cb) { argument
163 function get (key, cb) { argument
186 function listJson (cb) { argument
222 function list (cb) { argument
284 function unknown (action, cb) { argument
Dinstall.js38 install.completion = function (opts, cb) { argument
58 var annotatePackageDirMatch = function (sibling, cb) { argument
159 function unlockCB (lockPath, name, cb) { argument
183 function install (where, args, cb) { argument
259 cb = function (err) { function
382 Installer.prototype.finishTracker = function (name, cb) { argument
388 Installer.prototype.loadCurrentTree = function (cb) { argument
403 Installer.prototype.normalizeCurrentTree = function (cb) { argument
427 Installer.prototype.loadIdealTree = function (cb) { argument
448 Installer.prototype.pruneIdealTree = function (cb) { argument
[all …]
/third_party/node/benchmark/timers/
Dimmediate.js37 function cb() { function
51 function cb(a1) { function
64 function cb() { function
78 function cb(a1) { function
93 function cb(a1, a2, a3, a4) { function
106 function cb(a1) { function
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js17 traverse(schema, {cb: callback}); property
56 traverse(schema, {allKeys: true, cb: callback}); property
67 traverse(schema, {allKeys: false, cb: callback}); property
78 traverse(schema, {cb: callback}); property
112 traverse(schema2, {allKeys: true, cb: callback}); property
127 traverse(schema, {cb: {pre}}); property
137 traverse(schema, {cb: {post}}); property
147 traverse(schema, {cb: {pre, post}}); property
/third_party/node/deps/npm/node_modules/pumpify/
Dtest.js11 through(function(data, enc, cb) { argument
15 through(function(data, enc, cb) { argument
32 through(function(data, enc, cb) { argument
36 through(function(data, enc, cb) { argument
40 through(function(data, enc, cb) { argument
82 var c = through(function(data, enc, cb) { argument
132 through(function(data, enc, cb) { argument
136 through(function(data, enc, cb) { argument
140 through(function(data, enc, cb) { argument
168 var b = through(function (data, enc, cb) { argument
[all …]
/third_party/node/deps/npm/node_modules/glob/
Dglob.js65 function glob (pattern, options, cb) { argument
120 function Glob (pattern, options, cb) { argument
220 Glob.prototype._realpathSet = function (index, cb) { argument
298 Glob.prototype._process = function (pattern, index, inGlobStar, cb) { argument
368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument
375 …prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { argument
492 Glob.prototype._readdirInGlobStar = function (abs, cb) { argument
525 Glob.prototype._readdir = function (abs, inGlobStar, cb) { argument
550 function readdirCb (self, abs, cb) { argument
559 Glob.prototype._readdirEntries = function (abs, entries, cb) { argument
[all …]
/third_party/node/deps/npm/node_modules/read-package-json/
Dread-json.js50 function readJson_ (file, log, strict, cb) { argument
82 function parseJson (file, er, d, log, strict, cb) { argument
111 function extrasCached (file, d, data, log, strict, cb) { argument
120 function indexjs (file, er, log, strict, cb) { argument
165 function scriptpath (file, data, cb) { argument
183 function gypfile (file, data, cb) { argument
195 function gypfile_ (file, data, files, cb) { argument
204 function serverjs (file, data, cb) { argument
214 function serverjs_ (file, data, files, cb) { argument
222 function authors (file, data, cb) { argument
[all …]
/third_party/node/deps/npm/node_modules/cmd-shim/
Dindex.js21 function cmdShimIfExists (from, to, cb) { argument
30 function rm (path, cb) { argument
36 function cmdShim (from, to, cb) { argument
45 function cmdShim_ (from, to, cb) { argument
56 function writeShim (from, to, cb) { argument
78 function writeShim_ (from, to, prog, args, variables, cb) { argument
248 function chmodShim (to, cb) { argument
255 function times(n, ok, cb) { argument
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_writable.js44 function WriteReq(chunk, encoding, cb) { argument
160 function writeAfterEnd(stream, state, cb) { argument
174 function validChunk(stream, state, chunk, cb) { argument
190 Writable.prototype.write = function(chunk, encoding, cb) { argument
250 function writeOrBuffer(stream, state, chunk, encoding, cb) { argument
271 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
283 function onwriteError(stream, state, sync, er, cb) { argument
335 function afterWrite(stream, state, finished, cb) { argument
406 Writable.prototype._write = function(chunk, encoding, cb) { argument
413 Writable.prototype.end = function(chunk, encoding, cb) { argument
[all …]

12345678910>>...54