/third_party/libuv/test/ |
D | test-queue-foreach-delete.c | 72 static void name##2_cb(__VA_ARGS__) { \ 81 static void name##1_cb(__VA_ARGS__) { \ 86 static void name##0_cb(__VA_ARGS__) { \ 95 static const uv_##name##_cb name##_cbs[] = { \ 96 name##0_cb, \ 97 name##1_cb, \ 98 name##2_cb, \
|
/third_party/libuv/src/unix/ |
D | loop-watcher.c | 28 handle->name##_cb = NULL; \ 32 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \ 36 handle->name##_cb = cb; \ 58 h->name##_cb(h); \
|
/third_party/libwebsockets/lib/core-net/ |
D | sorted-usec-list.c | 273 sul_cb_t _cb, lws_usec_t _us) in lws_sul_schedule() argument 277 assert(_cb); in lws_sul_schedule() 284 sul->cb = _cb; in lws_sul_schedule() 294 lws_sorted_usec_list_t *sul, sul_cb_t _cb, in lws_sul_schedule_wakesuspend() argument 299 assert(_cb); in lws_sul_schedule_wakesuspend() 306 sul->cb = _cb; in lws_sul_schedule_wakesuspend()
|
/third_party/libuv/src/win/ |
D | loop-watcher.c | 46 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \ 69 handle->name##_cb = cb; \ 116 handle->name##_cb(handle); \
|
/third_party/libnl/python/netlink/ |
D | core.py | 164 self._cb = capi.py_nl_cb_clone(kind._cb) 166 self._cb = capi.nl_cb_alloc(kind) 169 capi.py_nl_cb_put(self._cb) 172 return capi.py_nl_cb_set(self._cb, t, k, handler, obj) 175 return capi.py_nl_cb_set_all(self._cb, k, handler, obj) 178 return capi.py_nl_cb_err(self._cb, k, handler, obj) 188 self._sock = capi.nl_socket_alloc_cb(cb._cb) 255 ret = capi.nl_recvmsgs(self._sock, recv_cb._cb)
|
/third_party/node/deps/npm/test/tap/ |
D | version-no-tags.js | 17 function tagExists (tag, _cb) { argument 24 return _cb(null, Boolean(~out.indexOf(tag)))
|
D | version-git-not-clean.js | 17 function addPackageJSON (_cb) { argument 28 return _cb(out)
|
/third_party/node/deps/npm/node_modules/util-promisify/ |
D | index.js | 25 const _cb = args.pop() 29 _cb.apply(null, [null].concat(args))
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-timeout-timer.h | 235 sul_cb_t _cb, lws_usec_t _us); 238 lws_sorted_usec_list_t *sul, sul_cb_t _cb,
|
/third_party/openssl/test/ |
D | dhtest.c | 35 BN_GENCB *_cb = NULL; in dh_test() local 142 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test() 144 BN_GENCB_set(_cb, &cb, NULL); in dh_test() 147 DH_GENERATOR_5, _cb))) in dh_test() 233 BN_GENCB_free(_cb); in dh_test()
|
/third_party/python/Lib/ |
D | weakref.py | 54 def _cb(arg): function 62 self = ref.__new__(cls, obj, _cb) 63 self._func_ref = ref(func, _cb)
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 637 const struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument 644 if (_cb) { in rbug_set_constant_buffer() 645 cb = *_cb; in rbug_set_constant_buffer() 646 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer() 653 _cb ? &cb : NULL); in rbug_set_constant_buffer()
|
/third_party/node/deps/npm/lib/ |
D | install.js | 253 Installer.prototype.run = function (_cb) { argument 258 if (_cb) { 261 return _cb.apply(this, arguments)
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 77 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) { 1424 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 185 callbacks=cb_,_cb
|
/third_party/libuv/ |
D | ChangeLog | 4759 * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 1545 …������|zunkfdeeeehghhhiiiigegggddc`_\ZYYXWXY[\[\[WTSUUXXUTUVYZWVYZXV[[\^\\[_cb`^\^]Z^]\[[YXZZ[[[YY… 2311 …������������������������������������������u\N<356649RUSTXYXXX^^[[\[YY[^`c_]_cb^bciijjlptttvusu}ztk… 3097 … !#"%*,,-.,-2534689:<=;=AFHLKOOQQTTSVXXWVWUUY[YXXYYYZZY[[\]\\_cb`^^acc_`bfgghjklljhi… 3873 …qonkjijmqx{|zxvlgg_]ZXQOD=>ANau������������������}z{xrvslmlfgc`bb_^ZZ\YY\\\_cb`bhfffca```^Y[\^_``a…
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 402 * [[`2e36365d56`](https://github.com/nodejs/node/commit/2e36365d56)] - **n-api**: napi\_get\_cb\_in…
|