Lines Matching defs:Module
147 ModuleName(module blueprint.Module) string
148 ModuleDir(module blueprint.Module) string
149 ModuleSubDir(module blueprint.Module) string
150 ModuleType(module blueprint.Module) string
152 VisitAllModules(visit func(blueprint.Module))
153 VisitDirectDeps(module blueprint.Module, visit func(blueprint.Module))
412 func generateBazelTargets(ctx bpToBuildContext, m android.Module) []BazelTarget {
460 func generateSoongModuleTarget(ctx bpToBuildContext, m blueprint.Module) BazelTarget {
498 func getBuildProperties(ctx bpToBuildContext, m blueprint.Module) BazelAttributes {
714 func targetNameWithVariant(c bpToBuildContext, logicModule blueprint.Module) string {
726 func qualifiedTargetLabel(c bpToBuildContext, logicModule blueprint.Module) string {