Home
last modified time | relevance | path

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

12

/build/soong/android/
Dpath_properties_test.go59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
Ddefaults.go295 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
Dpackaging.go205 if pi, ok := ctx.OtherModuleDependencyTag(child).(PackagingItem); !ok || !pi.IsPackagingItem() {
Dapex.go154 depTag := ctx.OtherModuleDependencyTag(dep)
657 if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok {
Dvisibility.go443 tag := ctx.OtherModuleDependencyTag(dep)
/build/soong/cc/
Dpgo.go286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
Dsabi.go194 depTag := mctx.OtherModuleDependencyTag(child)
Dlto.go171 tag := mctx.OtherModuleDependencyTag(dep)
Dcoverage.go112 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
Dsanitize.go904 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {
949 if !isSanitizableDependencyTag(mctx.OtherModuleDependencyTag(child)) {
/build/soong/java/
Dbootclasspath.go137 t := ctx.OtherModuleDependencyTag(module)
Dbootclasspath_fragment.go349 tag := ctx.OtherModuleDependencyTag(dep)
428 tag := ctx.OtherModuleDependencyTag(module)
911 tag := ctx.OtherModuleDependencyTag(to)
Dapp.go310 if !IsJniDepTag(ctx.OtherModuleDependencyTag(m)) {
435 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
747 tag := ctx.OtherModuleDependencyTag(module)
871 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) {
1255 if tag, ok := ctx.OtherModuleDependencyTag(m).(usesLibraryDependencyTag); ok {
Daar.go417 depTag := ctx.OtherModuleDependencyTag(module)
552 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
Djava.go1285 tag := ctx.OtherModuleDependencyTag(module)
1817 depTag := ctx.OtherModuleDependencyTag(depModule)
Dhiddenapi_modular.go743 tag := ctx.OtherModuleDependencyTag(module)
Ddroiddoc.go356 tag := ctx.OtherModuleDependencyTag(module)
/build/blueprint/
Dvisit_test.go56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
Dmodule_ctx.go291 OtherModuleDependencyTag(m Module) DependencyTag methodSpec
520 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
/build/soong/dexpreopt/
Dconfig.go416 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag {
425 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {
/build/soong/sdk/
Dsdk.go541 tag := mctx.OtherModuleDependencyTag(dep)
/build/soong/apex/
Dapex.go859 depTag := mctx.OtherModuleDependencyTag(child)
1588 depTag := ctx.OtherModuleDependencyTag(child)
1656 depTag := ctx.OtherModuleDependencyTag(child)
2322 tag := ctx.OtherModuleDependencyTag(module)
/build/soong/python/
Dpython.go667 if ctx.OtherModuleDependencyTag(child) != pythonLibTag {
/build/soong/rust/
Drust.go933 depTag := ctx.OtherModuleDependencyTag(dep)
1310 depTag := ctx.OtherModuleDependencyTag(dep)
/build/soong/genrule/
Dgenrule.go282 switch tag := ctx.OtherModuleDependencyTag(module).(type) {

12