Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_test.go25 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 …]
Ddepset_generic.go122 func (b *DepSetBuilder[T]) Direct(direct ...T) *DepSetBuilder[T] { func
/build/soong/aidl_library/
Daidl_library.go93 hdrsDepSetBuilder.Direct(hdrs...)
99 includeDirsDepSetBuilder.Direct(includeDir)
/build/soong/cc/
Dndk_prebuilt.go119 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(lib).Build()
Dprebuilt.go142 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(in).Build()
Dlibrary.go994 Direct(outputFile).
/build/soong/java/
Dlint.go140 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { func
141 l.HTML.Direct(html)
142 l.Text.Direct(text)
143 l.XML.Direct(xml)
447 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
Daar.go579 Direct(&resourcesNode{
591 Direct(rroDirs...).
594 Direct(a.manifestPath).
/build/soong/rust/
Dlibrary.go646 depSet := android.NewDepSetBuilder[android.Path](android.TOPOLOGICAL).Direct(outputFile).Build()
/build/bazel/rules/apex/
Dcc.bzl88 # Direct deps of the apex. The apex would depend on the source lib, not stub lib,
/build/bazel/rules/android/
Dframework_resources.bzl16 # Direct translation to an android_binary rule (as is done for other
/build/bazel/docs/
Dinternal_concepts.md396 * Direct access from `Config`, for example: paths can be