Lines Matching refs:Module
34 if ref.Module == nil {
38 name := proptools.String(ref.Module)
57 target := ctx.Module().Target()
74 func gatherFragments(ctx android.BaseModuleContext) ([]android.Module, map[string]android.Module) {
75 var fragments []android.Module
85 ctx.VisitDirectDeps(func(module android.Module) {
96 fragmentsMap := make(map[string]android.Module)
98 var found android.Module
100 ctx.WalkDeps(func(child, parent android.Module) bool {
102 if parent == ctx.Module() {
140 …uleContext, tagType bootclasspathDependencyTagType) ([]android.Module, map[android.Module]string) {
141 var modules []android.Module
142 modulesToApex := make(map[android.Module]string)
151 ctx.VisitDirectDeps(func(module android.Module) {
163 var found android.Module
164 ctx.WalkDeps(func(child, parent android.Module) bool {
166 if parent == ctx.Module() {
217 Module *string member