Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath.go55 …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) []…
Dsystemserver_classpath_fragment.go127 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dclasspath_fragment.go101 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
Dbootclasspath_fragment.go96 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Djava.go254 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
285 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
289 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/android/
Ddeptag.go40 func IsInstallDepNeeded(tag blueprint.DependencyTag) bool {
Dpackaging.go64 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
Dpaths.go91 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
/build/blueprint/
Dmodule_ctx_test.go63 func addVariantDepsMutator(variants []Variation, tag DependencyTag, from, to string) func(ctx Botto…
71 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
Dmodule_ctx.go198 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/
Dsanitize.go327 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
Drust.go885 func IsDylibDepTag(depTag blueprint.DependencyTag) bool {
890 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/cc/
Dlinkable.go276 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string {
294 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
Dsanitize.go843 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {