Searched refs:StaticRule (Results 1 – 9 of 9) sorted by relevance
/build/soong/common/ |
D | defs.go | 31 Phony = pctx.StaticRule("Phony", 40 GeneratedFile = pctx.StaticRule("GeneratedFile", 48 Cp = pctx.StaticRule("Cp", 56 Symlink = pctx.StaticRule("Symlink", 63 ErrorRule = pctx.StaticRule("Error",
|
D | glob.go | 46 globRule = pctx.StaticRule("globRule",
|
/build/soong/java/ |
D | app_builder.go | 30 aaptCreateResourceJavaFile = pctx.StaticRule("aaptCreateResourceJavaFile", 41 aaptCreateAssetsPackage = pctx.StaticRule("aaptCreateAssetsPackage", 49 aaptAddResources = pctx.StaticRule("aaptAddResources", 58 signapk = pctx.StaticRule("signapk", 66 androidManifestMerger = pctx.StaticRule("androidManifestMerger",
|
D | gen.go | 36 aidl = pctx.StaticRule("aidl", 44 logtags = pctx.StaticRule("logtags", 51 mergeLogtags = pctx.StaticRule("mergeLogtags",
|
D | builder.go | 40 javac = pctx.StaticRule("javac", 52 jar = pctx.StaticRule("jar", 60 dx = pctx.StaticRule("dx", 70 jarjar = pctx.StaticRule("jarjar", 78 extractPrebuilt = pctx.StaticRule("extractPrebuilt",
|
/build/soong/cc/ |
D | builder.go | 41 cc = pctx.StaticRule("cc", 51 ld = pctx.StaticRule("ld", 62 partialLd = pctx.StaticRule("partialLd", 70 ar = pctx.StaticRule("ar", 80 darwinAr = pctx.StaticRule("darwinAr", 88 darwinAppendAr = pctx.StaticRule("darwinAppendAr", 96 prefixSymbols = pctx.StaticRule("prefixSymbols", 106 copyGccLib = pctx.StaticRule("copyGccLib",
|
D | gen.go | 34 yacc = pctx.StaticRule("yacc", 42 lex = pctx.StaticRule("lex",
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 37 compile = pctx.StaticRule("compile", 46 link = pctx.StaticRule("link", 54 goTestMain = pctx.StaticRule("gotestmain", 62 pluginGenSrc = pctx.StaticRule("pluginGenSrc", 70 test = pctx.StaticRule("test", 78 cp = pctx.StaticRule("cp", 85 bootstrap = pctx.StaticRule("bootstrap", 93 chooseStage = pctx.StaticRule("chooseStage", 101 touch = pctx.StaticRule("touch", 109 phony = pctx.StaticRule("phony",
|
/build/blueprint/ |
D | package_ctx.go | 67 StaticRule(name string, params RuleParams, argNames ...string) Rule methodSpec 642 func (p *packageContext) StaticRule(name string, params RuleParams, func
|