| /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 | 66 func AddNeverAllowRules(rules ...Rule) { 406 type Rule interface { interface 738 func setTestNeverallowRules(config Config, testRules []Rule) { 745 func PrepareForTestWithNeverallowRules(testRules []Rule) FixturePreparer {
|
| D | singleton.go | 51 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 150 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
|
| D | rule_builder.go | 454 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec 1353 func (builderContextForTests) Rule(PackageContext, string, blueprint.RuleParams, ...string) bluepri… func
|
| D | testing.go | 984 func (b baseTestingComponent) Rule(rule string) TestingBuildParams { func
|
| D | module.go | 46 Rule blueprint.Rule member 481 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 2795 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams, func
|
| /build/orchestrator/ninja/ |
| D | ninja_writer.py | 36 def add_rule(self, rule: Rule):
|
| D | ninja_syntax.py | 85 class Rule(Node): class
|
| /build/bazel/compliance/cmd/bazel_notice_gen/ |
| D | bazel_notice_gen.go | 42 Rule string `json:"rule"` member
|
| /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 250 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 | 368 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 779 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|
| /build/soong/bp2build/ |
| D | testing.go | 612 Rule string member
|
| /build/soong/apex/ |
| D | apex_test.go | 8415 …rPermittedPackagesRules(t *testing.T, errmsg, bp string, bootJars []string, rules []android.Rule) {
|