Searched refs:Transitive (Results 1 – 9 of 9) sorted by relevance
26 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 …]
129 func (b *DepSetBuilder[T]) Transitive(transitive ...*DepSet[T]) *DepSetBuilder[T] { func
103 includeDirsDepSetBuilder.Transitive(&info.IncludeDirs)104 hdrsDepSetBuilder.Transitive(&info.Hdrs)
147 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder { func149 l.HTML.Transitive(depSets.HTML)152 l.Text.Transitive(depSets.Text)155 l.XML.Transitive(depSets.XML)451 depSetsBuilder.Transitive(depLint.LintDepSets())
589 Transitive(staticResourcesNodesDepSet).Build()592 Transitive(staticRRODirsDepSet).Build()596 Transitive(staticManifestsDepSet).Build()755 rroDirsDepSetBuilder.Transitive(aarDep.RRODirsDepSet())756 manifestsDepSetBuilder.Transitive(aarDep.ManifestsDepSet())
211 # Transitive deps containing shared libraries to be propagated the apex.
1135 depSetsBuilder.Transitive(fi.lintDepSets)
3468 transitiveStaticLibsBuilder.Transitive(staticDep.TransitiveStaticLibrariesForOrdering)3472 transitiveStaticLibsBuilder.Transitive(sharedDep.TransitiveStaticLibrariesForOrdering)
995 Transitive(deps.TranstiveStaticLibrariesForOrdering).