/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
D | multipart.js | 73 this._cb = undefined 88 if (self._cb && !self._pause) { 89 const cb = self._cb 90 self._cb = undefined 178 if (self._cb && !self._needDrain) { 179 const cb = self._cb 180 self._cb = undefined 187 if (self._cb && !self._needDrain) { 188 const cb = self._cb 189 self._cb = undefined [all …]
|
/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/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 | 279 sul_cb_t _cb, lws_usec_t _us) in lws_sul_schedule() argument 283 assert(_cb); in lws_sul_schedule() 290 sul->cb = _cb; in lws_sul_schedule() 300 lws_sorted_usec_list_t *sul, sul_cb_t _cb, in lws_sul_schedule_wakesuspend() argument 305 assert(_cb); in lws_sul_schedule_wakesuspend() 312 sul->cb = _cb; in lws_sul_schedule_wakesuspend()
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
D | Dicer.js | 35 this._cb = undefined 95 if (this._pause) { this._cb = cb } else { cb() } 206 if (this._cb) { 207 const cb = this._cb 208 this._cb = undefined
|
/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/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/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/node/src/ |
D | js_native_api_v8.cc | 571 _cb = (JSVM_Callback)cbinfo.Data().As<v8::External>()->Value(); in CallbackWrapperBase() 572 _data = _cb->data; in CallbackWrapperBase() 583 auto cb = _cb->callback; in InvokeCallback() 602 JSVM_Callback _cb; member in v8impl::__anon2b44a5f80211::CallbackWrapperBase 683 …_cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value(); in PropertyCallbackWrapperBase() 690 auto setterCb = _cb->namedSetterCallback_; in NameSetterInvokeCallback() 693 if (_cb->namedPropertyData_ != nullptr) { in NameSetterInvokeCallback() 694 v8impl::Reference* reference = reinterpret_cast<v8impl::Reference*>(_cb->namedPropertyData_); in NameSetterInvokeCallback() 723 auto getterCb = _cb->namedGetterCallback_; in NameGetterInvokeCallback() 726 if (_cb->namedPropertyData_ != nullptr) { in NameGetterInvokeCallback() [all …]
|
/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/deps/corepack/dist/lib/ |
D | corepack.cjs | 6236 this._cb = void 0; 6300 this._cb = cb; 6429 if (this._cb) { 6430 const cb = this._cb; 6431 this._cb = void 0; 7224 this._cb = void 0; 7237 if (self2._cb && !self2._pause) { 7238 const cb = self2._cb; 7239 self2._cb = void 0; 7325 if (self2._cb && !self2._needDrain) { [all …]
|
/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…
|
/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���{���������…
|