| /build/soong/android/ |
| D | base_module_context.go | 117 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module 119 GetDirectDepsProxyWithTag(tag blueprint.DependencyTag) []ModuleProxy 124 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) Module 126 GetDirectDepProxyWithTag(name string, tag blueprint.DependencyTag) *ModuleProxy 154 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module)) 156 VisitDirectDepsProxyWithTag(tag blueprint.DependencyTag, visit func(proxy ModuleProxy)) 622 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool { 639 func PrettyPrintTag(tag blueprint.DependencyTag) string {
|
| D | deptag.go | 40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
|
| D | mutator.go | 205 AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []Module 213 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) 221 …AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, names ...s… 232 AddReverseVariationDependency([]blueprint.Variation, blueprint.DependencyTag, string) 244 AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []Module
|
| D | license_metadata.go | 213 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
|
| D | apex.go | 169 OutgoingDepIsInSameApex(tag blueprint.DependencyTag) bool 179 IncomingDepIsInSameApex(tag blueprint.DependencyTag) bool 837 func IsFragmentInApexTag(tag blueprint.DependencyTag) bool {
|
| D | prebuilt.go | 621 func IsDontReplaceSourceWithPrebuiltTag(tag blueprint.DependencyTag) bool {
|
| D | packaging.go | 237 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
|
| D | sdk.go | 530 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
|
| /build/blueprint/ |
| D | module_ctx.go | 244 GetDirectDepWithTag(name string, tag DependencyTag) Module 246 GetDirectDepProxyWithTag(name string, tag DependencyTag) *ModuleProxy 1067 AddDependency(module Module, tag DependencyTag, name ...string) []Module 1075 AddReverseDependency(module Module, tag DependencyTag, name string) 1084 AddVariationDependencies([]Variation, DependencyTag, ...string) []Module argument 1095 AddReverseVariationDependency([]Variation, DependencyTag, string) argument 1108 AddFarVariationDependencies([]Variation, DependencyTag, ...string) []Module argument 1146 type DependencyTag interface { interface 1147 dependencyTag(DependencyTag) argument
|
| D | module_ctx_test.go | 35 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
|
| /build/soong/cc/ |
| D | lto.go | 172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
| D | afdo.go | 137 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
| D | orderfile.go | 191 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
| D | linkable.go | 305 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string { 323 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
|
| D | cc.go | 988 func IsExplicitImplSharedDepTag(depTag blueprint.DependencyTag) bool { 993 func IsSharedDepTag(depTag blueprint.DependencyTag) bool { 998 func IsStaticDepTag(depTag blueprint.DependencyTag) bool { 1003 func IsHeaderDepTag(depTag blueprint.DependencyTag) bool { 1008 func IsRuntimeDepTag(depTag blueprint.DependencyTag) bool { 1012 func ExcludeInApexDepTag(depTag blueprint.DependencyTag) bool { 2813 variations []blueprint.Variation, depTag blueprint.DependencyTag, name, version string, far bool) { 3153 tag blueprint.DependencyTag) {
|
| D | sanitize.go | 1134 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
| /build/soong/rust/ |
| D | sanitize.go | 475 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
| D | rust.go | 1355 func IsDylibDepTag(depTag blueprint.DependencyTag) bool { 1360 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
|
| /build/soong/java/ |
| D | classpath_fragment.go | 104 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
|
| D | bootclasspath_fragment.go | 97 blueprint.DependencyTag anonMember 114 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
| D | systemserver_classpath_fragment.go | 241 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
| D | testing.go | 614 …testing.T, ctx *android.TestContext, name, variant string, desiredTag blueprint.DependencyTag, exp…
|
| D | rro.go | 337 blueprint.DependencyTag anonMember
|
| D | java.go | 557 func IsJniDepTag(depTag blueprint.DependencyTag) bool { 616 func IsLibDepTag(depTag blueprint.DependencyTag) bool { 620 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
|
| /build/soong/filesystem/ |
| D | android_device.go | 303 func buildComplianceMetadata(ctx android.ModuleContext, tags ...blueprint.DependencyTag) {
|