Home
last modified time | relevance | path

Searched refs:PreArchMutators (Results 1 – 17 of 17) sorted by relevance

/build/soong/android/
Dregister.go132 PreArchMutators(f RegisterMutatorFunc) methodSpec
189 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) { func
190 PreArchMutators(f)
Ddefaults_test.go88 ctx.PreArchMutators(RegisterDefaultsPreArchMutators)
134 ctx.PreArchMutators(RegisterDefaultsPreArchMutators)
Dvisibility_test.go1179 ctx.PreArchMutators(RegisterVisibilityRuleChecker)
1180 ctx.PreArchMutators(RegisterDefaultsPreArchMutators)
1181 ctx.PreArchMutators(RegisterVisibilityRuleGatherer)
Dtesting.go59 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { func
65 ctx.PreArchMutators(f)
Dvariable_test.go301 ctx.PreArchMutators(RegisterDefaultsPreArchMutators)
Dprebuilt.go29 ctx.PreArchMutators(RegisterPrebuiltsPreArchMutators)
Dmutator_test.go99 ctx.PreArchMutators(func(ctx RegisterMutatorsContext) {
Dmutator.go165 func PreArchMutators(f RegisterMutatorFunc) { func
Dnamespace_test.go642 ctx.PreArchMutators(RegisterNamespaceMutator)
/build/soong/sdk/
Dtesting.go97 ctx.PreArchMutators(android.RegisterVisibilityRuleChecker)
98 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
99 ctx.PreArchMutators(android.RegisterComponentsMutator)
105 ctx.PreArchMutators(android.RegisterVisibilityRuleGatherer)
/build/soong/sysprop/
Dsysprop_test.go65 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
66 ctx.PreArchMutators(func(ctx android.RegisterMutatorsContext) {
Dsysprop_library.go69 android.PreArchMutators(func(ctx android.RegisterMutatorsContext) {
/build/soong/python/
Dpython_test.go337 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
/build/soong/cc/
Dtesting.go570 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
/build/soong/genrule/
Dgenrule_test.go62 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
/build/soong/java/
Djava_test.go89 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
90 ctx.PreArchMutators(android.RegisterComponentsMutator)
/build/soong/apex/
Dapex_test.go224 ctx.PreArchMutators(android.RegisterVisibilityRuleChecker)
235 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
236 ctx.PreArchMutators(android.RegisterComponentsMutator)
243 ctx.PreArchMutators(android.RegisterVisibilityRuleGatherer)
5546 ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)