Home
last modified time | relevance | path

Searched refs:OtherModuleDependencyTag (Results 1 – 23 of 23) sorted by relevance

/build/soong/android/
Dpath_properties_test.go48 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
Ddefaults.go308 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
Dmodule.go114 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag methodSpec
1507 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { func
1508 return b.bp.OtherModuleDependencyTag(m)
1708 returnedTag := b.bp.OtherModuleDependencyTag(aModule)
1728 if b.bp.OtherModuleDependencyTag(aModule) == tag {
1760 if b.bp.OtherModuleDependencyTag(aModule) == tag {
1824 b.tagPath = append(b.tagPath, b.OtherModuleDependencyTag(childAndroidModule))
Dvisibility.go429 tag := ctx.OtherModuleDependencyTag(dep)
Darch.go788 if mctx.OtherModuleDependencyTag(m) == commonOsToOsSpecificVariantTag {
/build/soong/cc/
Dsabi.go86 tag := mctx.OtherModuleDependencyTag(m)
Dlto.go150 tag := mctx.OtherModuleDependencyTag(dep)
Dsanitize.go726 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {
758 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {
Dcc.go2233 depTag := ctx.OtherModuleDependencyTag(dep)
2879 if depTag, ok := ctx.OtherModuleDependencyTag(dep).(DependencyTag); ok {
2898 } else if ctx.OtherModuleDependencyTag(dep) == llndkImplDep {
Dlibrary.go1636 tag := ctx.OtherModuleDependencyTag(dep)
/build/blueprint/
Dvisit_test.go56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
Dmodule_ctx.go273 OtherModuleDependencyTag(m Module) DependencyTag methodSpec
488 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
/build/soong/python/
Dpython.go425 if ctx.OtherModuleDependencyTag(dep) == launcherSharedLibTag {
642 if ctx.OtherModuleDependencyTag(child) != pythonLibTag {
/build/soong/sdk/
Dsdk.go467 tag := mctx.OtherModuleDependencyTag(dep)
Dupdate.go121 tag := ctx.OtherModuleDependencyTag(child)
/build/soong/java/
Daar.go376 switch ctx.OtherModuleDependencyTag(module) {
495 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
Dsdk_library.go1029 tag := ctx.OtherModuleDependencyTag(to)
1335 depTag := mctx.OtherModuleDependencyTag(dep)
1893 depTag := mctx.OtherModuleDependencyTag(dep)
1915 tag := ctx.OtherModuleDependencyTag(to)
Dapp.go457 if !IsJniDepTag(ctx.OtherModuleDependencyTag(m)) {
564 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
846 tag := ctx.OtherModuleDependencyTag(module)
955 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) {
Djava.go108 tag := ctx.OtherModuleDependencyTag(module)
392 if staticLibTag == ctx.OtherModuleDependencyTag(dep) {
1029 tag := ctx.OtherModuleDependencyTag(module)
2643 tag := ctx.OtherModuleDependencyTag(module)
Ddroiddoc.go540 tag := ctx.OtherModuleDependencyTag(module)
/build/soong/apex/
Dapex.go1785 dt := ctx.OtherModuleDependencyTag(child)
2001 if ctx.OtherModuleDependencyTag(m) != usesTag {
2024 depTag := ctx.OtherModuleDependencyTag(child)
2325 tag := ctx.OtherModuleDependencyTag(module)
/build/soong/genrule/
Dgenrule.go223 switch tag := ctx.OtherModuleDependencyTag(module).(type) {
/build/soong/rust/
Drust.go754 depTag := ctx.OtherModuleDependencyTag(dep)