Searched refs:mods (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/ |
D | levenshtein_test.go | 22 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…
|
D | context_test.go | 1475 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/ |
D | gen_notice.go | 60 mods := ctx.ModuleVariantsFromName(gm, name) 61 for _, mod := range mods {
|
D | androidmk.go | 726 …(ctx SingletonContext, absMkFile string, moduleInfoJSONPath WritablePath, mods []blueprint.Module)… 734 for _, mod := range mods {
|
/build/bazel/mkcompare/cmd/ |
D | mkcompare.go | 71 for varName, mods := range modulesByVar { 72 printModulesByType(fmt.Sprintf(" %s, by type:", varName), mods, mkFile)
|
/build/make/tools/ |
D | mk2bp_catalog.py | 915 for entry, mods in self.annotations.entries: 922 [m for m in self.soong.reverse_makefiles[analysis.filename] if m in mods]),
|