| /build/soong/androidmk/parser/ |
| D | ast.go | 82 type Rule struct { struct 83 Target *MakeString 84 Prerequisites *MakeString 85 RecipePos Pos 86 Recipe string 87 RecipeEndPos Pos 90 func (x *Rule) Dump() string { 98 func (x *Rule) Pos() Pos { return x.Target.Pos() } 99 func (x *Rule) End() Pos { return x.RecipeEndPos }
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 56 func (x *builderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blue… func
|
| /build/blueprint/ |
| D | ninja_defs.go | 86 Rule Rule // The rule to invoke. member 256 Rule Rule member 275 func formatTags(tags map[string]string, rule Rule) string {
|
| D | scope.go | 47 type Rule interface { interface 431 func (m *nameTracker) Rule(r Rule) string { func
|
| 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 266 func (s *singletonContext) Rule(pctx PackageContext, name string, func
|
| D | ninja_strings.go | 64 IsRuleVisible(rule Rule) bool
|
| D | module_ctx.go | 435 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 989 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|
| /build/soong/android/ |
| D | neverallow.go | 73 func AddNeverAllowRules(rules ...Rule) { 558 type Rule interface { interface 922 func setTestNeverallowRules(config Config, testRules []Rule) { 929 func PrepareForTestWithNeverallowRules(testRules []Rule) FixturePreparer {
|
| D | singleton.go | 48 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 203 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
|
| D | module_context.go | 36 Rule blueprint.Rule member 214 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 415 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams, func
|
| D | rule_builder.go | 491 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec 1574 func (builderContextForTests) Rule(PackageContext, string, blueprint.RuleParams, ...string) bluepri… func
|
| D | testing.go | 1013 func (b baseTestingComponent) Rule(rule string) TestingBuildParams { func
|
| /build/bazel/compliance/cmd/bazel_notice_gen/ |
| D | bazel_notice_gen.go | 42 Rule string `json:"rule"` member
|
| /build/soong/apex/ |
| D | apex_test.go | 8811 …rPermittedPackagesRules(t *testing.T, errmsg, bp string, bootJars []string, rules []android.Rule) {
|