/aosp12/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) { 134 func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprint.DependencyTag) []…
|
H A D | systemserver_classpath_fragment.go | 127 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
|
H A D | classpath_fragment.go | 101 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
|
H A D | system_modules.go | 248 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | bootclasspath_fragment.go | 96 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool { 698 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | java.go | 254 func IsJniDepTag(depTag blueprint.DependencyTag) bool { 285 func IsLibDepTag(depTag blueprint.DependencyTag) bool { 289 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool { 562 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n… 863 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | platform_compat_config.go | 137 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | sdk_library.go | 1123 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool { 2474 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
/aosp12/build/blueprint/ |
H A D | module_ctx_test.go | 63 func addVariantDepsMutator(variants []Variation, tag DependencyTag, from, to string) func(ctx Botto… 71 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
|
H A D | module_ctx.go | 603 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { 979 type DependencyTag interface { interface 986 func (BaseDependencyTag) dependencyTag(DependencyTag) { argument 1113 func (mctx *mutatorContext) AddDependency(module Module, tag DependencyTag, deps ...string) []Modul… 1130 func (mctx *mutatorContext) AddReverseDependency(module Module, tag DependencyTag, destName string)… 1147 func (mctx *mutatorContext) AddVariationDependencies(variations []Variation, tag DependencyTag, 1165 func (mctx *mutatorContext) AddFarVariationDependencies(variations []Variation, tag DependencyTag, 1183 func (mctx *mutatorContext) AddInterVariantDependency(tag DependencyTag, from, to Module) {
|
H A D | context.go | 1630 func (c *Context) addDependency(module *moduleInfo, tag DependencyTag, depName string) (*moduleInfo… 1744 tag DependencyTag, depName string, far bool) (*moduleInfo, []error) { 1790 func (c *Context) addInterVariantDependency(origModule *moduleInfo, tag DependencyTag,
|
/aosp12/build/soong/android/ |
H A D | deptag.go | 40 func IsInstallDepNeeded(tag blueprint.DependencyTag) bool {
|
H A D | mutator.go | 626 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… 630 …pMutatorContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name s… 678 …torContext) AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, 695 tag blueprint.DependencyTag, names ...string) []blueprint.Module { 706 func (b *bottomUpMutatorContext) AddInterVariantDependency(tag blueprint.DependencyTag, from, to bl…
|
H A D | license_sdk_member.go | 34 …kMemberType) AddDependencies(mctx BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | module.go | 2057 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint… 2252 …eModuleContext) validateAndroidModule(module blueprint.Module, tag blueprint.DependencyTag, strict… 2282 func (b *baseModuleContext) getDirectDepsInternal(name string, tag blueprint.DependencyTag) []dep { 2302 func (b *baseModuleContext) getDirectDepInternal(name string, tag blueprint.DependencyTag) (bluepri… 2333 func (b *baseModuleContext) GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module { 2345 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod… 2369 func (b *baseModuleContext) VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))… 2467 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool { 2482 func PrettyPrintTag(tag blueprint.DependencyTag) string {
|
H A D | packaging.go | 190 func (p *PackagingBase) AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag) {
|
/aosp12/build/soong/cc/ |
H A D | linkable.go | 276 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string { 294 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
|
H A D | binary_sdk_member.go | 41 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | library_sdk_member.go | 77 …ype) AddDependencies(mctx android.BottomUpMutatorContext, dependencyTag blueprint.DependencyTag, n…
|
H A D | cc.go | 732 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) {
|
H A D | vndk.go | 142 …ndkdep) vndkCheckLinkType(ctx android.BaseModuleContext, to *Module, tag blueprint.DependencyTag) {
|
H A D | sanitize.go | 843 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
/aosp12/build/soong/rust/ |
H A D | sanitize.go | 327 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
H A D | rust.go | 885 func IsDylibDepTag(depTag blueprint.DependencyTag) bool { 890 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
|