/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/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 55 func (x *builderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blue… func
|
/build/soong/android/ |
D | neverallow.go | 61 func AddNeverAllowRules(rules ...Rule) { 345 type Rule interface { interface 681 func setTestNeverallowRules(config Config, testRules []Rule) { 688 func PrepareForTestWithNeverallowRules(testRules []Rule) FixturePreparer {
|
D | singleton.go | 47 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 146 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
|
D | rule_builder.go | 463 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec 1319 func (builderContextForTests) Rule(PackageContext, string, blueprint.RuleParams, ...string) bluepri… func
|
D | testing.go | 800 func (b baseTestingComponent) Rule(rule string) TestingBuildParams { func
|
D | module.go | 41 Rule blueprint.Rule member 416 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 2177 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams, func
|
/build/blueprint/ |
D | ninja_defs.go | 85 Rule Rule // The rule to invoke. member 265 Rule Rule member
|
D | ninja_writer.go | 111 func (n *ninjaWriter) Rule(name string) error { func
|
D | singleton_ctx.go | 77 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 246 func (s *singletonContext) Rule(pctx PackageContext, name string, func
|
D | ninja_strings.go | 54 IsRuleVisible(rule Rule) bool
|
D | scope.go | 49 type Rule interface { interface
|
D | module_ctx.go | 357 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 751 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|
/build/soong/apex/ |
D | apex_test.go | 6802 …mittedPackagesRules(t *testing.T, errmsg, bp string, apexBootJars []string, rules []android.Rule) {
|