Home
last modified time | relevance | path

Searched refs:VisitAllModules (Results 1 – 25 of 51) sorted by relevance

123

/build/soong/cc/
Dndk_abi.go42 ctx.VisitAllModules(func(module android.Module) {
80 ctx.VisitAllModules(func(module android.Module) {
Dstub_library.go53 ctx.VisitAllModules(func(module android.Module) {
Dllndk_library.go70 ctx.VisitAllModules(func(module android.Module) {
142 ctx.VisitAllModules(func(m android.Module) {
Dcc_test_only_property_test.go59 ctx.VisitAllModules(func(m blueprint.Module) {
96 ctx.VisitAllModules(func(m blueprint.Module) {
/build/soong/android/
Dlogtags.go41 ctx.VisitAllModules(func(module Module) {
Dlicenses_test.go502 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
537 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
602 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
642 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
677 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
712 result.Context.Context.VisitAllModules(func(m blueprint.Module) {
Dsingleton.go66 VisitAllModules(visit func(Module)) methodSpec
216 s.SingletonContext.VisitAllModules(visit)
219 func (s *singletonContextAdaptor) VisitAllModules(visit func(Module)) { func
220 s.SingletonContext.VisitAllModules(visitAdaptor(visit))
Dall_teams.go79 ctx.VisitAllModules(func(module Module) {
Dtest_suites.go43 ctx.VisitAllModules(func(m Module) {
/build/soong/rust/
Ddoc.go40 ctx.VisitAllModules(func(module android.Module) {
/build/soong/java/
Dsupport_libraries.go31 ctx.VisitAllModules(func(module android.Module) {
Ddexpreopt_check.go87 ctx.VisitAllModules(func(module android.Module) {
Dprebuilt_apis_test.go42 result.VisitAllModules(func(module blueprint.Module) {
Djdeps.go50 ctx.VisitAllModules(func(module android.Module) {
/build/soong/aconfig/
Dexported_java_aconfig_library.go32 ctx.VisitAllModules(func(module android.Module) {
Dall_aconfig_declarations.go42 ctx.VisitAllModules(func(module android.Module) {
/build/soong/testing/
Dall_code_metadata.go22 ctx.VisitAllModules(
Dall_test_specs.go23 ctx.VisitAllModules(func(module android.Module) {
/build/soong/apex/
Dapex_singleton.go86 ctx.VisitAllModules(func(module android.Module) {
154 ctx.VisitAllModules(func(m android.Module) {
/build/soong/multitree/
Dmetadata.go51 ctx.VisitAllModules(func(module android.Module) {
Dapi_imports.go96 ctx.VisitAllModules(func(m android.Module) {
/build/soong/aconfig/build_flags/
Dall_build_flag_declarations.go40 ctx.VisitAllModules(func(module android.Module) {
/build/soong/bloaty/
Dbloaty.go87 ctx.VisitAllModules(func(m android.Module) {
/build/blueprint/
Dsingleton_ctx.go100 VisitAllModules(visit func(Module)) methodSpec
315 func (s *singletonContext) VisitAllModules(visit func(Module)) { func
324 s.context.VisitAllModules(func(m Module) {
/build/soong/snapshot/
Dhost_fake_snapshot.go106 ctx.VisitAllModules(func(module android.Module) {

123