Searched refs:OtherModuleName (Results 1 – 16 of 16) sorted by relevance
/build/blueprint/ |
D | visit_test.go | 57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep))) 59 m.properties.VisitDepsDepthFirst = m.properties.VisitDepsDepthFirst + ctx.OtherModuleName(dep) 62 return ctx.OtherModuleName(dep) != "B" 64 … m.properties.VisitDepsDepthFirstIf = m.properties.VisitDepsDepthFirstIf + ctx.OtherModuleName(dep) 67 m.properties.VisitDirectDeps = m.properties.VisitDirectDeps + ctx.OtherModuleName(dep) 70 return ctx.OtherModuleName(dep) != "B" 72 m.properties.VisitDirectDepsIf = m.properties.VisitDirectDepsIf + ctx.OtherModuleName(dep)
|
D | module_ctx.go | 157 OtherModuleName(m Module) string methodSpec 297 func (m *baseModuleContext) OtherModuleName(logicModule Module) string { func 584 OtherModuleName(m Module) string methodSpec
|
/build/soong/android/ |
D | path_properties_test.go | 45 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
|
D | defaults.go | 146 ctx.OtherModuleName(module))
|
D | proto.go | 77 ctx.OtherModuleName(dep))
|
D | module.go | 140 OtherModuleName(m blueprint.Module) string methodSpec 1021 a.ModuleErrorf("module %q not an android module", a.OtherModuleName(aModule)) 1027 a.AddMissingDependencies([]string{a.OtherModuleName(aModule)}) 1029 a.ModuleErrorf("depends on disabled module %q", a.OtherModuleName(aModule))
|
D | mutator.go | 122 OtherModuleName(m blueprint.Module) string methodSpec
|
/build/soong/python/ |
D | python.go | 392 sharedLibs = append(sharedLibs, ctx.OtherModuleName(dep)) 619 ctx.ModuleName(), ctx.OtherModuleName(child))) 625 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child)) { 632 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child))
|
/build/soong/java/ |
D | device_host_converter.go | 98 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
|
D | java.go | 615 ctx.OtherModuleName(dep.(blueprint.Module))) 669 otherLinkType, _ := getLinkType(&to.Module, ctx.OtherModuleName(to)) 676 ctx.OtherModuleName(to)) 682 ctx.OtherModuleName(to)) 688 ctx.OtherModuleName(to)) 714 otherName := ctx.OtherModuleName(module) 1848 otherName := ctx.OtherModuleName(module)
|
D | app.go | 458 otherName := ctx.OtherModuleName(module) 466 name: ctx.OtherModuleName(module),
|
D | droiddoc.go | 640 otherName := ctx.OtherModuleName(module) 931 …x.PropertyErrorf("custom_template", "module %q is not a droiddoc_template", ctx.OtherModuleName(m)) 1444 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m)) 1464 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m)) 1499 "module %q is not a metalava api-levels-annotations dir", ctx.OtherModuleName(m))
|
D | sdk_library.go | 191 otherName := ctx.OtherModuleName(to)
|
/build/soong/cc/ |
D | cc.go | 1444 ctx.OtherModuleName(to)) 1459 ctx.OtherModuleName(to), "current") 1476 ctx.OtherModuleName(to), String(to.Properties.Sdk_version)) 1492 from.stl.Properties.SelectedStl, ctx.OtherModuleName(to), 1528 "(dependency: %s)", ctx.OtherModuleName(to), strings.Join(stringPath, " -> ")) 1548 depName := ctx.OtherModuleName(dep) 1732 postfix := " (required by " + ctx.OtherModuleName(dep) + ")"
|
/build/soong/apex/ |
D | apex.go | 158 depName := mctx.OtherModuleName(child) 679 depName := ctx.OtherModuleName(child) 769 depName := ctx.OtherModuleName(child)
|
/build/soong/genrule/ |
D | genrule.go | 197 tool := ctx.OtherModuleName(module)
|