/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/boost/boost/intrusive/detail/ |
D | hook_traits.hpp | 100 template<class T, class Hook, Hook T::* P> 104 typedef Hook hook_type; 121 static const link_mode_type link_mode = Hook::hooktags::link_mode; 138 (*detail::parent_from_member<T, Hook> in to_value_ptr() 139 (static_cast<Hook*>(boost::movelib::to_raw_pointer(n)), P)); in to_value_ptr() 145 (*detail::parent_from_member<T, Hook> in to_value_ptr() 146 (static_cast<const Hook*>(boost::movelib::to_raw_pointer(n)), P)); in to_value_ptr()
|
D | generic_hook.hpp | 43 template<class Hook> 44 BOOST_INTRUSIVE_FORCEINLINE void destructor_impl(Hook &hook, detail::link_dispatch<safe_link>) in destructor_impl() 51 template<class Hook> 52 BOOST_INTRUSIVE_FORCEINLINE void destructor_impl(Hook &hook, detail::link_dispatch<auto_unlink>) in destructor_impl() 55 template<class Hook> 56 BOOST_INTRUSIVE_FORCEINLINE void destructor_impl(Hook &, detail::link_dispatch<normal_link>) in destructor_impl() argument
|
/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/boost/boost/intrusive/ |
D | options.hpp | 36 template<class T, class Hook, Hook T::* P>
|
/third_party/boost/boost/interprocess/detail/ |
D | segment_manager_helper.hpp | 263 template<class Hook, class CharType, class SizeType> 265 : public Hook 287 bool operator <(const intrusive_value_type_impl<Hook, CharType, SizeType> & other) const in operator <() 290 bool operator ==(const intrusive_value_type_impl<Hook, CharType, SizeType> & other) const in operator ==()
|
/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/python/Lib/ |
D | cgitb.py | 258 class Hook: class 313 handler = Hook().handle 320 sys.excepthook = Hook(display=display, logdir=logdir,
|
/third_party/boost/libs/intrusive/test/ |
D | container_size_test.cpp | 47 template<class Hook> 48 struct node : Hook
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/ |
D | hook_outcome.md | 2 title = "Hook outcome"
|
D | hook_result.md | 2 title = "Hook result"
|
/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/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/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/flutter/flutter/packages/flutter/lib/src/services/ |
D | font_loader.dart | 68 /// Hook called to load a font asset into the engine.
|
/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.
|
/third_party/boost/libs/intrusive/doc/ |
D | intrusive.qbk | 326 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / 544 [[Hook][A class that a user must add as a base class or as a member to make the user class compatib… 616 * [*Safe mode hooks]: Hook constructor initializes the internal `node` to a well-known 654 * Hook's constructor puts the hook in a well-known default state. 656 * Hook's destructor checks if the hook is in the well-known default state. If not, 874 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / 976 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / 1100 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / 1290 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / 1522 * [*`base_hook<class Hook>`] / [*`member_hook<class T, class Hook, Hook T::* PtrToMember>`] / [all …]
|
/third_party/node/deps/cares/ |
D | aminclude_static.am | 123 # Hook rule executed before code-coverage-capture, overridable by the user
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | scripts.md | 268 ### Hook Scripts 277 Hook scripts are run exactly the same way as package.json scripts.
|