• Home
  • Raw
  • Download

Lines Matching refs:ModuleBase

68 	base() *ModuleBase
850 type ModuleBase struct { struct
893 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) { argument
907 func (m *ModuleBase) propertiesWithValues() []propInfo { argument
998 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {} argument
1000 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {} argument
1002 func (m *ModuleBase) baseDepsMutator(ctx BottomUpMutatorContext) { argument
1032 func (m *ModuleBase) baseOverridablePropertiesDepsMutator(ctx BottomUpMutatorContext) { argument
1156 func (m *ModuleBase) AddProperties(props ...interface{}) { argument
1160 func (m *ModuleBase) GetProperties() []interface{} { argument
1164 func (m *ModuleBase) BuildParamsForTests() []BuildParams { argument
1191 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
1195 func (m *ModuleBase) VariablesForTests() map[string]string { argument
1201 func (m *ModuleBase) Name() string { argument
1206 func (m *ModuleBase) String() string { argument
1223 func (m *ModuleBase) BaseModuleName() string { argument
1227 func (m *ModuleBase) base() *ModuleBase { argument
1231 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { argument
1235 func (m *ModuleBase) visibilityProperties() []visibilityProperty { argument
1239 func (m *ModuleBase) Dists() []Dist { argument
1250 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles { argument
1277 func (m *ModuleBase) ArchReady() bool { argument
1281 func (m *ModuleBase) Target() Target { argument
1285 func (m *ModuleBase) TargetPrimary() bool { argument
1289 func (m *ModuleBase) MultiTargets() []Target { argument
1293 func (m *ModuleBase) Os() OsType { argument
1297 func (m *ModuleBase) Host() bool { argument
1301 func (m *ModuleBase) Device() bool { argument
1305 func (m *ModuleBase) Arch() Arch { argument
1309 func (m *ModuleBase) ArchSpecific() bool { argument
1314 func (m *ModuleBase) IsCommonOSVariant() bool { argument
1319 func (m *ModuleBase) supportsTarget(target Target) bool { argument
1337 func (m *ModuleBase) DeviceSupported() bool { argument
1348 func (m *ModuleBase) HostSupported() bool { argument
1360 func (m *ModuleBase) HostCrossSupported() bool { argument
1372 func (m *ModuleBase) Platform() bool { argument
1376 func (m *ModuleBase) DeviceSpecific() bool { argument
1380 func (m *ModuleBase) SocSpecific() bool { argument
1384 func (m *ModuleBase) ProductSpecific() bool { argument
1388 func (m *ModuleBase) SystemExtSpecific() bool { argument
1394 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { argument
1399 func (m *ModuleBase) PartitionTag(config DeviceConfig) string { argument
1439 func (m *ModuleBase) Enabled(ctx ConfigurableEvaluatorContext) bool { argument
1447 func (m *ModuleBase) EnabledProperty() proptools.Configurable[bool] { argument
1454 func (m *ModuleBase) Disable() { argument
1459 func (m *ModuleBase) HideFromMake() { argument
1464 func (m *ModuleBase) IsHideFromMake() bool { argument
1469 func (m *ModuleBase) SkipInstall() { argument
1475 func (m *ModuleBase) IsSkipInstall() bool { argument
1484 func (m *ModuleBase) MakeUninstallable() { argument
1490 func (m *ModuleBase) ReplacedByPrebuilt() { argument
1495 func (m *ModuleBase) IsReplacedByPrebuilt() bool { argument
1499 func (m *ModuleBase) ExportedToMake() bool { argument
1503 func (m *ModuleBase) EffectiveLicenseFiles() Paths { argument
1513 func (m *ModuleBase) computeInstallDeps(ctx ModuleContext) ([]depset.DepSet[InstallPath], []depset.… argument
1545 func (m *ModuleBase) NoAddressSanitizer() bool { argument
1549 func (m *ModuleBase) InstallInData() bool { argument
1553 func (m *ModuleBase) InstallInTestcases() bool { argument
1557 func (m *ModuleBase) InstallInSanitizerDir() bool { argument
1561 func (m *ModuleBase) InstallInRamdisk() bool { argument
1565 func (m *ModuleBase) InstallInVendorRamdisk() bool { argument
1569 func (m *ModuleBase) InstallInDebugRamdisk() bool { argument
1573 func (m *ModuleBase) InstallInRecovery() bool { argument
1577 func (m *ModuleBase) InstallInOdm() bool { argument
1581 func (m *ModuleBase) InstallInProduct() bool { argument
1585 func (m *ModuleBase) InstallInVendor() bool { argument
1589 func (m *ModuleBase) InstallInSystemExt() bool { argument
1593 func (m *ModuleBase) InstallInRoot() bool { argument
1597 func (m *ModuleBase) InstallInSystemDlkm() bool { argument
1601 func (m *ModuleBase) InstallInVendorDlkm() bool { argument
1605 func (m *ModuleBase) InstallInOdmDlkm() bool { argument
1609 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { argument
1613 func (m *ModuleBase) Owner() string { argument
1617 func (m *ModuleBase) Team() string { argument
1621 func (m *ModuleBase) setImageVariation(variant string) { argument
1625 func (m *ModuleBase) ImageVariation() blueprint.Variation { argument
1632 func (m *ModuleBase) getVariationByMutatorName(mutator string) string { argument
1642 func (m *ModuleBase) InRamdisk() bool { argument
1646 func (m *ModuleBase) InVendorRamdisk() bool { argument
1650 func (m *ModuleBase) InDebugRamdisk() bool { argument
1654 func (m *ModuleBase) InRecovery() bool { argument
1658 func (m *ModuleBase) RequiredModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
1662 func (m *ModuleBase) HostRequiredModuleNames() []string { argument
1666 func (m *ModuleBase) TargetRequiredModuleNames() []string { argument
1670 func (m *ModuleBase) VintfFragmentModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
1674 func (m *ModuleBase) VintfFragments(ctx ConfigurableEvaluatorContext) []string { argument
1678 func (m *ModuleBase) generateVariantTarget(ctx *moduleContext) { argument
1695 func (m *ModuleBase) generateModuleTarget(ctx *moduleContext) { argument
1753 func determineModuleKind(m *ModuleBase, ctx ModuleErrorContext) moduleKind { argument
1812 func (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext… argument
1820 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext { argument
1832 func (m *ModuleBase) archModuleContextFactory(ctx archModuleContextFactoryContext) archModuleContex… argument
1996 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) { argument
2408 func (m *ModuleBase) CleanupAfterBuildActions() {} argument
2417 func (m *ModuleBase) moduleInfoRegisterName(ctx ModuleContext, subName string) string { argument
2441 func (m *ModuleBase) moduleInfoVariant(ctx ModuleContext) string { argument
2588 func (m *ModuleBase) MakeAsPlatform() { argument
2596 func (m *ModuleBase) MakeAsSystemExt() { argument
2605 func (m *ModuleBase) IsNativeBridgeSupported() bool { argument
2609 func (m *ModuleBase) DecodeMultilib(ctx ConfigContext) (string, string) { argument
2613 func (m *ModuleBase) Overrides() []string { argument
2617 func (m *ModuleBase) UseGenericConfig() bool { argument
2637 func (m *ModuleBase) ConfigurableEvaluator(ctx ConfigurableEvaluatorContext) proptools.Configurable… argument