Home
last modified time | relevance | path

Searched refs:Transitive (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Ddepset_test.go26 b := NewDepSetBuilder[Path](POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
27 c := NewDepSetBuilder[Path](POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
28 d := NewDepSetBuilder[Path](POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
36 b := NewDepSetBuilder[Path](PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()
37 c := NewDepSetBuilder[Path](PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()
38 d := NewDepSetBuilder[Path](PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
46 b := NewDepSetBuilder[Path](TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()
47 c := NewDepSetBuilder[Path](TOPOLOGICAL).Direct(PathForTesting("c")).Transitive(a).Build()
48 d := NewDepSetBuilder[Path](TOPOLOGICAL).Direct(PathForTesting("d")).Transitive(b, c).Build()
116 builder.Transitive(child)
[all …]
Ddepset_generic.go129 func (b *DepSetBuilder[T]) Transitive(transitive ...*DepSet[T]) *DepSetBuilder[T] { func
/build/soong/aidl_library/
Daidl_library.go103 includeDirsDepSetBuilder.Transitive(&info.IncludeDirs)
104 hdrsDepSetBuilder.Transitive(&info.Hdrs)
/build/soong/java/
Dlint.go147 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder { func
149 l.HTML.Transitive(depSets.HTML)
152 l.Text.Transitive(depSets.Text)
155 l.XML.Transitive(depSets.XML)
451 depSetsBuilder.Transitive(depLint.LintDepSets())
Daar.go589 Transitive(staticResourcesNodesDepSet).Build()
592 Transitive(staticRRODirsDepSet).Build()
596 Transitive(staticManifestsDepSet).Build()
755 rroDirsDepSetBuilder.Transitive(aarDep.RRODirsDepSet())
756 manifestsDepSetBuilder.Transitive(aarDep.ManifestsDepSet())
/build/bazel/rules/apex/
Dcc.bzl211 # Transitive deps containing shared libraries to be propagated the apex.
/build/soong/apex/
Dbuilder.go1135 depSetsBuilder.Transitive(fi.lintDepSets)
/build/soong/cc/
Dcc.go3468 transitiveStaticLibsBuilder.Transitive(staticDep.TransitiveStaticLibrariesForOrdering)
3472 transitiveStaticLibsBuilder.Transitive(sharedDep.TransitiveStaticLibrariesForOrdering)
Dlibrary.go995 Transitive(deps.TranstiveStaticLibrariesForOrdering).