Searched refs:WalkDeps (Results 1 – 12 of 12) sorted by relevance
/build/soong/filesystem/ |
D | system_image.go | 57 ctx.WalkDeps(func(child, parent android.Module) bool {
|
/build/soong/android/ |
D | defaults.go | 294 ctx.WalkDeps(func(module, parent Module) bool {
|
/build/soong/cc/ |
D | lto.go | 170 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool {
|
D | fuzz.go | 300 ctx.WalkDeps(func(child, parent android.Module) bool {
|
D | sanitize.go | 903 mctx.WalkDeps(func(child, parent android.Module) bool { 948 mctx.WalkDeps(func(child, parent android.Module) bool {
|
/build/soong/java/ |
D | app.go | 527 ctx.WalkDeps(func(child android.Module, parent android.Module) bool { 745 ctx.WalkDeps(func(module android.Module, parent android.Module) bool { 800 ctx.WalkDeps(func(child, parent android.Module) bool {
|
/build/blueprint/ |
D | module_ctx.go | 247 WalkDeps(visit func(Module, Module) bool) methodSpec 701 func (m *baseModuleContext) WalkDeps(visit func(child, parent Module) bool) { func
|
/build/soong/dexpreopt/ |
D | config.go | 415 ctx.WalkDeps(func(child, parent android.Module) bool {
|
D | dexpreopt.go | 560 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool {
|
/build/soong/python/ |
D | python.go | 665 ctx.WalkDeps(func(child, parent android.Module) bool {
|
/build/soong/apex/ |
D | apex.go | 883 mctx.WalkDeps(func(child, parent android.Module) bool { 920 mctx.WalkDeps(func(child, parent android.Module) bool { 1581 ctx.WalkDeps(func(child, parent android.Module) bool {
|
/build/soong/sdk/ |
D | update.go | 146 ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
|