Searched refs:StaticRule (Results 1 – 9 of 9) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 59 compile = pctx.StaticRule("compile", 70 link = pctx.StaticRule("link", 80 goTestMain = pctx.StaticRule("gotestmain", 88 pluginGenSrc = pctx.StaticRule("pluginGenSrc", 96 test = pctx.StaticRule("test", 104 cp = pctx.StaticRule("cp", 111 bootstrap = pctx.StaticRule("bootstrap", 119 touch = pctx.StaticRule("touch", 126 generateBuildNinja = pctx.StaticRule("build.ninja", 138 phony = pctx.StaticRule("phony",
|
D | glob.go | 47 GlobRule = pctx.StaticRule("GlobRule",
|
/build/soong/apex/ |
D | builder.go | 72 generateFsConfig = pctx.StaticRule("generateFsConfig", blueprint.RuleParams{ 82 apexManifestRule = pctx.StaticRule("apexManifestRule", blueprint.RuleParams{ 92 stripApexManifestRule = pctx.StaticRule("stripApexManifestRule", blueprint.RuleParams{ 98 pbApexManifestRule = pctx.StaticRule("pbApexManifestRule", blueprint.RuleParams{ 108 apexRule = pctx.StaticRule("apexRule", blueprint.RuleParams{ 126 zipApexRule = pctx.StaticRule("zipApexRule", blueprint.RuleParams{ 145 apexBundleRule = pctx.StaticRule("apexBundleRule", blueprint.RuleParams{ 159 emitApexContentRule = pctx.StaticRule("emitApexContentRule", blueprint.RuleParams{ 166 diffApexContentRule = pctx.StaticRule("diffApexContentRule", blueprint.RuleParams{
|
D | prebuilt.go | 31 extractMatchingApex = pctx.StaticRule(
|
/build/soong/android/ |
D | package_ctx.go | 224 return p.StaticRule(name, params, argNames...) 228 func (p PackageContext) StaticRule(name string, params blueprint.RuleParams, func
|
/build/soong/tradefed/ |
D | autogen.go | 42 var autogenTestConfig = pctx.StaticRule("autogenTestConfig", blueprint.RuleParams{ 257 var autogenInstrumentationTest = pctx.StaticRule("autogenInstrumentationTest", blueprint.RuleParams{
|
/build/blueprint/ |
D | package_ctx.go | 68 StaticRule(name string, params RuleParams, argNames ...string) Rule methodSpec 640 func (p *packageContext) StaticRule(name string, params RuleParams, func
|
/build/soong/java/ |
D | builder.go | 116 extractMatchingApks = pctx.StaticRule(
|
/build/soong/cc/ |
D | builder.go | 272 kytheExtract = pctx.StaticRule("kythe",
|