/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionClassesCjsExportAssignment.js | 18 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 …]
|
D | jsDeclarationsFunctionClassesCjsExportAssignment.types | 30 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 …]
|
D | jsDeclarationsFunctionClassesCjsExportAssignment.symbols | 28 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/ |
D | ChangeLog | 13 * 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/ |
D | jsDeclarationsFunctionClassesCjsExportAssignment.ts | 21 function Hook(handle) { function 24 module.exports = Hook;
|
/third_party/protobuf/src/google/protobuf/ |
D | arena_test_util.h | 81 NoHeapChecker() { capture_alloc.Hook(); } in NoHeapChecker() 88 void Hook() {} in Hook() function
|
/third_party/typescript/scripts/ |
D | failed-tests.d.cts | 20 * @param {ReadonlyArray<Mocha.Test | Mocha.Hook>} failures 24 …es: ReadonlyArray<Mocha.Test>, failures: ReadonlyArray<Mocha.Test | Mocha.Hook>, keepFailed: boole…
|
D | failed-tests.cjs | 72 * @param {ReadonlyArray<Mocha.Test | Mocha.Hook>} failures
|
/third_party/typescript/src/testRunner/parallel/ |
D | worker.ts | 77 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/ |
D | hook.js | 7 class Hook extends BaseCommand { class 125 module.exports = Hook
|
/third_party/python/Lib/ |
D | cgitb.py | 258 class Hook: class 313 handler = Hook().handle 320 sys.excepthook = Hook(display=display, logdir=logdir,
|
/third_party/alsa-lib/doc/ |
D | asoundrc.txt | 74 # 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/ |
D | LTOBackend.cpp | 67 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/ |
D | cmd.rst | 126 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/ |
D | main_ios.mm | 76 // TODO: Hook into CAMetalLayer's drawing event loop or our own run loop observer.
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 123 struct Hook struct in DrawTester
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.4.rst | 83 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
|
D | 10.2.5.rst | 118 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
|
D | 8.0.4.rst | 144 - glsl: Hook up loop_variable_state destructor to plug a memory leak.
|
/third_party/node/deps/cares/ |
D | aminclude_static.am | 123 # Hook rule executed before code-coverage-capture, overridable by the user
|
/third_party/node/doc/api/ |
D | async_hooks.md | 153 * `callbacks` {Object} The [Hook Callbacks][] to register 170 [Hook Callbacks][] section. 300 ### Hook callbacks 929 [Hook Callbacks]: #hook-callbacks
|
D | v8.md | 798 * `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/ |
D | README.md | 121 - Hook up to presubmit bots (CQ / Kokoro)
|
/third_party/elfutils/libebl/ |
D | ChangeLog | 504 (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/ |
D | node_api.cc | 791 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
|