Lines Matching refs:base
450 base() *ModuleBase methodSpec
1006 m.base().module = m
1013 base := m.base()
1016 &base.nameProperties,
1017 &base.commonProperties,
1018 &base.distProperties)
1022 base.generalProperties = m.GetProperties()
1023 base.customizableProperties = m.GetProperties()
1027 setPrimaryVisibilityProperty(m, "visibility", &base.commonProperties.Visibility)
1031 setPrimaryLicensesProperty(m, "licenses", &base.commonProperties.Licenses)
1043 base := m.base()
1044 base.commonProperties.HostOrDeviceSupported = hod
1045 base.commonProperties.Default_multilib = string(defaultMultilib)
1046 base.commonProperties.ArchSpecific = true
1047 base.commonProperties.UseTargetVariants = true
1050 m.AddProperties(&base.hostAndDeviceProperties)
1067 m.base().commonProperties.UseTargetVariants = false
1082 m.base().commonProperties.UseTargetVariants = false
1083 m.base().commonProperties.CreateCommonOSVariant = true
1245 func (m *ModuleBase) base() *ModuleBase { func
1511 installDeps = append(installDeps, dep.base().installFilesDepSet)
1512 packagingSpecs = append(packagingSpecs, dep.base().packagingSpecsDepSet)
1590 Variation: m.base().commonProperties.ImageVariation,
1605 return m.base().commonProperties.ImageVariation == RamdiskVariation
1609 return m.base().commonProperties.ImageVariation == VendorRamdiskVariation
1613 return m.base().commonProperties.ImageVariation == DebugRamdiskVariation
1617 return m.base().commonProperties.ImageVariation == RecoveryVariation
1621 return m.base().commonProperties.Required
1625 return m.base().commonProperties.Host_required
1629 return m.base().commonProperties.Target_required
1644 a := module.base()
1890 if m == ctx.FinalModule().(Module).base() {
2233 missingDeps = append(missingDeps, m.Module().base().commonProperties.MissingDeps...)
2241 missingDeps := &b.Module().base().commonProperties.MissingDeps
2286 if aModule.base().BaseModuleName() == name {
2630 if m.module.base().commonProperties.SkipInstall {
2634 if m.module.base().commonProperties.HideFromMake {
2641 if !m.module.base().commonProperties.NamespaceExportedToMake {
2683 m.module.base().hooks.runInstallHooks(m, srcPath, fullInstallPath, false)
2686 deps = append(deps, m.module.base().installFilesDepSet.ToList().Paths()...)
2725 m.module.base().hooks.runInstallHooks(m, srcPath, fullInstallPath, true)
2762 m.module.base().hooks.runInstallHooks(m, nil, fullInstallPath, true)
3001 blueprintDir := module.base().blueprintDir
3002 installTarget := module.base().installTarget
3003 checkbuildTarget := module.base().checkbuildTarget
3065 osDeps[key] = append(osDeps[key], module.base().checkbuildFiles...)