Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-hook.md11 ### Synopsis
20 ### Example
57 ### Description
78 ### See Also
/third_party/node/test/async-hooks/
Dverify-graph.js59 module.exports = function verifyGraph(hooks, graph) { argument
123 module.exports.printGraph = function printGraph(hooks) { argument
Dhook-checks.js19 exports.checkInvocations = function checkInvocations(activity, hooks, stage) { argument
Dtest-queue-microtask.js9 const hooks = initHooks(); constant
Dtest-nexttick-default-trigger.js12 const hooks = initHooks(); constant
Dtest-fseventwrap.js16 const hooks = initHooks(); constant
Dtest-promise.chain-promise-before-init-hooks.js21 const hooks = initHooks(); constant
Dtest-improper-unwind.js19 const hooks = initHooks(); constant
Dtest-emit-after-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-improper-order.js19 const hooks = initHooks(); constant
Dtest-ttywrap.readstream.js11 const hooks = initHooks(); constant
Dtest-graph.statwatcher.js9 const hooks = initHooks(); constant
Dtest-emit-before-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-getaddrinforeqwrap.js13 const hooks = initHooks(); constant
Dtest-crypto-pbkdf2.js16 const hooks = initHooks(); constant
Dtest-querywrap.js11 const hooks = initHooks(); constant
/third_party/freetype/src/svg/
Dftsvg.c72 SVG_RendererHooks hooks = svg_renderer->hooks; in ft_svg_preset_slot() local
108 SVG_RendererHooks hooks = svg_renderer->hooks; in ft_svg_render() local
167 SVG_RendererHooks* hooks; in ft_svg_property_set() local
214 SVG_RendererHooks* hooks = (SVG_RendererHooks*)value; in ft_svg_property_get() local
Dsvgtypes.h32 SVG_RendererHooks hooks; /* this holds hooks for SVG rendering */ member
/third_party/node/benchmark/async_hooks/
Dhttp-server.js12 let hooks = { variable
20 hooks = { variable
/third_party/typescript/scripts/
Dlink-hooks.js4 var hooks = [ variable
/third_party/node/test/parallel/
Dtest-async-wrap-promise-after-enabled.js18 const hooks = async_hooks.createHook({ constant
Dtest-async-wrap-destroyid.js12 let hooks = null; variable
Dtest-async-wrap-uncaughtexception.js11 let hooks = null; variable
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c53 struct list_head hooks[SND_PCM_HOOK_TYPE_LAST + 1]; member
93 struct list_head *hooks = &h->hooks[k]; in snd_pcm_hooks_close() local
488 snd_config_t *hooks = NULL; in _snd_pcm_hooks_open() local
605 snd_pcm_hooks_t *hooks; in snd_pcm_hook_add() local
/third_party/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js15 const hooks = require('async_hooks').createHook({ constant

1234