Home
last modified time | relevance | path

Searched +refs:namespace +refs:module +refs:instantiate (Results 1 – 25 of 2777) sorted by relevance

12345678910>>...112

/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dmodule.rkt47 namespace-module-instantiate!
106 #:instantiate-phase-callback instantiate-phase
216 ;; If this module is already instantiated, re-instantiate it
232 (namespace-module-instantiate! ns (namespace-mpi m-ns) phase))))
382 (define (namespace-module-instantiate! ns mpi instance-phase #:run-phase [run-phase (namespace-phas…
392 (unless m (raise-unknown-module-error 'instantiate name))
407 (instantiate! 0 0 (or (namespace-root-namespace ns) ns))]
412 (namespace-module-instantiate! ns mpi instance-phase #:run-phase (add1 visit-phase)))
415 …(namespace-module-instantiate! ns mpi instance-phase #:run-phase (add1 visit-phase) #:skip-run? #t…
480 (namespace-module-instantiate! ns req-mpi (phase+ instance-phase req-phase)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dmodule.rkt47 namespace-module-instantiate!
106 #:instantiate-phase-callback instantiate-phase
216 ;; If this module is already instantiated, re-instantiate it
232 (namespace-module-instantiate! ns (namespace-mpi m-ns) phase))))
382 (define (namespace-module-instantiate! ns mpi instance-phase #:run-phase [run-phase (namespace-phas…
392 (unless m (raise-unknown-module-error 'instantiate name))
407 (instantiate! 0 0 (or (namespace-root-namespace ns) ns))]
412 (namespace-module-instantiate! ns mpi instance-phase #:run-phase (add1 visit-phase)))
415 …(namespace-module-instantiate! ns mpi instance-phase #:run-phase (add1 visit-phase) #:skip-run? #t…
480 (namespace-module-instantiate! ns req-mpi (phase+ instance-phase req-phase)
[all …]
/dports/devel/injeqt/injeqt-1.2.0/include/injeqt/
H A Dinjector.h35 namespace injeqt { namespace internal {
39 namespace injeqt { namespace v1 {
41 class module; variable
92 explicit injector(std::vector<std::unique_ptr<module>> modules);
114 …explicit injector(std::vector<injector *> super_injectors, std::vector<std::unique_ptr<module>> mo…
136 void instantiate() in instantiate() function
138 instantiate(make_type<T>()); in instantiate()
177 void instantiate(const type &interface_type);
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dtop.rkt7 "../namespace/module.rkt"
8 "../compile/module-use.rkt"
86 (instantiate-linklet (force-compile-linklet (hash-ref h 'link))
119 (namespace-module-use->module+linklet-instances
146 module-uses import-module-instances (current-code-inspector)
149 (define (instantiate tail?)
152 (instantiate-linklet linklet
162 ;; Return `instantiate` as the next thunk
165 instantiate]
169 (instantiate tail?)))]
[all …]
H A Dmodule.rkt5 "../namespace/namespace.rkt"
6 "../namespace/module.rkt"
53 [l (instantiate-linklet (eval-linklet* l)
56 [(eq? (hash-ref h 'module->namespace #f) 'empty)
118 (eval-module c #:namespace ns #:supermodule-name declare-name))
122 (eval-module sm-cd #:namespace ns #:supermodule-name declare-name))))
156 ;; a namespace's bulk-binding registry to get saved by the module's
166 #:instantiate-phase-callback
169 ['eval 'instantiate]
178 (namespace-module-use->module+linklet-instances
[all …]
H A Ddynamic-require.rkt6 "../namespace/namespace.rkt"
7 "../namespace/module.rkt"
44 (namespace-module-instantiate! ns mpi phase #:run-phase phase
48 (namespace-module-instantiate! ns mpi phase #:run-phase phase)]
52 (namespace-module-visit! ns mpi phase #:visit-phase phase)]
55 (define m (namespace->module ns mod-name))
74 (namespace-module-instantiate! ns mpi phase #:run-phase phase
81 (define m-ns (namespace->module-namespace ns ex-mod-name (phase- phase ex-phase)
84 (define ex-m (namespace->module ns ex-mod-name))
107 (namespace-module-visit! ns mpi phase #:visit-phase phase)
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dtop.rkt7 "../namespace/module.rkt"
8 "../compile/module-use.rkt"
86 (instantiate-linklet (force-compile-linklet (hash-ref h 'link))
119 (namespace-module-use->module+linklet-instances
146 module-uses import-module-instances (current-code-inspector)
149 (define (instantiate tail?)
152 (instantiate-linklet linklet
162 ;; Return `instantiate` as the next thunk
165 instantiate]
169 (instantiate tail?)))]
[all …]
H A Dmodule.rkt5 "../namespace/namespace.rkt"
6 "../namespace/module.rkt"
53 [l (instantiate-linklet (eval-linklet* l)
56 [(eq? (hash-ref h 'module->namespace #f) 'empty)
118 (eval-module c #:namespace ns #:supermodule-name declare-name))
122 (eval-module sm-cd #:namespace ns #:supermodule-name declare-name))))
156 ;; a namespace's bulk-binding registry to get saved by the module's
166 #:instantiate-phase-callback
169 ['eval 'instantiate]
178 (namespace-module-use->module+linklet-instances
[all …]
H A Ddynamic-require.rkt6 "../namespace/namespace.rkt"
7 "../namespace/module.rkt"
44 (namespace-module-instantiate! ns mpi phase #:run-phase phase
48 (namespace-module-instantiate! ns mpi phase #:run-phase phase)]
52 (namespace-module-visit! ns mpi phase #:visit-phase phase)]
55 (define m (namespace->module ns mod-name))
74 (namespace-module-instantiate! ns mpi phase #:run-phase phase
81 (define m-ns (namespace->module-namespace ns ex-mod-name (phase- phase ex-phase)
84 (define ex-m (namespace->module ns ex-mod-name))
107 (namespace-module-visit! ns mpi phase #:visit-phase phase)
[all …]
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dkernel.rkt4 "../namespace/core.rkt"
5 "../namespace/namespace.rkt"
6 "../namespace/module.rkt"
7 "../namespace/provided.rkt"
33 #:namespace ns)
35 #:namespace ns))
39 #:namespace ns
55 #:namespace ns
84 #:instantiate-phase-callback
107 [m (in-value (namespace->module
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dkernel.rkt4 "../namespace/core.rkt"
5 "../namespace/namespace.rkt"
6 "../namespace/module.rkt"
7 "../namespace/provided.rkt"
33 #:namespace ns)
35 #:namespace ns))
39 #:namespace ns
55 #:namespace ns
84 #:instantiate-phase-callback
107 [m (in-value (namespace->module
[all …]
/dports/devel/injeqt/injeqt-1.2.0/src/internal/
H A Dinjector-impl.h39 namespace injeqt { namespace v1 {
40 class module; variable
43 namespace injeqt { namespace internal {
82 explicit injector_impl(std::vector<std::unique_ptr<::injeqt::v1::module>> modules);
102 …ctor<injector_impl *> super_injectors, std::vector<std::unique_ptr<::injeqt::v1::module>> modules);
121 void instantiate(const type &interface_type);
163 std::vector<std::unique_ptr<module>> _modules;
/dports/lang/racket/racket-8.3/share/pkgs/swindle/
H A Dtool.rkt19 (class (drscheme:language:module-based-language->language-mixin
20 (drscheme:language:simple-module-based-language->module-based-language-mixin
27 (define/public (get-module) module*)
35 (namespace-syntax-introduce v)))))
36 (super-instantiate ()))))
42 (define/override (use-namespace-require/copy?) #t)
51 (let ([p (instantiate vertical-panel% ()
59 (instantiate horizontal-panel% ()
68 [title (let ([p (instantiate vertical-panel% ()
84 (instantiate radio-box% ()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/frtime/tool/
H A Dfrtime-tool.rkt20 (class* object% (drscheme:language:simple-module-based-language<%>)
25 (define/public (get-module)
35 (namespace-syntax-introduce v)))))
36 (super-instantiate ())))
59 (class (drscheme:language:module-based-language->language-mixin
60 (drscheme:language:simple-module-based-language->module-based-language-mixin
71 (let ([new-watch (namespace-variable-value 'watch)]
72 [set-evspc (namespace-variable-value 'set-eventspace)])
89 (define/override (use-namespace-require/copy?) #t)
90 (super-instantiate ())))
/dports/devel/py-celery/celery-4.4.7/celery/utils/
H A Dimports.py49 def instantiate(name, *args, **kwargs): function
85 if '.' in module:
122 def module_file(module): argument
124 name = module.__file__
135 module = None
137 if module is not None:
150 def load_extension_class_names(namespace): argument
156 for ep in iter_entry_points(namespace):
160 def load_extension_classes(namespace): argument
161 for name, class_name in load_extension_class_names(namespace):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm2 // library module so the actual contents of the module are missing.
7 namespace std {
8 inline namespace __1 {
9 // Pretend to be a std::vector template we need to instantiate
17 // an empty module. Will be missing if LLDB somehow can get the
19 // (as with the define the module isn't empty anymore and this

12345678910>>...112