Searched refs:Direct (Results 1 – 10 of 10) sorted by relevance
26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()28 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()29 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()36 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()37 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()38 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()39 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()47 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()[all …]
53 func (b *DepSetBuilder) Direct(direct ...Path) *DepSetBuilder { func
155 func (b *depSetBuilder) Direct(direct interface{}) *depSetBuilder { func
129 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func130 l.HTML.Direct(html)131 l.Text.Direct(text)132 l.XML.Direct(xml)382 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
126 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()448 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(out).Build()
495 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
681 Direct(outputFilePath).1390 Direct(outputFile).
562 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()
396 * Direct access from `Config`, for example: paths can be