Searched defs:Rule (Results 1 – 12 of 12) sorted by relevance
/build/soong/androidmk/parser/ |
D | ast.go | 82 type Rule struct { struct 83 Target *MakeString 84 Prerequisites *MakeString 85 RecipePos Pos 86 Recipe string 89 func (x *Rule) Dump() string { 97 func (x *Rule) Pos() Pos { return x.Target.Pos() } 98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
|
/build/soong/android/ |
D | neverallow.go | 63 func AddNeverAllowRules(rules ...Rule) { 353 type Rule interface { interface 665 func SetTestNeverallowRules(config Config, testRules []Rule) {
|
D | testing.go | 272 func (m TestingModule) Rule(rule string) TestingBuildParams { func 325 func (s TestingSingleton) Rule(rule string) TestingBuildParams { func
|
D | singleton.go | 37 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 136 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
|
D | rule_builder.go | 343 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec
|
D | module.go | 40 Rule blueprint.Rule member 208 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 1615 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams, func
|
/build/blueprint/ |
D | ninja_writer.go | 100 func (n *ninjaWriter) Rule(name string) error { func
|
D | ninja_defs.go | 84 Rule Rule // The rule to invoke. member 254 Rule Rule member
|
D | singleton_ctx.go | 67 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 227 func (s *singletonContext) Rule(pctx PackageContext, name string, func
|
D | ninja_strings.go | 53 IsRuleVisible(rule Rule) bool
|
D | scope.go | 47 type Rule interface { interface
|
D | module_ctx.go | 307 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 672 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|