Searched defs:DependencyTag (Results 1 – 14 of 14) sorted by relevance
/build/soong/java/ |
D | bootclasspath.go | 55 …mUpMutatorContext, propertyName string, refs []ApexVariantReference, tag blueprint.DependencyTag) { 78 …lePair(ctx android.BottomUpMutatorContext, apex string, name string, tag blueprint.DependencyTag) { 134 func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprint.DependencyTag) []…
|
D | systemserver_classpath_fragment.go | 127 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
D | classpath_fragment.go | 101 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
|
D | bootclasspath_fragment.go | 96 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
D | java.go | 254 func IsJniDepTag(depTag blueprint.DependencyTag) bool { 285 func IsLibDepTag(depTag blueprint.DependencyTag) bool { 289 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
|
/build/soong/android/ |
D | deptag.go | 40 func IsInstallDepNeeded(tag blueprint.DependencyTag) bool {
|
D | packaging.go | 64 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
|
D | paths.go | 91 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
|
/build/blueprint/ |
D | module_ctx_test.go | 63 func addVariantDepsMutator(variants []Variation, tag DependencyTag, from, to string) func(ctx Botto… 71 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
|
D | module_ctx.go | 198 GetDirectDepWithTag(name string, tag DependencyTag) Module 854 AddDependency(module Module, tag DependencyTag, name ...string) []Module 861 AddReverseDependency(module Module, tag DependencyTag, name string) 902 AddVariationDependencies([]Variation, DependencyTag, ...string) []Module argument 917 AddFarVariationDependencies([]Variation, DependencyTag, ...string) []Module argument 923 AddInterVariantDependency(tag DependencyTag, from, to Module) 979 type DependencyTag interface { interface 980 dependencyTag(DependencyTag) argument
|
/build/soong/rust/ |
D | sanitize.go | 327 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
D | rust.go | 885 func IsDylibDepTag(depTag blueprint.DependencyTag) bool { 890 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
|
/build/soong/cc/ |
D | linkable.go | 276 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string { 294 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
|
D | sanitize.go | 843 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|