Home
last modified time | relevance | path

Searched refs:NewRuleBuilder (Results 1 – 25 of 60) sorted by relevance

123

/build/soong/android/
Drule_builder_test.go60 rule := NewRuleBuilder(pctx, ctx)
86 rule := NewRuleBuilder(pctx, ctx)
113 rule := NewRuleBuilder(pctx, ctx)
141 rule := NewRuleBuilder(pctx, ctx)
161 rule := NewRuleBuilder(pctx, ctx)
183 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
191 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
199 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
208 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
217 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
[all …]
Dlogtags.go50 builder := NewRuleBuilder(pctx, ctx)
Dtest_suites.go74 rule := NewRuleBuilder(pctx, ctx)
103 rule := NewRuleBuilder(pctx, ctx)
Dnotices.go54 rule := NewRuleBuilder(pctx, ctx)
Dbuildinfo_prop.go101 rule := NewRuleBuilder(pctx, ctx)
/build/soong/java/
Dboot_jars.go41 rule := android.NewRuleBuilder(pctx, ctx)
Dproto.go41 rule := android.NewRuleBuilder(pctx, ctx)
Dplatform_compat_config.go94 rule := android.NewRuleBuilder(pctx, ctx)
254 rule := android.NewRuleBuilder(pctx, ctx)
Ddexpreopt_bootjars.go894 rule := android.NewRuleBuilder(pctx, ctx)
983 rule := android.NewRuleBuilder(pctx, ctx)
1189 rule := android.NewRuleBuilder(pctx, ctx)
1242 rule := android.NewRuleBuilder(pctx, ctx)
1264 rule := android.NewRuleBuilder(pctx, ctx)
1292 rule := android.NewRuleBuilder(pctx, ctx)
1309 rule = android.NewRuleBuilder(pctx, ctx)
Dhiddenapi_modular.go334 rule := android.NewRuleBuilder(pctx, ctx)
995 rule := android.NewRuleBuilder(pctx, ctx)
1069 rule := android.NewRuleBuilder(pctx, ctx)
1104 rule := android.NewRuleBuilder(pctx, ctx)
1135 rule := android.NewRuleBuilder(pctx, ctx)
1255 rule := android.NewRuleBuilder(pctx, ctx)
/build/soong/rust/
Ddoc.go34 rule := android.NewRuleBuilder(pctx, ctx)
Dprotobuf.go127 rule := android.NewRuleBuilder(pctx, ctx)
160 rule := android.NewRuleBuilder(pctx, ctx)
/build/soong/python/
Dproto.go28 rule := android.NewRuleBuilder(pctx, ctx)
/build/soong/testing/
Dall_code_metadata.go33 rule := android.NewRuleBuilder(pctx, ctx)
Dall_test_specs.go32 rule := android.NewRuleBuilder(pctx, ctx)
/build/make/tools/fs_config/
Dfs_config.go51 rule := android.NewRuleBuilder(pctx, ctx)
/build/soong/snapshot/
Dutil.go51 zipRule := android.NewRuleBuilder(pctx, ctx)
Dhost_snapshot.go136 builder := android.NewRuleBuilder(pctx, ctx)
159 builder := android.NewRuleBuilder(pctx, ctx)
/build/soong/filesystem/
Dsystem_image.go91 builder := android.NewRuleBuilder(pctx, ctx)
Davb_gen_vbmeta_image.go60 builder := android.NewRuleBuilder(pctx, ctx)
Dvbmeta.go132 builder := android.NewRuleBuilder(pctx, ctx)
236 builder := android.NewRuleBuilder(pctx, ctx)
Dbootimg.go133 builder := android.NewRuleBuilder(pctx, ctx)
222 builder := android.NewRuleBuilder(pctx, ctx)
/build/soong/apex/
Ddeapexer.go143 builder := android.NewRuleBuilder(pctx, ctx)
Dbuilder.go390 rule := android.NewRuleBuilder(pctx, ctx)
420 rule := android.NewRuleBuilder(pctx, ctx)
761 builder := android.NewRuleBuilder(pctx, ctx)
881 rb := android.NewRuleBuilder(pctx, ctx)
896 javaUsedByRule := android.NewRuleBuilder(pctx, ctx)
978 compressRule := android.NewRuleBuilder(pctx, ctx)
1181 builder := android.NewRuleBuilder(pctx, ctx)
/build/soong/cc/
Dgen.go255 yaccRule_ = android.NewRuleBuilder(pctx, ctx).Sbox(android.PathForModuleGen(ctx, "yacc"),
294 aidlRule = android.NewRuleBuilder(pctx, ctx).Sbox(android.PathForModuleGen(ctx, "aidl"),
334 aidlLibraryRule = android.NewRuleBuilder(pctx, ctx).Sbox(

123