Home
last modified time | relevance | path

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

12

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go111 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module
116 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) Module
149 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
151 VisitDirectDepsProxyWithTag(tag blueprint.DependencyTag, visit func(proxy ModuleProxy))
620 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool {
637 func PrettyPrintTag(tag blueprint.DependencyTag) string {
H A Dmutator.go216 …AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo…
224 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string)
232 …AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, names ...s…
243 AddReverseVariationDependency([]blueprint.Variation, blueprint.DependencyTag, string)
255 …AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint…
H A Ddeptag.go40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
H A Dlicense_metadata.go213 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
H A Dpackaging.go187 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
H A Dsdk.go530 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
H A Dmodule.go1497 func isInstallDepNeeded(dep Module, tag blueprint.DependencyTag) bool {
2622 func IsSourceDepTagWithOutputTag(depTag blueprint.DependencyTag, outputTag string) bool {
/aosp_15_r20/build/soong/java/
H A Dbootclasspath.go55 …mUpMutatorContext, propertyName string, refs []ApexVariantReference, tag blueprint.DependencyTag) {
78 …lePair(ctx android.BottomUpMutatorContext, apex string, name string, tag blueprint.DependencyTag) {
128 func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprint.DependencyTag) []…
H A Dclasspath_fragment.go104 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
H A Dsystemserver_classpath_fragment.go231 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
H A Dtesting.go640 …testing.T, ctx *android.TestContext, name, variant string, desiredTag blueprint.DependencyTag, exp…
H A Drro.go312 blueprint.DependencyTag anonMember
H A Djava.go427 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
484 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
488 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
H A Dbootclasspath_fragment.go97 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
H A Dsdk_library.go1306 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool {
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go234 GetDirectDepWithTag(name string, tag DependencyTag) Module
1031 AddDependency(module Module, tag DependencyTag, name ...string) []Module
1039 AddReverseDependency(module Module, tag DependencyTag, name string)
1048 AddVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
1059 AddReverseVariationDependency([]Variation, DependencyTag, string) argument
1072 AddFarVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
1111 type DependencyTag interface { interface
1112 dependencyTag(DependencyTag) argument
H A Dmodule_ctx_test.go35 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
/aosp_15_r20/build/soong/cc/
H A Dlinkable.go289 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string {
307 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
H A Dcc.go832 func IsSharedDepTag(depTag blueprint.DependencyTag) bool {
837 func IsStaticDepTag(depTag blueprint.DependencyTag) bool {
842 func IsHeaderDepTag(depTag blueprint.DependencyTag) bool {
847 func IsRuntimeDepTag(depTag blueprint.DependencyTag) bool {
2419 variations []blueprint.Variation, depTag blueprint.DependencyTag, name, version string, far bool) {
2756 tag blueprint.DependencyTag) {
H A Dlto.go172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
H A Dafdo.go130 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
H A Dorderfile.go191 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool {
H A Dsanitize.go1134 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
/aosp_15_r20/build/soong/rust/
H A Dsanitize.go461 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
H A Drust.go1139 func IsDylibDepTag(depTag blueprint.DependencyTag) bool {
1144 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {

12