Home
last modified time | relevance | path

Searched defs:DependencyTag (Results 1 – 19 of 19) 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…
Djava.go254 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
285 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
289 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
Dbootclasspath_fragment.go96 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dsdk_library.go1123 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/android/
Ddeptag.go40 func IsInstallDepNeeded(tag blueprint.DependencyTag) bool {
Dmutator.go300 …AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo…
307 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string)
348 …AddVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint.Mo…
363 …AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint…
369 AddInterVariantDependency(tag blueprint.DependencyTag, from, to blueprint.Module)
Dpackaging.go64 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
Dmodule.go214 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module
219 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
243 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
2467 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool {
2482 func PrettyPrintTag(tag blueprint.DependencyTag) string {
Dsdk.go456 AddDependencies(mctx BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, names []string)
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 {
Dcc.go732 func IsSharedDepTag(depTag blueprint.DependencyTag) bool {
737 func IsStaticDepTag(depTag blueprint.DependencyTag) bool {
742 func IsHeaderDepTag(depTag blueprint.DependencyTag) bool {
747 func IsRuntimeDepTag(depTag blueprint.DependencyTag) bool {
751 func IsTestPerSrcDepTag(depTag blueprint.DependencyTag) bool {
2284 tag blueprint.DependencyTag) {
Dsanitize.go843 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {