Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_test.go26 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 …]
Ddepset_paths.go53 func (b *DepSetBuilder) Direct(direct ...Path) *DepSetBuilder { func
Ddepset_generic.go155 func (b *depSetBuilder) Direct(direct interface{}) *depSetBuilder { func
/build/soong/java/
Dlint.go129 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func
130 l.HTML.Direct(html)
131 l.Text.Direct(text)
132 l.XML.Direct(xml)
382 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
/build/soong/cc/
Dndk_prebuilt.go181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
Dprebuilt.go126 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
448 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(out).Build()
Dsnapshot_prebuilt.go495 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
Dlibrary.go681 Direct(outputFilePath).
1390 Direct(outputFile).
/build/soong/rust/
Dlibrary.go562 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()
/build/bazel/docs/
Dinternal_concepts.md396 * Direct access from `Config`, for example: paths can be