Searched defs:RuleParams (Results 1 – 11 of 11) sorted by relevance
/aosp12/build/blueprint/ |
H A D | ninja_defs.go | 57 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 D | scope.go | 313 func (s *localScope) AddLocalRule(name string, params *RuleParams,
|
H A D | package_ctx.go | 701 func (p *packageContext) StaticRule(name string, params RuleParams, 815 func (p *packageContext) RuleFunc(name string, f func(interface{}) (RuleParams,
|
H A D | singleton_ctx.go | 247 params RuleParams, argNames ...string) Rule {
|
H A D | module_ctx.go | 752 params RuleParams, argNames ...string) Rule {
|
/aosp12/build/soong/android/ |
H A D | package_ctx.go | 106 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 D | singleton.go | 146 …ingletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNam…
|
H A D | testing.go | 567 RuleParams blueprint.RuleParams member
|
H A D | rule_builder.go | 1319 func (builderContextForTests) Rule(PackageContext, string, blueprint.RuleParams, ...string) bluepri…
|
H A D | module.go | 2177 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams,
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 55 func (x *builderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blue…
|