Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 11 of 11) sorted by relevance

/build/soong/androidmk/parser/
Dmakething.go37 type Rule struct { struct
38 makeThing
39 Target *MakeString
40 Prerequisites *MakeString
41 Recipe string
106 func (r Rule) AsRule() (Rule, bool) {
110 func (r Rule) Dump() string {
/build/blueprint/
Dninja_defs.go80 Rule Rule // The rule to invoke. member
250 Rule Rule member
Dsingleton_ctx.go38 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec
126 func (s *singletonContext) Rule(pctx PackageContext, name string, func
Dninja_writer.go100 func (n *ninjaWriter) Rule(name string) error { func
Dninja_strings.go44 IsRuleVisible(rule Rule) bool
Dmodule_ctx.go142 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec
291 func (m *moduleContext) Rule(pctx PackageContext, name string, func
Dscope.go47 type Rule interface { interface
/build/kati/
Drule.cc50 Rule::Rule() in Rule() function in Rule
Ddep.h27 class Rule; variable
Deval.h30 class Rule; variable
/build/soong/common/
Dmodule.go38 Rule blueprint.Rule member