Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Ddepset_test.go25 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 …]
Ddepset.go110 func (b *DepSetBuilder) Direct(direct ...Path) *DepSetBuilder { func
/build/soong/java/
Dlint.go109 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func
110 l.HTML.Direct(html)
111 l.Text.Direct(text)
112 l.XML.Direct(xml)
300 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
/build/make/tools/droiddoc/templates-ndk/
Dclass.cs158 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses