Home
last modified time | relevance | path

Searched refs:PostDepsMutators (Results 1 – 14 of 14) sorted by relevance

/build/soong/android/
Dregister.go140 PostDepsMutators(f RegisterMutatorFunc) methodSpec
201 func (ctx *initRegistrationContext) PostDepsMutators(f RegisterMutatorFunc) { func
202 PostDepsMutators(f)
Dmutator_test.go117 ctx.PostDepsMutators(func(ctx RegisterMutatorsContext) {
204 ctx.PostDepsMutators(func(ctx RegisterMutatorsContext) {
Dneverallow_test.go368 ctx.PostDepsMutators(RegisterNeverallowMutator)
Dprebuilt.go30 ctx.PostDepsMutators(RegisterPrebuiltsPostDepsMutators)
Dprebuilt_test.go389 ctx.PostDepsMutators(RegisterOverridePostDepsMutators)
Dmutator.go173 func PostDepsMutators(f RegisterMutatorFunc) { func
Dtesting.go72 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) { func
Dvisibility_test.go1182 ctx.PostDepsMutators(RegisterVisibilityRuleEnforcer)
/build/soong/sdk/
Dtesting.go106 ctx.PostDepsMutators(android.RegisterVisibilityRuleEnforcer)
121 ctx.PostDepsMutators(apex.RegisterPostDepsMutators)
129 ctx.PostDepsMutators(RegisterPostDepsMutators)
Dsdk.go39 android.PostDepsMutators(RegisterPostDepsMutators)
/build/soong/apex/
Dapex_test.go237 ctx.PostDepsMutators(android.RegisterOverridePostDepsMutators)
244 ctx.PostDepsMutators(android.RegisterVisibilityRuleEnforcer)
262 ctx.PostDepsMutators(RegisterPostDepsMutators)
5553 ctx.PostDepsMutators(android.RegisterOverridePostDepsMutators)
5555 ctx.PostDepsMutators(RegisterPostDepsMutators)
Dapex.go657 android.PostDepsMutators(RegisterPostDepsMutators)
/build/soong/java/
Djava_test.go95 ctx.PostDepsMutators(android.RegisterOverridePostDepsMutators)
/build/soong/cc/
Dcc.go57 ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {