Lines Matching refs:ModuleName
675 isJacocoAgent := ctx.ModuleName() == "jacocoagent"
676 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !isJacocoAgent && !j.IsForPlatform() {
677 if !inList(ctx.ModuleName(), config.InstrumentFrameworkModules) {
742 if ctx.ModuleName() == "android_stubs_current" ||
743 ctx.ModuleName() == "android_system_stubs_current" ||
744 ctx.ModuleName() == "android_test_stubs_current" {
764 linkType, _ := j.getLinkType(ctx.ModuleName())
798 if inList(ctx.ModuleName(), config.InstrumentFrameworkModules) {
960 myLinkType, stubs := from.getLinkType(ctx.ModuleName())
1097 if ctx.ModuleName() == "android_stubs_current" ||
1098 ctx.ModuleName() == "android_system_stubs_current" ||
1099 ctx.ModuleName() == "android_test_stubs_current" {
1340 jarName := ctx.ModuleName() + ".jar"
1483 includeSrcJar = android.PathForModuleOut(ctx, ctx.ModuleName()+".srcjar")
1649 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !j.IsForPlatform() {
1668 primary := configurationName == ctx.ModuleName()
1714 j.linter.name = ctx.ModuleName()
1991 if inList(ctx.ModuleName(), ctx.Config().BootJars()) {
2000 inList(ctx.ModuleName(), ctx.Config().ModulesLoadedByPrivilegedModules()) {
2021 exclusivelyForApex := android.InAnyApex(ctx.ModuleName()) && !j.IsForPlatform()
2487 ctx.ModuleName(), j.wrapperFile, jarFile)
2853 dexOutputFile := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar")
2858 temporary := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar.unaligned")