Home
last modified time | relevance | path

Searched refs:OtherModuleName (Results 1 – 20 of 20) sorted by relevance

/build/blueprint/
Dvisit_test.go57 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)
Dmodule_ctx.go251 OtherModuleName(m Module) string methodSpec
442 func (m *baseModuleContext) OtherModuleName(logicModule Module) string { func
/build/soong/android/
Dpath_properties_test.go49 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
Dvisibility.go434 depName := ctx.OtherModuleName(dep)
493 moduleName := ctx.OtherModuleName(module)
Dproto.go76 ctx.OtherModuleName(dep))
Ddefaults.go317 ctx.OtherModuleName(module))
Dmodule.go106 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))
Dneverallow.go521 name := ctx.OtherModuleName(m)
Dpaths.go99 } else if x, ok := ctx.(interface{ OtherModuleName(blueprint.Module) string }); ok {
100 return x.OtherModuleName(module)
/build/soong/python/
Dpython.go407 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/
Ddevice_host_converter.go109 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
Djava.go846 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)
Dapp.go852 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))
Ddroiddoc.go540 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))
Dlint.go283 "%s is not a java module", ctx.OtherModuleName(extraLintCheckModule))
/build/soong/apex/
Dapex.go817 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/
Dcc.go2082 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/
Dupdate.go127 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S…
159 name := ctx.OtherModuleName(variant)
/build/soong/genrule/
Dgenrule.go223 tool := ctx.OtherModuleName(module)
/build/soong/rust/
Drust.go566 depName := ctx.OtherModuleName(dep)