Searched refs:ToList (Results 1 – 22 of 22) sorted by relevance
/build/soong/aidl_library/ |
D | aidl_library_test.go | 55 android.Paths(actualInfo.IncludeDirs.ToList()).Strings(), 69 actualInfo.Hdrs.ToList(), 104 android.Paths(actualInfo.IncludeDirs.ToList()).Strings(), 118 actualInfo.Hdrs.ToList(),
|
/build/soong/android/ |
D | depset_test.go | 30 fmt.Println(Paths(d.ToList()).Strings()) 40 fmt.Println(Paths(d.ToList()).Strings()) 50 fmt.Println(Paths(d.ToList()).Strings()) 107 assertEquals(t, nil, builder.Build().ToList()) 110 assertEquals(t, Paths{b}, builder.Build().ToList()) 113 assertEquals(t, Paths{b, d}, builder.Build().ToList()) 247 if g, w := Paths(depSet.ToList()).Strings(), tt.postorder; !reflect.DeepEqual(g, w) { 253 if g, w := Paths(depSet.ToList()).Strings(), tt.preorder; !reflect.DeepEqual(g, w) { 259 if g, w := Paths(depSet.ToList()).Strings(), tt.topological; !reflect.DeepEqual(g, w) {
|
D | depset_generic.go | 177 func (d *DepSet[T]) ToList() []T { func
|
D | license_metadata.go | 141 transitiveDeps := Paths(NewDepSet[Path](TOPOLOGICAL, nil, allDepMetadataDepSets).ToList())
|
D | module_context.go | 519 deps = append(deps, InstallPaths(m.module.base().installFilesDepSet.ToList())...)
|
D | module.go | 1522 return m.packagingSpecsDepSet.ToList()
|
/build/soong/rust/ |
D | binary_test.go | 187 if len(fizzMod.transitiveAndroidMkSharedLibs.ToList()) > 0 {
|
D | androidmk.go | 63 entries.AddStrings("LOCAL_SHARED_LIBRARIES", mod.transitiveAndroidMkSharedLibs.ToList()...)
|
D | rust_test.go | 198 if !android.InList("libshared", module.transitiveAndroidMkSharedLibs.ToList()) {
|
/build/soong/java/ |
D | aar.go | 387 staticDeps := transitiveAarDeps(staticResourcesNodesDepSet.ToList()) 388 sharedDeps := transitiveAarDeps(sharedResourcesNodesDepSet.ToList()) 393 transitiveManifestPaths = append(transitiveManifestPaths, staticManifestsDepSet.ToList()...) 781 if len(staticResourcesNodes.ToList()) > 0 { 866 exportedProguardFlagsFiles := proguardSpecInfo.ProguardFlagsFiles.ToList()
|
D | dex.go | 303 for _, jar := range d.transitiveStaticLibsHeaderJars.ToList() { 309 for _, jar := range d.transitiveLibsHeaderJars.ToList() {
|
D | lint.go | 552 htmlList := android.SortedUniquePaths(depSets.HTML.ToList()) 553 textList := android.SortedUniquePaths(depSets.Text.ToList()) 554 xmlList := android.SortedUniquePaths(depSets.XML.ToList())
|
D | platform_bootclasspath.go | 196 transitiveSrcFiles = append(transitiveSrcFiles, depInfo.TransitiveSrcFiles.ToList()...)
|
D | app.go | 572 …ppend(staticLibProguardFlagFiles, depProguardInfo.UnconditionallyExportedProguardFlags.ToList()...) 574 …guardFlagFiles = append(staticLibProguardFlagFiles, depProguardInfo.ProguardFlagsFiles.ToList()...)
|
D | androidmk.go | 381 for _, d := range app.rroDirsDepSet.ToList() {
|
D | java_test.go | 2333 transitiveSrcFiles := android.Paths(javaInfo.TransitiveSrcFiles.ToList())
|
D | app_test.go | 1649 for _, d := range module.Module().(AndroidLibraryDependency).RRODirsDepSet().ToList() {
|
D | java.go | 937 exportedProguardFlagsFiles := proguardSpecInfo.ProguardFlagsFiles.ToList()
|
/build/soong/cc/ |
D | gen.go | 345 aidlLibraryInfo.Hdrs.ToList(),
|
D | compiler.go | 634 rootAidlIncludeDirs = append(rootAidlIncludeDirs, aidlLibraryInfo.IncludeDirs.ToList()...)
|
D | cc_test.go | 861 …actual := android.Paths(staticLibInfo.TransitiveStaticLibrariesForOrdering.ToList()).RelativeToTop… 897 …actual := android.Paths(staticLibInfo.TransitiveStaticLibrariesForOrdering.ToList()).RelativeToTop…
|
D | cc.go | 3477 orderedTransitiveStaticLibs := transitiveStaticLibs.ToList()
|