• Home
  • Raw
  • Download

Lines Matching refs:ModuleBase

485 	base() *ModuleBase
1320 type ModuleBase struct { struct
1428 func (m *ModuleBase) addBp2buildInfo(info bp2buildInfo) { argument
1433 func (m *ModuleBase) IsConvertedByBp2build() bool { argument
1438 func (m *ModuleBase) Bp2buildTargets() []bp2buildInfo { argument
1456 func (m *ModuleBase) GetUnconvertedBp2buildDeps() []string { argument
1461 func (m *ModuleBase) GetMissingBp2buildDeps() []string { argument
1465 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) { argument
1479 func (m *ModuleBase) propertiesWithValues() []propInfo { argument
1570 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {} argument
1572 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {} argument
1576 func (m *ModuleBase) AddProperties(props ...interface{}) { argument
1580 func (m *ModuleBase) GetProperties() []interface{} { argument
1584 func (m *ModuleBase) BuildParamsForTests() []BuildParams { argument
1611 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
1615 func (m *ModuleBase) VariablesForTests() map[string]string { argument
1621 func (m *ModuleBase) Name() string { argument
1626 func (m *ModuleBase) String() string { argument
1643 func (m *ModuleBase) BaseModuleName() string { argument
1647 func (m *ModuleBase) base() *ModuleBase { argument
1651 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { argument
1655 func (m *ModuleBase) visibilityProperties() []visibilityProperty { argument
1659 func (m *ModuleBase) Dists() []Dist { argument
1670 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles { argument
1701 func (m *ModuleBase) Target() Target { argument
1705 func (m *ModuleBase) TargetPrimary() bool { argument
1709 func (m *ModuleBase) MultiTargets() []Target { argument
1713 func (m *ModuleBase) Os() OsType { argument
1717 func (m *ModuleBase) Host() bool { argument
1721 func (m *ModuleBase) Device() bool { argument
1725 func (m *ModuleBase) Arch() Arch { argument
1729 func (m *ModuleBase) ArchSpecific() bool { argument
1734 func (m *ModuleBase) IsCommonOSVariant() bool { argument
1739 func (m *ModuleBase) supportsTarget(target Target) bool { argument
1757 func (m *ModuleBase) DeviceSupported() bool { argument
1768 func (m *ModuleBase) HostSupported() bool { argument
1780 func (m *ModuleBase) HostCrossSupported() bool { argument
1788 func (m *ModuleBase) Platform() bool { argument
1792 func (m *ModuleBase) DeviceSpecific() bool { argument
1796 func (m *ModuleBase) SocSpecific() bool { argument
1800 func (m *ModuleBase) ProductSpecific() bool { argument
1804 func (m *ModuleBase) SystemExtSpecific() bool { argument
1810 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { argument
1815 func (m *ModuleBase) PartitionTag(config DeviceConfig) string { argument
1849 func (m *ModuleBase) Enabled() bool { argument
1859 func (m *ModuleBase) Disable() { argument
1864 func (m *ModuleBase) HideFromMake() { argument
1869 func (m *ModuleBase) IsHideFromMake() bool { argument
1874 func (m *ModuleBase) SkipInstall() { argument
1880 func (m *ModuleBase) IsSkipInstall() bool { argument
1889 func (m *ModuleBase) MakeUninstallable() { argument
1893 func (m *ModuleBase) ReplacedByPrebuilt() { argument
1898 func (m *ModuleBase) IsReplacedByPrebuilt() bool { argument
1902 func (m *ModuleBase) ExportedToMake() bool { argument
1906 func (m *ModuleBase) EffectiveLicenseFiles() Paths { argument
1916 func (m *ModuleBase) computeInstallDeps(ctx ModuleContext) ([]*installPathsDepSet, []*packagingSpec… argument
1929 func (m *ModuleBase) FilesToInstall() InstallPaths { argument
1933 func (m *ModuleBase) PackagingSpecs() []PackagingSpec { argument
1937 func (m *ModuleBase) TransitivePackagingSpecs() []PackagingSpec { argument
1941 func (m *ModuleBase) NoAddressSanitizer() bool { argument
1945 func (m *ModuleBase) InstallInData() bool { argument
1949 func (m *ModuleBase) InstallInTestcases() bool { argument
1953 func (m *ModuleBase) InstallInSanitizerDir() bool { argument
1957 func (m *ModuleBase) InstallInRamdisk() bool { argument
1961 func (m *ModuleBase) InstallInVendorRamdisk() bool { argument
1965 func (m *ModuleBase) InstallInDebugRamdisk() bool { argument
1969 func (m *ModuleBase) InstallInRecovery() bool { argument
1973 func (m *ModuleBase) InstallInVendor() bool { argument
1977 func (m *ModuleBase) InstallInRoot() bool { argument
1981 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { argument
1985 func (m *ModuleBase) Owner() string { argument
1989 func (m *ModuleBase) NoticeFiles() Paths { argument
1993 func (m *ModuleBase) setImageVariation(variant string) { argument
1997 func (m *ModuleBase) ImageVariation() blueprint.Variation { argument
2004 func (m *ModuleBase) getVariationByMutatorName(mutator string) string { argument
2014 func (m *ModuleBase) InRamdisk() bool { argument
2018 func (m *ModuleBase) InVendorRamdisk() bool { argument
2022 func (m *ModuleBase) InDebugRamdisk() bool { argument
2026 func (m *ModuleBase) InRecovery() bool { argument
2030 func (m *ModuleBase) RequiredModuleNames() []string { argument
2034 func (m *ModuleBase) HostRequiredModuleNames() []string { argument
2038 func (m *ModuleBase) TargetRequiredModuleNames() []string { argument
2042 func (m *ModuleBase) InitRc() Paths { argument
2046 func (m *ModuleBase) VintfFragments() Paths { argument
2050 func (m *ModuleBase) CompileMultilib() *string { argument
2056 func (m *ModuleBase) SetLicenseInstallMap(installMap []string) { argument
2060 func (m *ModuleBase) generateModuleTarget(ctx ModuleContext) { argument
2108 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind { argument
2167 func (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext… argument
2175 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext { argument
2186 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) { argument
3055 func (m *ModuleBase) MakeAsPlatform() { argument
3063 func (m *ModuleBase) MakeAsSystemExt() { argument
3072 func (m *ModuleBase) IsNativeBridgeSupported() bool { argument