Home
last modified time | relevance | path

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

12345678910>>...54

/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
/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/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/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/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
/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/boost/libs/circular_buffer/test/
Dsoft_iterator_invalidation.cpp17 circular_buffer<int> cb(3); in validity_example_test() local
38 circular_buffer<int> cb(4, array, array + 3); in validity_insert_test() local
78 circular_buffer<int> cb(5); in validity_insert_n_test() local
227 circular_buffer<int> cb(4, array, array + 3); in validity_rinsert_test() local
267 circular_buffer<int> cb(5); in validity_rinsert_n_test() local
414 circular_buffer<int> cb(5); in validity_erase_test() local
447 circular_buffer<int> cb(6); in validity_erase_range_test() local
482 circular_buffer<int> cb(5); in validity_rerase_test() local
515 circular_buffer<int> cb(6); in validity_rerase_range_test() local
550 circular_buffer<int> cb(3); in validity_linearize_test() local
[all …]
/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/libnl/lib/
Dhandlers.c205 struct nl_cb *cb; in nl_cb_alloc() local
233 struct nl_cb *cb; in nl_cb_clone() local
245 struct nl_cb *nl_cb_get(struct nl_cb *cb) in nl_cb_get()
252 void nl_cb_put(struct nl_cb *cb) in nl_cb_put()
272 enum nl_cb_type nl_cb_active_type(struct nl_cb *cb) in nl_cb_active_type()
294 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set()
323 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_set_all()
344 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err()
373 void nl_cb_overwrite_recvmsgs(struct nl_cb *cb, in nl_cb_overwrite_recvmsgs()
384 void nl_cb_overwrite_recv(struct nl_cb *cb, in nl_cb_overwrite_recv()
[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/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/boringssl/src/crypto/pem/
Dpem_pk8.c84 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
91 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
98 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
105 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
112 pem_password_cb *cb, void *u) in do_pk8pkey()
156 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
197 char *kstr, int klen, pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
204 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
211 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
217 char *kstr, int klen, pem_password_cb *cb, in PEM_write_PKCS8PrivateKey()
[all …]
/third_party/openssl/crypto/pem/
Dpem_pk8.c37 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
44 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
51 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
58 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
65 pem_password_cb *cb, void *u) in do_pk8pkey()
112 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
151 char *kstr, int klen, pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
158 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
165 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
171 char *kstr, int klen, pem_password_cb *cb, in PEM_write_PKCS8PrivateKey()
[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/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