Home
last modified time | relevance | path

Searched refs:Hook (Results 1 – 25 of 75) 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/boost/boost/intrusive/detail/
Dhook_traits.hpp100 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()
Dgeneric_hook.hpp43 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/
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/boost/boost/intrusive/
Doptions.hpp36 template<class T, class Hook, Hook T::* P>
/third_party/boost/boost/interprocess/detail/
Dsegment_manager_helper.hpp263 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/
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/python/Lib/
Dcgitb.py258 class Hook: class
313 handler = Hook().handle
320 sys.excepthook = Hook(display=display, logdir=logdir,
/third_party/boost/libs/intrusive/test/
Dcontainer_size_test.cpp47 template<class Hook>
48 struct node : Hook
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dhook_outcome.md2 title = "Hook outcome"
Dhook_result.md2 title = "Hook result"
/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/skia/tools/sk_app/ios/
Dmain_ios.mm76 // TODO: Hook into CAMetalLayer's drawing event loop or our own run loop observer.
/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/flutter/flutter/packages/flutter/lib/src/services/
Dfont_loader.dart68 /// Hook called to load a font asset into the engine.
/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.
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk326 * [*`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/
Daminclude_static.am123 # Hook rule executed before code-coverage-capture, overridable by the user
/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md268 ### Hook Scripts
277 Hook scripts are run exactly the same way as package.json scripts.

123