Home
last modified time | relevance | path

Searched refs:WalkDeps (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dmutator.go136 WalkDeps(visit func(Module, Module) bool) methodSpec
290 func (a *androidTopDownMutatorContext) WalkDeps(visit func(Module, Module) bool) { func
292 a.TopDownMutatorContext.WalkDeps(func(child, parent blueprint.Module) bool {
Ddefaults.go136 ctx.WalkDeps(func(module, parent Module) bool {
Dmodule.go157 WalkDeps(visit func(Module, Module) bool) methodSpec
1133 a.ModuleContext.WalkDeps(visit)
1136 func (a *androidModuleContext) WalkDeps(visit func(Module, Module) bool) { func
1137 a.ModuleContext.WalkDeps(func(child, parent blueprint.Module) bool {
/build/blueprint/
Dmodule_ctx.go171 WalkDeps(visit func(child, parent Module) bool) methodSpec
479 func (m *baseModuleContext) WalkDeps(visit func(child, parent Module) bool) { func
600 WalkDeps(visit func(Module, Module) bool) methodSpec
/build/soong/cc/
Dlto.go142 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool {
Dsanitize.go655 mctx.WalkDeps(func(child, parent android.Module) bool {
687 mctx.WalkDeps(func(child, parent android.Module) bool {
Dcc.go1534 ctx.WalkDeps(check)
/build/soong/python/
Dpython.go607 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/apex/
Dapex.go157 mctx.WalkDeps(func(child, parent android.Module) bool {