Searched refs:SortedKeys (Results 1 – 25 of 35) sorted by relevance
12
/build/soong/cc/ |
D | stub_library.go | 81 ctx.Strict("STUB_LIBRARIES", strings.Join(android.SortedKeys(s.stubLibraryMap), " ")) 82 …ctx.Strict("SOONG_STUB_VENDOR_LIBRARIES", strings.Join(android.SortedKeys(s.stubVendorLibraryMap),…
|
D | util.go | 117 for idx, k := range android.SortedKeys(m) {
|
D | llndk_library.go | 81 strings.Join(android.SortedKeys(movedToApexLlndkLibraries), " "))
|
D | library_sdk_member.go | 401 for _, property := range android.SortedKeys(includeDirs) {
|
/build/soong/bp2build/ |
D | bzl_conversion.go | 86 for _, bzlFileName := range android.SortedKeys(bzlLoads) { 107 for _, moduleType := range android.SortedKeys(moduleTypeFactories) { 224 for _, key := range android.SortedKeys(propertiesByName) {
|
D | conversion.go | 45 for _, dir := range android.SortedKeys(buildToTargets) {
|
D | build_conversion.go | 143 for i, bzl := range android.SortedKeys(bzlToLoadedSymbols) { 262 for _, propName := range android.SortedKeys(props) {
|
D | configurability.go | 259 for _, selectKey := range android.SortedKeys(selectMap) {
|
/build/soong/android/ |
D | phony.go | 51 p.phonyList = SortedKeys(p.phonyMap)
|
D | test_suites.go | 69 for _, module := range SortedKeys(files) { 98 for _, module := range SortedKeys(files) {
|
D | all_teams.go | 145 for i, moduleName := range SortedKeys(t.teams_for_mods) {
|
D | aconfig_providers.go | 124 for _, container := range SortedKeys(mergedAconfigFiles) {
|
D | util.go | 109 return SortedKeys(m) 113 func SortedKeys[T cmp.Ordered, V any](m map[T]V) []T { func
|
D | packaging.go | 388 for _, k := range SortedKeys(specs) {
|
D | neverallow.go | 543 s = append(s, fmt.Sprintf("dep(s): %q", SortedKeys(r.directDeps)))
|
D | module.go | 2552 dirs := SortedKeys(dirMap) 2563 dirs = SortedKeys(dirMap) 2573 return SortedKeys(dirMap), topDirs 2659 for _, class := range SortedKeys(osClass) {
|
D | apex.go | 926 for _, key := range FirstUniqueStrings(SortedKeys(depInfos)) {
|
D | util_test.go | 657 actual := SortedKeys(input)
|
/build/soong/java/ |
D | hiddenapi_modular.go | 719 modules := android.SortedKeys(s) 736 modules := android.SortedKeys(s) 938 for _, k := range android.SortedKeys(b) { 948 for _, k := range android.SortedKeys(b) { 1239 for _, name := range android.SortedKeys(bootDexInfoByModule) { 1327 for _, m := range android.SortedKeys(b) {
|
D | classpath_fragment.go | 114 return android.SortedKeys(set)
|
D | testing.go | 215 `, strings.Join(android.SortedKeys(apiLevel2Modules), `", "`)) 243 `, strings.Join(android.SortedKeys(apiLevel2Modules), `", "`))
|
D | prebuilt_apis.go | 329 sortedLatestKeys := android.SortedKeys(latest)
|
D | dexpreopt_bootjars.go | 784 names = append(names, android.SortedKeys(srcBootDexJarsByModule)...) 785 names = append(names, android.SortedKeys(dstBootJarsByModule)...)
|
/build/soong/filesystem/ |
D | fsverity_metadata.go | 58 for _, relPath := range android.SortedKeys(specs) {
|
/build/soong/sdk/ |
D | update.go | 598 for _, k := range android.SortedKeys(m.memberSpecific) { 659 for _, memberName := range android.SortedKeys(name2Info) { 1712 for _, imageVariantName := range android.SortedKeys(variantsByImage) {
|
12