Home
last modified time | relevance | path

Searched refs:Hook (Results 1 – 25 of 59) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.js18 function Hook(handle) { class
21 module.exports = Hook;
135 function Hook(handle) {
138 module.exports = Hook;
222 export { Timer, Hook, HookHandler, Input, State };
229 hook: Hook;
240 hook: Hook;
249 type Hook = import("./hook");
251 export = Hook;
258 declare function Hook(handle: HookHandler): void;
[all …]
DjsDeclarationsFunctionClassesCjsExportAssignment.types30 function Hook(handle) {
31 >Hook : typeof Hook
41 module.exports = Hook;
42 >module.exports = Hook : typeof Hook
43 >module.exports : typeof Hook
44 >module : { exports: typeof Hook; }
45 >exports : typeof Hook
46 >Hook : typeof Hook
53 * @typedef {import("./hook")} Hook
62 * @prop {Hook} hook
[all …]
DjsDeclarationsFunctionClassesCjsExportAssignment.symbols28 function Hook(handle) {
29 >Hook : Symbol(Hook, Decl(hook.js, 0, 0))
33 >this.handle : Symbol(Hook.handle, Decl(hook.js, 6, 23))
34 >this : Symbol(Hook, Decl(hook.js, 0, 0))
35 >handle : Symbol(Hook.handle, Decl(hook.js, 6, 23))
38 module.exports = Hook;
42 >Hook : Symbol(Hook, Decl(hook.js, 0, 0))
49 * @typedef {import("./hook")} Hook
58 * @prop {Hook} hook
66 * @prop {Hook} hook
/third_party/elfutils/backends/
DChangeLog13 * arm_init.c (arm_init): Hook in arm_machine_flag_name.
52 * x86_64_init.c (x86_64_init): Hook check_reloc_target_type.
80 * aarch64_init.c (aarch64_init): Hook dynamic_tag_name and
153 * s390_init.c (s390_init): Hook check_special_symbol.
183 * x86_64_init.c (x86_64_int): Hook section_type_name.
229 * m68k_init.c (m68k_init): Hook abi_cfi and
240 * riscv_init.c (riscv_init): Hook core_note.
246 * riscv_init.c (riscv_init): Hook set_initial_registers_tid.
264 * riscv_init.c (riscv_init): Hook register_info and abi_cfi.
268 * riscv_init.c (riscv_init): Hook check_special_symbol.
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsFunctionClassesCjsExportAssignment.ts21 function Hook(handle) { function
24 module.exports = Hook;
/third_party/protobuf/src/google/protobuf/
Darena_test_util.h81 NoHeapChecker() { capture_alloc.Hook(); } in NoHeapChecker()
88 void Hook() {} in Hook() function
/third_party/typescript/scripts/
Dfailed-tests.d.cts20 * @param {ReadonlyArray<Mocha.Test | Mocha.Hook>} failures
24 …es: ReadonlyArray<Mocha.Test>, failures: ReadonlyArray<Mocha.Test | Mocha.Hook>, keepFailed: boole…
Dfailed-tests.cjs72 * @param {ReadonlyArray<Mocha.Test | Mocha.Hook>} failures
/third_party/typescript/src/testRunner/parallel/
Dworker.ts77 Object.setPrototypeOf(hook, Hook.prototype);
85 class Hook extends mixin(Mocha.Hook, Timeout) {
221 .on("fail", (test: Mocha.Test | Mocha.Hook, err: any) => {
/third_party/node/deps/npm/lib/commands/
Dhook.js7 class Hook extends BaseCommand { class
125 module.exports = Hook
/third_party/python/Lib/
Dcgitb.py258 class Hook: class
313 handler = Hook().handle
320 sys.excepthook = Hook(display=display, logdir=logdir,
/third_party/alsa-lib/doc/
Dasoundrc.txt74 # Hook arguments definition
87 type STR # PCM Hook type (see pcm_hook_type)
116 ID STR # Hook name (see pcm_hook)
118 ID { } # Hook definition (see pcm_hook)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp67 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
69 ModuleHookFn LinkerHook = Hook; in addSaveTemps()
70 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps()
/third_party/python/Doc/library/
Dcmd.rst126 Hook method executed just before the command line *line* is interpreted, but
136 Hook method executed just after a command dispatch is finished. This method is
147 Hook method executed once when :meth:`cmdloop` is called. This method is a stub
153 Hook method executed once when :meth:`cmdloop` is about to return. This method
/third_party/skia/tools/sk_app/ios/
Dmain_ios.mm76 // TODO: Hook into CAMetalLayer's drawing event loop or our own run loop observer.
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp123 struct Hook struct in DrawTester
/third_party/mesa3d/docs/relnotes/
D10.2.4.rst83 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
D10.2.5.rst118 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
D8.0.4.rst144 - glsl: Hook up loop_variable_state destructor to plug a memory leak.
/third_party/node/deps/cares/
Daminclude_static.am123 # Hook rule executed before code-coverage-capture, overridable by the user
/third_party/node/doc/api/
Dasync_hooks.md153 * `callbacks` {Object} The [Hook Callbacks][] to register
170 [Hook Callbacks][] section.
300 ### Hook callbacks
929 [Hook Callbacks]: #hook-callbacks
Dv8.md798 * `callbacks` {Object} The [Hook Callbacks][] to register
816 [Hook Callbacks][] section.
834 ### Hook callbacks
1152 [Hook Callbacks]: #hook-callbacks
/third_party/skia/third_party/externals/dawn/src/dawn_node/
DREADME.md121 - Hook up to presubmit bots (CQ / Kokoro)
/third_party/elfutils/libebl/
DChangeLog504 (fill_defaults): Hook default_check_st_other_bits.
719 (fill_defaults): Hook it up.
728 (fill_defaults): Hook it up.
1154 * x86_64_init.c: Hook in x86_64_corenote.
/third_party/node/src/
Dnode_api.cc791 handle_ = node::AddEnvironmentCleanupHook(env->isolate, Hook, this); in jsvm_async_cleanup_hook_handle__()
805 static void Hook(void* data, void (*done_cb)(void*), void* done_data) { in Hook() function

123