Searched refs:OtherModuleName (Results 1 – 20 of 20) 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 | 251 OtherModuleName(m Module) string methodSpec 442 func (m *baseModuleContext) OtherModuleName(logicModule Module) string { func
|
/build/soong/android/ |
D | path_properties_test.go | 49 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
|
D | visibility.go | 434 depName := ctx.OtherModuleName(dep) 493 moduleName := ctx.OtherModuleName(module)
|
D | proto.go | 76 ctx.OtherModuleName(dep))
|
D | defaults.go | 317 ctx.OtherModuleName(module))
|
D | module.go | 106 OtherModuleName(m blueprint.Module) string methodSpec 1398 func (b *baseModuleContext) OtherModuleName(m blueprint.Module) string { func 1399 return b.bp.OtherModuleName(m) 1568 b.ModuleErrorf("module %q not an android module", b.OtherModuleName(module)) 1574 b.AddMissingDependencies([]string{b.OtherModuleName(aModule)}) 1576 b.ModuleErrorf("depends on disabled module %q", b.OtherModuleName(aModule))
|
D | neverallow.go | 521 name := ctx.OtherModuleName(m)
|
D | paths.go | 99 } else if x, ok := ctx.(interface{ OtherModuleName(blueprint.Module) string }); ok { 100 return x.OtherModuleName(module)
|
/build/soong/python/ |
D | python.go | 407 sharedLibs = append(sharedLibs, ctx.OtherModuleName(dep)) 634 ctx.ModuleName(), ctx.OtherModuleName(child))) 640 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child)) { 647 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child))
|
/build/soong/java/ |
D | device_host_converter.go | 109 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
|
D | java.go | 846 ctx.OtherModuleName(dep.(blueprint.Module))) 921 otherLinkType, _ := to.getLinkType(ctx.OtherModuleName(to)) 928 ctx.OtherModuleName(to)) 934 ctx.OtherModuleName(to)) 940 ctx.OtherModuleName(to)) 946 ctx.OtherModuleName(to)) 952 ctx.OtherModuleName(to)) 985 otherName := ctx.OtherModuleName(module) 2542 otherName := ctx.OtherModuleName(module)
|
D | app.go | 852 otherName := ctx.OtherModuleName(module) 875 name: ctx.OtherModuleName(module), 1891 usesLibPaths[ctx.OtherModuleName(m)] = dexJar 1894 ctx.OtherModuleName(m)) 1897 ctx.AddMissingDependencies([]string{ctx.OtherModuleName(m)}) 1900 ctx.OtherModuleName(m))
|
D | droiddoc.go | 540 otherName := ctx.OtherModuleName(module) 809 …opertyErrorf("custom_template", "module %q is not a droiddoc_exported_dir", ctx.OtherModuleName(m)) 1376 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m)) 1387 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m)) 1421 "module %q is not a metalava api-levels-annotations dir", ctx.OtherModuleName(m))
|
D | lint.go | 283 "%s is not a java module", ctx.OtherModuleName(extraLintCheckModule))
|
/build/soong/apex/ |
D | apex.go | 817 depName := mctx.OtherModuleName(child) 1910 fromName := ctx.OtherModuleName(from) 1911 toName := ctx.OtherModuleName(to) 1997 otherName := ctx.OtherModuleName(m) 2021 depName := ctx.OtherModuleName(child) 2145 …if !a.Host() && !android.DirectlyInApex(ctx.ModuleName(), ctx.OtherModuleName(cc)) && (cc.IsStubs(… 2303 ctx.ModuleErrorf("cannot depend on \"%v\": %v", ctx.OtherModuleName(module), err)
|
/build/soong/cc/ |
D | cc.go | 2082 ctx.OtherModuleName(to.Module())) 2097 ctx.OtherModuleName(to.Module()), "current") 2114 ctx.OtherModuleName(to.Module()), to.SdkVersion()) 2130 from.SelectedStl(), ctx.OtherModuleName(to.Module()), 2166 "(dependency: %s)", ctx.OtherModuleName(to), strings.Join(stringPath, " -> ")) 2196 depName := ctx.OtherModuleName(dep) 2462 postfix := " (required by " + ctx.OtherModuleName(dep) + ")"
|
/build/soong/sdk/ |
D | update.go | 127 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S… 159 name := ctx.OtherModuleName(variant)
|
/build/soong/genrule/ |
D | genrule.go | 223 tool := ctx.OtherModuleName(module)
|
/build/soong/rust/ |
D | rust.go | 566 depName := ctx.OtherModuleName(dep)
|