Home
last modified time | relevance | path

Searched defs:RuleParams (Results 1 – 11 of 11) sorted by relevance

/aosp12/build/blueprint/
H A Dninja_defs.go57 type RuleParams struct { struct
59 Command string // The command that Ninja will run for the rule.
60 Depfile string // The dependency file name.
61 Deps Deps // The format of the dependency file.
62 Description string // The description that Ninja will print for the rule.
63 Generator bool // Whether the rule generates the Ninja manifest file.
64 Pool Pool // The Ninja pool to which the rule belongs.
65 Restat bool // Whether Ninja should re-stat the rule's outputs.
66 Rspfile string // The response file.
67 RspfileContent string // The response file content.
[all …]
H A Dscope.go313 func (s *localScope) AddLocalRule(name string, params *RuleParams,
H A Dpackage_ctx.go701 func (p *packageContext) StaticRule(name string, params RuleParams,
815 func (p *packageContext) RuleFunc(name string, f func(interface{}) (RuleParams,
H A Dsingleton_ctx.go247 params RuleParams, argNames ...string) Rule {
H A Dmodule_ctx.go752 params RuleParams, argNames ...string) Rule {
/aosp12/build/soong/android/
H A Dpackage_ctx.go106 f func(PackageRuleContext) blueprint.RuleParams, argNames ...string) blueprint.Rule {
224 func (p PackageContext) AndroidStaticRule(name string, params blueprint.RuleParams,
230 func (p PackageContext) StaticRule(name string, params blueprint.RuleParams,
245 …ext) AndroidRemoteStaticRule(name string, supports RemoteRuleSupports, params blueprint.RuleParams,
270 func (p PackageContext) RemoteStaticRules(name string, ruleParams blueprint.RuleParams, reParams *r…
284 func (p PackageContext) MultiCommandRemoteStaticRules(name string, ruleParams blueprint.RuleParams,…
H A Dsingleton.go146 …ingletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNam…
H A Dtesting.go567 RuleParams blueprint.RuleParams member
H A Drule_builder.go1319 func (builderContextForTests) Rule(PackageContext, string, blueprint.RuleParams, ...string) bluepri…
H A Dmodule.go2177 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams,
/aosp12/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go55 func (x *builderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blue…