/aosp_15_r20/build/soong/android/ |
H A D | base_module_context.go | 111 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 D | mutator.go | 216 …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 D | deptag.go | 40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
|
H A D | license_metadata.go | 213 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
|
H A D | packaging.go | 187 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
|
H A D | sdk.go | 530 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
|
H A D | module.go | 1497 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 D | bootclasspath.go | 55 …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 D | classpath_fragment.go | 104 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
|
H A D | systemserver_classpath_fragment.go | 231 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
H A D | testing.go | 640 …testing.T, ctx *android.TestContext, name, variant string, desiredTag blueprint.DependencyTag, exp…
|
H A D | rro.go | 312 blueprint.DependencyTag anonMember
|
H A D | java.go | 427 func IsJniDepTag(depTag blueprint.DependencyTag) bool { 484 func IsLibDepTag(depTag blueprint.DependencyTag) bool { 488 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
|
H A D | bootclasspath_fragment.go | 97 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
H A D | sdk_library.go | 1306 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool {
|
/aosp_15_r20/build/blueprint/ |
H A D | module_ctx.go | 234 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 D | module_ctx_test.go | 35 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
|
/aosp_15_r20/build/soong/cc/ |
H A D | linkable.go | 289 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string { 307 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
|
H A D | cc.go | 832 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 D | lto.go | 172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
H A D | afdo.go | 130 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
H A D | orderfile.go | 191 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool {
|
H A D | sanitize.go | 1134 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
/aosp_15_r20/build/soong/rust/ |
H A D | sanitize.go | 461 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
H A D | rust.go | 1139 func IsDylibDepTag(depTag blueprint.DependencyTag) bool { 1144 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
|