Searched refs:OtherModuleDependencyTag (Results 1 – 23 of 23) sorted by relevance
48 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
308 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
114 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag methodSpec1507 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { func1508 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))
429 tag := ctx.OtherModuleDependencyTag(dep)
788 if mctx.OtherModuleDependencyTag(m) == commonOsToOsSpecificVariantTag {
86 tag := mctx.OtherModuleDependencyTag(m)
150 tag := mctx.OtherModuleDependencyTag(dep)
726 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {758 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {
2233 depTag := ctx.OtherModuleDependencyTag(dep)2879 if depTag, ok := ctx.OtherModuleDependencyTag(dep).(DependencyTag); ok {2898 } else if ctx.OtherModuleDependencyTag(dep) == llndkImplDep {
1636 tag := ctx.OtherModuleDependencyTag(dep)
56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
273 OtherModuleDependencyTag(m Module) DependencyTag methodSpec488 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
425 if ctx.OtherModuleDependencyTag(dep) == launcherSharedLibTag {642 if ctx.OtherModuleDependencyTag(child) != pythonLibTag {
467 tag := mctx.OtherModuleDependencyTag(dep)
121 tag := ctx.OtherModuleDependencyTag(child)
376 switch ctx.OtherModuleDependencyTag(module) {495 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
1029 tag := ctx.OtherModuleDependencyTag(to)1335 depTag := mctx.OtherModuleDependencyTag(dep)1893 depTag := mctx.OtherModuleDependencyTag(dep)1915 tag := ctx.OtherModuleDependencyTag(to)
457 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)) {
108 tag := ctx.OtherModuleDependencyTag(module)392 if staticLibTag == ctx.OtherModuleDependencyTag(dep) {1029 tag := ctx.OtherModuleDependencyTag(module)2643 tag := ctx.OtherModuleDependencyTag(module)
540 tag := ctx.OtherModuleDependencyTag(module)
1785 dt := ctx.OtherModuleDependencyTag(child)2001 if ctx.OtherModuleDependencyTag(m) != usesTag {2024 depTag := ctx.OtherModuleDependencyTag(child)2325 tag := ctx.OtherModuleDependencyTag(module)
223 switch tag := ctx.OtherModuleDependencyTag(module).(type) {
754 depTag := ctx.OtherModuleDependencyTag(dep)