Searched refs:Direct (Results 1 – 4 of 4) sorted by relevance
25 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()26 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()27 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()28 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()35 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()36 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()37 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()38 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()45 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()46 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()[all …]
110 func (b *DepSetBuilder) Direct(direct ...Path) *DepSetBuilder { func
109 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func110 l.HTML.Direct(html)111 l.Text.Direct(text)112 l.XML.Direct(xml)300 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
158 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses