Lines Matching refs:ModuleBase
58 base() *ModuleBase
829 type ModuleBase struct { struct
871 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) { argument
885 func (m *ModuleBase) propertiesWithValues() []propInfo { argument
976 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {} argument
978 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {} argument
980 func (m *ModuleBase) baseDepsMutator(ctx BottomUpMutatorContext) { argument
1121 func (m *ModuleBase) AddProperties(props ...interface{}) { argument
1125 func (m *ModuleBase) GetProperties() []interface{} { argument
1129 func (m *ModuleBase) BuildParamsForTests() []BuildParams { argument
1156 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
1160 func (m *ModuleBase) VariablesForTests() map[string]string { argument
1166 func (m *ModuleBase) Name() string { argument
1171 func (m *ModuleBase) String() string { argument
1188 func (m *ModuleBase) BaseModuleName() string { argument
1192 func (m *ModuleBase) base() *ModuleBase { argument
1196 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { argument
1200 func (m *ModuleBase) visibilityProperties() []visibilityProperty { argument
1204 func (m *ModuleBase) Dists() []Dist { argument
1215 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles { argument
1235 func (m *ModuleBase) ArchReady() bool { argument
1239 func (m *ModuleBase) Target() Target { argument
1243 func (m *ModuleBase) TargetPrimary() bool { argument
1247 func (m *ModuleBase) MultiTargets() []Target { argument
1251 func (m *ModuleBase) Os() OsType { argument
1255 func (m *ModuleBase) Host() bool { argument
1259 func (m *ModuleBase) Device() bool { argument
1263 func (m *ModuleBase) Arch() Arch { argument
1267 func (m *ModuleBase) ArchSpecific() bool { argument
1272 func (m *ModuleBase) IsCommonOSVariant() bool { argument
1277 func (m *ModuleBase) supportsTarget(target Target) bool { argument
1295 func (m *ModuleBase) DeviceSupported() bool { argument
1306 func (m *ModuleBase) HostSupported() bool { argument
1318 func (m *ModuleBase) HostCrossSupported() bool { argument
1330 func (m *ModuleBase) Platform() bool { argument
1334 func (m *ModuleBase) DeviceSpecific() bool { argument
1338 func (m *ModuleBase) SocSpecific() bool { argument
1342 func (m *ModuleBase) ProductSpecific() bool { argument
1346 func (m *ModuleBase) SystemExtSpecific() bool { argument
1352 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { argument
1357 func (m *ModuleBase) PartitionTag(config DeviceConfig) string { argument
1397 func (m *ModuleBase) Enabled(ctx ConfigurableEvaluatorContext) bool { argument
1405 func (m *ModuleBase) EnabledProperty() proptools.Configurable[bool] { argument
1412 func (m *ModuleBase) Disable() { argument
1417 func (m *ModuleBase) HideFromMake() { argument
1422 func (m *ModuleBase) IsHideFromMake() bool { argument
1427 func (m *ModuleBase) SkipInstall() { argument
1433 func (m *ModuleBase) IsSkipInstall() bool { argument
1442 func (m *ModuleBase) MakeUninstallable() { argument
1448 func (m *ModuleBase) ReplacedByPrebuilt() { argument
1453 func (m *ModuleBase) IsReplacedByPrebuilt() bool { argument
1457 func (m *ModuleBase) ExportedToMake() bool { argument
1461 func (m *ModuleBase) EffectiveLicenseKinds() []string { argument
1465 func (m *ModuleBase) EffectiveLicenseFiles() Paths { argument
1475 func (m *ModuleBase) computeInstallDeps(ctx ModuleContext) ([]depset.DepSet[InstallPath], []depset.… argument
1506 func (m *ModuleBase) NoAddressSanitizer() bool { argument
1510 func (m *ModuleBase) InstallInData() bool { argument
1514 func (m *ModuleBase) InstallInTestcases() bool { argument
1518 func (m *ModuleBase) InstallInSanitizerDir() bool { argument
1522 func (m *ModuleBase) InstallInRamdisk() bool { argument
1526 func (m *ModuleBase) InstallInVendorRamdisk() bool { argument
1530 func (m *ModuleBase) InstallInDebugRamdisk() bool { argument
1534 func (m *ModuleBase) InstallInRecovery() bool { argument
1538 func (m *ModuleBase) InstallInOdm() bool { argument
1542 func (m *ModuleBase) InstallInProduct() bool { argument
1546 func (m *ModuleBase) InstallInVendor() bool { argument
1550 func (m *ModuleBase) InstallInSystemExt() bool { argument
1554 func (m *ModuleBase) InstallInRoot() bool { argument
1558 func (m *ModuleBase) InstallInSystemDlkm() bool { argument
1562 func (m *ModuleBase) InstallInVendorDlkm() bool { argument
1566 func (m *ModuleBase) InstallInOdmDlkm() bool { argument
1570 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { argument
1574 func (m *ModuleBase) Owner() string { argument
1578 func (m *ModuleBase) Team() string { argument
1582 func (m *ModuleBase) setImageVariation(variant string) { argument
1586 func (m *ModuleBase) ImageVariation() blueprint.Variation { argument
1593 func (m *ModuleBase) getVariationByMutatorName(mutator string) string { argument
1603 func (m *ModuleBase) InRamdisk() bool { argument
1607 func (m *ModuleBase) InVendorRamdisk() bool { argument
1611 func (m *ModuleBase) InDebugRamdisk() bool { argument
1615 func (m *ModuleBase) InRecovery() bool { argument
1619 func (m *ModuleBase) RequiredModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
1623 func (m *ModuleBase) HostRequiredModuleNames() []string { argument
1627 func (m *ModuleBase) TargetRequiredModuleNames() []string { argument
1631 func (m *ModuleBase) VintfFragmentModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
1635 func (m *ModuleBase) VintfFragments(ctx ConfigurableEvaluatorContext) []string { argument
1639 func (m *ModuleBase) generateVariantTarget(ctx *moduleContext) { argument
1653 func (m *ModuleBase) generateModuleTarget(ctx *moduleContext) { argument
1717 func determineModuleKind(m *ModuleBase, ctx ModuleErrorContext) moduleKind { argument
1776 func (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext… argument
1784 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext { argument
1796 func (m *ModuleBase) archModuleContextFactory(ctx archModuleContextFactoryContext) archModuleContex… argument
1890 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) { argument
2172 func (m *ModuleBase) moduleInfoRegisterName(ctx ModuleContext, subName string) string { argument
2196 func (m *ModuleBase) moduleInfoVariant(ctx ModuleContext) string { argument
2343 func (m *ModuleBase) MakeAsPlatform() { argument
2351 func (m *ModuleBase) MakeAsSystemExt() { argument
2360 func (m *ModuleBase) IsNativeBridgeSupported() bool { argument
2364 func (m *ModuleBase) DecodeMultilib(ctx ConfigContext) (string, string) { argument
2368 func (m *ModuleBase) Overrides() []string { argument
2388 func (m *ModuleBase) ConfigurableEvaluator(ctx ConfigurableEvaluatorContext) proptools.Configurable… argument