Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/
Dlevenshtein_test.go22 func mods(mods []string) []*moduleGroup { func
25 for _, v := range mods {
44 assertEqual(t, namesLike("a", "test", mods([]string{"test"})), []string{})
47 …assertEqual(t, namesLike("a", "test", mods([]string{"ab", "ac", "not_this"})), []string{"ab", "ac"…
50 assertEqual(t, namesLike("ab", "test", mods([]string{"a", "b", "not_this"})), []string{"a", "b"})
53 …assertEqual(t, namesLike("aa", "test", mods([]string{"ab", "ac", "not_this"})), []string{"ab", "ac…
Dcontext_test.go1475 mods := modulesOrAliases{}
1477 mods = allMods.modules
1479 t.Errorf("expected to find one definition for module %q, but got %v", modName, mods)
/build/soong/android/
Dgen_notice.go60 mods := ctx.ModuleVariantsFromName(gm, name)
61 for _, mod := range mods {
Dandroidmk.go726 …(ctx SingletonContext, absMkFile string, moduleInfoJSONPath WritablePath, mods []blueprint.Module)…
734 for _, mod := range mods {
/build/bazel/mkcompare/cmd/
Dmkcompare.go71 for varName, mods := range modulesByVar {
72 printModulesByType(fmt.Sprintf(" %s, by type:", varName), mods, mkFile)
/build/make/tools/
Dmk2bp_catalog.py915 for entry, mods in self.annotations.entries:
922 [m for m in self.soong.reverse_makefiles[analysis.filename] if m in mods]),