Home
last modified time | relevance | path

Searched defs:DependencyTag (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dmutator.go128 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)
Dmodule.go144 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
151 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
/build/blueprint/
Dmodule_ctx.go164 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/
Dsanitize.go646 func isSanitizableDependencyTag(tag blueprint.DependencyTag) bool {