/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/node/deps/undici/src/node_modules/streamsearch/lib/ |
D | sbmh.js | 29 this._cb = cb; 111 this._cb(false, this._lookbehind, 0, lbSize, false); 156 self._cb(true, lookbehind, 0, self._lookbehindSize + pos, false); 158 self._cb(true, undefined, 0, 0, true); 187 self._cb(false, lookbehind, 0, bytesToCutOff, false); 200 self._cb(false, lookbehind, 0, self._lookbehindSize, false); 219 self._cb(true, data, self._bufPos, pos, true); 221 self._cb(true, undefined, 0, 0, true); 248 self._cb(false, data, self._bufPos, pos < len ? pos : len, true);
|
/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/node/deps/uv/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/node/deps/uv/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/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/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 | 44 BN_GENCB *_cb = NULL; in dh_test() local 132 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test() 134 BN_GENCB_set(_cb, &cb, NULL); in dh_test() 137 DH_GENERATOR_5, _cb))) in dh_test() 228 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 | 636 const struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument 643 if (_cb) { in rbug_set_constant_buffer() 644 cb = *_cb; in rbug_set_constant_buffer() 645 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer() 652 _cb ? &cb : NULL); in rbug_set_constant_buffer()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 77 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) { 1507 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 185 callbacks=cb_,_cb
|
/third_party/astc-encoder/ |
D | .pylintrc | 413 callbacks=cb_,_cb
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V17.md | 606 …nodejs/node/commit/9af2862a8b)] - **doc**: clarify parameter for napi\_get\_cb\_info (Michael Daws… 1181 …/node/commit/4c47b0150b)] - **doc**: document optional params in napi\_get\_cb\_info (Michael Daws…
|
D | CHANGELOG_V16.md | 151 …nodejs/node/commit/364811aa8a)] - **doc**: clarify parameter for napi\_get\_cb\_info (Michael Daws… 465 …/node/commit/019b25fa5d)] - **doc**: document optional params in napi\_get\_cb\_info (Michael Daws…
|
D | CHANGELOG_V15.md | 2187 …ode/commit/0e7c8bdc0c)] - **quic**: return 0 from SSL\_CTX\_sess\_set\_new\_cb callback (Anna Henn…
|
D | CHANGELOG_V8.md | 4795 * \[[`2bbabb1f85`](https://github.com/nodejs/node/commit/2bbabb1f85)] - **n-api**: napi\_get\_cb\_i…
|
D | CHANGELOG_V6.md | 412 * \[[`2e36365d56`](https://github.com/nodejs/node/commit/2e36365d56)] - **n-api**: napi\_get\_cb\_i…
|
/third_party/node/deps/uv/ |
D | ChangeLog | 4887 * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
|
/third_party/libuv/ |
D | ChangeLog | 4887 * 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/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-bellparkpier.hdr | 1786 …��������������������������������þ���y��_�����������������������������������_cb^]a���������k�������…
|
D | hdr-rgb-canarywharf.hdr | 553 …�!���``}~~��������������~}~������~�~~}~~��������������������h���W[]_cb^sõ`dea���{���������…
|
D | hdr-rgb-arboretum.hdr | 78 …b�cdddcdedddf��egefeeefff�e�ffeefgfhgg_��^�[\\��h��q�}��cghjiiif�[gg]Zchb\_cb��pkklkklkm�{��o^��h…
|