Searched defs:Rule (Results 1 – 14 of 14) 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/kati/ |
| D | rule.cc | 26 Rule::Rule() : is_double_colon(false), is_suffix_rule(false), cmd_lineno(0) {} in Rule() function in Rule
|
| D | dep.h | 27 class Rule; variable
|
| D | eval.h | 31 class Rule; variable
|
| /build/soong/android/ |
| D | testing.go | 253 func (m TestingModule) Rule(rule string) TestingBuildParams { func 306 func (s TestingSingleton) Rule(rule string) TestingBuildParams { func
|
| D | singleton.go | 38 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 129 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
|
| D | rule_builder.go | 232 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec
|
| D | module.go | 40 Rule blueprint.Rule member 161 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec 974 func (a *androidModuleContext) 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 253 Rule Rule member
|
| D | singleton_ctx.go | 43 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 160 func (s *singletonContext) Rule(pctx PackageContext, name string, func
|
| D | ninja_strings.go | 44 IsRuleVisible(rule Rule) bool
|
| D | scope.go | 47 type Rule interface { interface
|
| D | module_ctx.go | 176 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec 509 func (m *moduleContext) Rule(pctx PackageContext, name string, func
|