Searched refs:Direct (Results 1 – 12 of 12) sorted by relevance
25 a := NewDepSetBuilder[Path](POSTORDER).Direct(PathForTesting("a")).Build()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()35 a := NewDepSetBuilder[Path](PREORDER).Direct(PathForTesting("a")).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()45 a := NewDepSetBuilder[Path](TOPOLOGICAL).Direct(PathForTesting("a")).Build()46 b := NewDepSetBuilder[Path](TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()[all …]
122 func (b *DepSetBuilder[T]) Direct(direct ...T) *DepSetBuilder[T] { func
93 hdrsDepSetBuilder.Direct(hdrs...)99 includeDirsDepSetBuilder.Direct(includeDir)
119 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(lib).Build()
142 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(in).Build()
994 Direct(outputFile).
140 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func141 l.HTML.Direct(html)142 l.Text.Direct(text)143 l.XML.Direct(xml)447 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
579 Direct(&resourcesNode{591 Direct(rroDirs...).594 Direct(a.manifestPath).
646 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(outputFile).Build()
88 # Direct deps of the apex. The apex would depend on the source lib, not stub lib,
16 # Direct translation to an android_binary rule (as is done for other
396 * Direct access from `Config`, for example: paths can be