Home
last modified time | relevance | path

Searched defs:staticRule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go653 type staticRule struct { struct
654 pctx *packageContext
655 name_ string
656 params RuleParams
657 argNames map[string]bool
658 scope_ *basicScope
659 sync.Mutex // protects scope_ during lazy creation
717 func (r *staticRule) packageContext() *packageContext {
721 func (r *staticRule) name() string {
725 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {
[all …]
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRule.java36 static Rule staticRule( in staticRule() method in Rule