Searched defs:DependencyTag (Results 1 – 4 of 4) sorted by relevance
| /build/soong/android/ |
| D | mutator.go | 128 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module 132 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module)) 158 AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) 159 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) 163 AddVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) 164 AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) 165 AddInterVariantDependency(tag blueprint.DependencyTag, from, to blueprint.Module)
|
| D | module.go | 144 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module 151 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
|
| /build/blueprint/ |
| D | module_ctx.go | 164 GetDirectDepWithTag(name string, tag DependencyTag) Module 593 GetDirectDepWithTag(name string, tag DependencyTag) Module 606 AddDependency(module Module, tag DependencyTag, name ...string) 607 AddReverseDependency(module Module, tag DependencyTag, name string) 611 AddVariationDependencies([]Variation, DependencyTag, ...string) argument 612 AddFarVariationDependencies([]Variation, DependencyTag, ...string) argument 613 AddInterVariantDependency(tag DependencyTag, from, to Module) 634 type DependencyTag interface { interface 635 dependencyTag(DependencyTag) argument
|
| /build/soong/cc/ |
| D | sanitize.go | 646 func isSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|