Home
last modified time | relevance | path

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

12

/build/soong/android/
Dbase_module_context.go117 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 {
Ddeptag.go40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
Dmutator.go205 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
Dlicense_metadata.go213 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
Dapex.go169 OutgoingDepIsInSameApex(tag blueprint.DependencyTag) bool
179 IncomingDepIsInSameApex(tag blueprint.DependencyTag) bool
837 func IsFragmentInApexTag(tag blueprint.DependencyTag) bool {
Dprebuilt.go621 func IsDontReplaceSourceWithPrebuiltTag(tag blueprint.DependencyTag) bool {
Dpackaging.go237 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
Dsdk.go530 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
/build/blueprint/
Dmodule_ctx.go244 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
Dmodule_ctx_test.go35 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
/build/soong/cc/
Dlto.go172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dafdo.go137 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dorderfile.go191 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dlinkable.go305 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string {
323 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
Dcc.go988 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) {
Dsanitize.go1134 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
/build/soong/rust/
Dsanitize.go475 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
Drust.go1355 func IsDylibDepTag(depTag blueprint.DependencyTag) bool {
1360 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/java/
Dclasspath_fragment.go104 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
Dbootclasspath_fragment.go97 blueprint.DependencyTag anonMember
114 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dsystemserver_classpath_fragment.go241 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dtesting.go614 …testing.T, ctx *android.TestContext, name, variant string, desiredTag blueprint.DependencyTag, exp…
Drro.go337 blueprint.DependencyTag anonMember
Djava.go557 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
616 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
620 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/filesystem/
Dandroid_device.go303 func buildComplianceMetadata(ctx android.ModuleContext, tags ...blueprint.DependencyTag) {

12