Searched defs:Rule (Results 1 – 11 of 11) sorted by relevance
/build/soong/androidmk/parser/ |
D | makething.go | 37 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/ |
D | ninja_defs.go | 80 Rule Rule // The rule to invoke. member 250 Rule Rule member
|
D | singleton_ctx.go | 38 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 126 func (s *singletonContext) Rule(pctx PackageContext, name string, func
|
D | ninja_writer.go | 100 func (n *ninjaWriter) Rule(name string) error { func
|
D | ninja_strings.go | 44 IsRuleVisible(rule Rule) bool
|
D | module_ctx.go | 142 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 291 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|
D | scope.go | 47 type Rule interface { interface
|
/build/kati/ |
D | rule.cc | 50 Rule::Rule() in Rule() function in Rule
|
D | dep.h | 27 class Rule; variable
|
D | eval.h | 30 class Rule; variable
|
/build/soong/common/ |
D | module.go | 38 Rule blueprint.Rule member
|