Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 14 of 14) sorted by relevance

/build/soong/androidmk/parser/
Dast.go82 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/
Drule.cc26 Rule::Rule() : is_double_colon(false), is_suffix_rule(false), cmd_lineno(0) {} in Rule() function in Rule
Ddep.h27 class Rule; variable
Deval.h31 class Rule; variable
/build/soong/android/
Dtesting.go253 func (m TestingModule) Rule(rule string) TestingBuildParams { func
306 func (s TestingSingleton) Rule(rule string) TestingBuildParams { func
Dsingleton.go38Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.… methodSpec
129 func (s *singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParam… func
Drule_builder.go232 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule methodSpec
Dmodule.go40 Rule blueprint.Rule member
161Rule(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/
Dninja_writer.go100 func (n *ninjaWriter) Rule(name string) error { func
Dninja_defs.go84 Rule Rule // The rule to invoke. member
253 Rule Rule member
Dsingleton_ctx.go43 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec
160 func (s *singletonContext) Rule(pctx PackageContext, name string, func
Dninja_strings.go44 IsRuleVisible(rule Rule) bool
Dscope.go47 type Rule interface { interface
Dmodule_ctx.go176 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule methodSpec
509 func (m *moduleContext) Rule(pctx PackageContext, name string, func