Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dsystem_image.go63 ctx.WalkDeps(func(child, parent android.Module) bool {
80 ctx.WalkDeps(func(child, parent android.Module) bool {
Dfilesystem.go515 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/multitree/
Dapi_surface.go68 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/android/
Dbase_module_context.go165 WalkDeps(visit func(child, parent Module) bool) methodSpec
487 b.bp.WalkDeps(visit)
490 func (b *baseModuleContext) WalkDeps(visit func(Module, Module) bool) { func
493 b.bp.WalkDeps(func(child, parent blueprint.Module) bool {
Ddefaults.go291 ctx.WalkDeps(func(module, parent Module) bool {
Dprebuilt.go364 ctx.WalkDeps(func(child, parent Module) bool {
Dapex.go771 mctx.WalkDeps(func(child, parent Module) bool {
/build/soong/cc/
Dfuzz.go70 mctx.WalkDeps(func(child android.Module, parent android.Module) bool {
597 ctx.WalkDeps(func(child, parent android.Module) bool {
Dcmake_snapshot.go305 ctx.WalkDeps(func(dep_a android.Module, parent android.Module) bool {
Dsanitize.go1344 mctx.WalkDeps(func(child, parent android.Module) bool {
Dcc.go2879 ctx.WalkDeps(check)
/build/soong/apex/
Dprebuilt.go403 mctx.WalkDeps(func(child, parent android.Module) bool {
636 ctx.WalkDeps(func(child, parent android.Module) bool {
Dapex.go997 mctx.WalkDeps(func(child, parent android.Module) bool {
1044 mctx.WalkDeps(func(child, parent android.Module) bool {
1094 mctx.WalkDeps(func(child, parent android.Module) bool {
1803 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/blueprint/
Dmodule_ctx.go258 WalkDeps(visit func(Module, Module) bool) methodSpec
721 func (m *baseModuleContext) WalkDeps(visit func(child, parent Module) bool) { func
/build/soong/dexpreopt/
Ddexpreopt.go597 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool {
Dconfig.go501 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/python/
Dpython.go709 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/java/
Dapp.go1015 ctx.WalkDeps(func(module android.Module, parent android.Module) bool {
1070 ctx.WalkDeps(func(child, parent android.Module) bool {
Ddexpreopt_bootjars.go568 ctx.WalkDeps(func(child, parent android.Module) bool {
Dsdk_library.go1486 ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
/build/soong/sdk/
Dupdate.go119 ctx.WalkDeps(func(child android.Module, parent android.Module) bool {