Home
last modified time | relevance | path

Searched +refs:required +refs:phase +refs:space (Results 1 – 25 of 9348) sorted by relevance

12345678910>>...374

/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Drequire+provide.rkt136 (define (add-defined-or-required-id! r+p id phase+space binding
143 (add-defined-or-required-id-at-nominal! r+p id phase+space
152 (define (add-defined-or-required-id-at-nominal! r+p id phase+space
230 (define (bulk-required->required br nominal-module phase+space-shift sym)
236 (define phase+space (phase+space+ (bulk-required-provide-phase+space br) phase+space-shift))
243 (define (normalize-required r mod-name phase+space-shift sym)
245 (bulk-required->required r mod-name phase+space-shift sym)
266 (phase+space+ (required-phase+space reqd) phase-level)
308 #:unless (and (eqv? phase (phase+space-phase (required-phase+space r)))
497 ;; that was required with a given phase and space level
[all …]
H A Dprovide.rkt260 (define at-phase+space-shift (intern-phase+space-shift at-phase at-space-level))
282 (define at-phase+space (phase+space+ 0 at-phase+space-shift))
287 (define id (required-id i)) ; includes space scope, if any
288 (define phase+space (required-phase+space i))
289 (define phase (phase+space-phase phase+space))
290 (define space (phase+space-space phase+space))
305 #:as-transformer? (required-as-transformer? i))))
312 (define id (required-id i))
313 (define phase+space (required-phase+space i))
314 (define phase (phase+space-phase phase+space))
[all …]
H A Drequire.rkt291 … (add-required-module! requires+provides mpi (intern-phase+space-shift phase-shift space-level)
335 (add-bulk-required-ids! requires+provides
356 (define provide-space (phase+space-space provide-phase+space))
396 (check-not-defined #:check-not-required? #t
405 (add-defined-or-required-id! requires+provides
410 ;; or already 'required (keep existing and updated nominals)
454 (define phase+space-shift (intern-phase+space-shift phase-shift space-level))
460 (define phase+space (phase+space+ provide-phase+space phase+space-shift))
461 (define phase (phase+space-phase phase+space))
462 (define space (phase+space-space phase+space))
[all …]
H A Dsyntax-local.rkt6 "../common/phase+space.rkt"
58 syntax-local-module-required-identifiers
401 (define/who (syntax-local-module-required-identifiers mod-path phase+space-shift)
404 (unless (or (eq? phase+space-shift #t) (phase+space-shift? phase+space-shift))
405 (raise-argument-error who (format "(or/c ~a #t)" phase+space-shift?-string) phase+space-shift))
408 (define ctx (get-current-expand-context 'syntax-local-module-required-identifiers))
415 … (if (eq? phase+space-shift #t) 'all (intern-phase+space-shift phase+space-shift))))
417 (for/list ([(phase+space-shift ids) (in-hash (requireds->phase-ht requireds))])
418 (cons phase+space-shift ids))))
423 (required-phase+space r)
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Drequire+provide.rkt136 (define (add-defined-or-required-id! r+p id phase+space binding
143 (add-defined-or-required-id-at-nominal! r+p id phase+space
152 (define (add-defined-or-required-id-at-nominal! r+p id phase+space
230 (define (bulk-required->required br nominal-module phase+space-shift sym)
236 (define phase+space (phase+space+ (bulk-required-provide-phase+space br) phase+space-shift))
243 (define (normalize-required r mod-name phase+space-shift sym)
245 (bulk-required->required r mod-name phase+space-shift sym)
266 (phase+space+ (required-phase+space reqd) phase-level)
308 #:unless (and (eqv? phase (phase+space-phase (required-phase+space r)))
497 ;; that was required with a given phase and space level
[all …]
H A Dprovide.rkt260 (define at-phase+space-shift (intern-phase+space-shift at-phase at-space-level))
282 (define at-phase+space (phase+space+ 0 at-phase+space-shift))
287 (define id (required-id i)) ; includes space scope, if any
288 (define phase+space (required-phase+space i))
289 (define phase (phase+space-phase phase+space))
290 (define space (phase+space-space phase+space))
305 #:as-transformer? (required-as-transformer? i))))
312 (define id (required-id i))
313 (define phase+space (required-phase+space i))
314 (define phase (phase+space-phase phase+space))
[all …]
H A Drequire.rkt291 … (add-required-module! requires+provides mpi (intern-phase+space-shift phase-shift space-level)
335 (add-bulk-required-ids! requires+provides
356 (define provide-space (phase+space-space provide-phase+space))
396 (check-not-defined #:check-not-required? #t
405 (add-defined-or-required-id! requires+provides
410 ;; or already 'required (keep existing and updated nominals)
454 (define phase+space-shift (intern-phase+space-shift phase-shift space-level))
460 (define phase+space (phase+space+ provide-phase+space phase+space-shift))
461 (define phase (phase+space-phase phase+space))
462 (define space (phase+space-space phase+space))
[all …]
H A Dsyntax-local.rkt6 "../common/phase+space.rkt"
58 syntax-local-module-required-identifiers
401 (define/who (syntax-local-module-required-identifiers mod-path phase+space-shift)
404 (unless (or (eq? phase+space-shift #t) (phase+space-shift? phase+space-shift))
405 (raise-argument-error who (format "(or/c ~a #t)" phase+space-shift?-string) phase+space-shift))
408 (define ctx (get-current-expand-context 'syntax-local-module-required-identifiers))
415 … (if (eq? phase+space-shift #t) 'all (intern-phase+space-shift phase+space-shift))))
417 (for/list ([(phase+space-shift ids) (in-hash (requireds->phase-ht requireds))])
418 (cons phase+space-shift ids))))
423 (required-phase+space r)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dphase+space.scrbl3 (for-label racket/phase+space))
7 @note-lib-only[racket/phase+space]
17 @racket[syntax-local-module-required-identifiers],
19 a phase--space combination (or phase--space shift combination), then
57 @defproc[(phase+space [phase phase?] [space space?]) phase+space?]{
64 @defproc[(phase+space-phase [p+s phase+space?]) phase?]
65 @defproc[(phase+space-space [p+s phase+space?]) phase?]
97 @defproc[(phase+space+ [p+s phase+space?] [shift phase+space-shift?])
98 phase+space?]{
103 @defproc[(phase+space-shift+ [shift phase+space?] [additional-shift phase+space-shift?])
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dbulk-binding.rkt7 "../common/phase+space.rkt"
50 #:provide-phase+space provide-phase+space
51 #:phase+space-shift phase+space-shift)
57 #:nominal-phase+space provide-phase+space
59 #:nominal-require-phase+space-shift phase+space-shift
82 provide-phase+space ; providing module's import phase and space
83 phase+space-shift ; providing module's instantiation phase and space level
119 ;; Convert the provided binding to a required binding on
129 #:provide-phase+space (bulk-binding-provide-phase+space b)
130 #:phase+space-shift (bulk-binding-phase+space-shift b)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dbulk-binding.rkt7 "../common/phase+space.rkt"
50 #:provide-phase+space provide-phase+space
51 #:phase+space-shift phase+space-shift)
57 #:nominal-phase+space provide-phase+space
59 #:nominal-require-phase+space-shift phase+space-shift
82 provide-phase+space ; providing module's import phase and space
83 phase+space-shift ; providing module's instantiation phase and space level
119 ;; Convert the provided binding to a required binding on
129 #:provide-phase+space (bulk-binding-provide-phase+space b)
130 #:phase+space-shift (bulk-binding-phase+space-shift b)))
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jcmd/share/classes/sun/tools/jstat/resources/
H A Djstat_options258 header "^CGC^" /* Concurrent Collections (STW phase) */
280 required true
429 header "^CGC^" /* Concurrent Collections (STW phase) */
519 header "^CGC^" /* Concurrent Collections (STW phase) */
541 required true
736 header "^CGC^" /* Concurrent Collections (STW phase) */
818 header "^CGC^" /* Concurrent Collections (STW phase) */
840 required true
923 required true
1022 required true
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.inf3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
11 # this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required
30 # The following information is for reference only and not required by the build tools.

12345678910>>...374