• Home
  • Raw
  • Download

Lines Matching refs:ModuleBase

519 	base() *ModuleBase
1449 type ModuleBase struct { struct
1556 func (m *ModuleBase) addBp2buildInfo(info bp2buildInfo) { argument
1561 func (m *ModuleBase) IsConvertedByBp2build() bool { argument
1566 func (m *ModuleBase) Bp2buildTargets() []bp2buildInfo { argument
1584 func (m *ModuleBase) GetUnconvertedBp2buildDeps() []string { argument
1589 func (m *ModuleBase) GetMissingBp2buildDeps() []string { argument
1593 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) { argument
1607 func (m *ModuleBase) propertiesWithValues() []propInfo { argument
1698 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {} argument
1700 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {} argument
1704 func (m *ModuleBase) AddProperties(props ...interface{}) { argument
1708 func (m *ModuleBase) GetProperties() []interface{} { argument
1712 func (m *ModuleBase) BuildParamsForTests() []BuildParams { argument
1739 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
1743 func (m *ModuleBase) VariablesForTests() map[string]string { argument
1749 func (m *ModuleBase) Name() string { argument
1754 func (m *ModuleBase) String() string { argument
1771 func (m *ModuleBase) BaseModuleName() string { argument
1775 func (m *ModuleBase) base() *ModuleBase { argument
1779 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { argument
1783 func (m *ModuleBase) visibilityProperties() []visibilityProperty { argument
1787 func (m *ModuleBase) Dists() []Dist { argument
1798 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles { argument
1829 func (m *ModuleBase) Target() Target { argument
1833 func (m *ModuleBase) TargetPrimary() bool { argument
1837 func (m *ModuleBase) MultiTargets() []Target { argument
1841 func (m *ModuleBase) Os() OsType { argument
1845 func (m *ModuleBase) Host() bool { argument
1849 func (m *ModuleBase) Device() bool { argument
1853 func (m *ModuleBase) Arch() Arch { argument
1857 func (m *ModuleBase) ArchSpecific() bool { argument
1862 func (m *ModuleBase) IsCommonOSVariant() bool { argument
1867 func (m *ModuleBase) supportsTarget(target Target) bool { argument
1885 func (m *ModuleBase) DeviceSupported() bool { argument
1896 func (m *ModuleBase) HostSupported() bool { argument
1908 func (m *ModuleBase) HostCrossSupported() bool { argument
1916 func (m *ModuleBase) Platform() bool { argument
1920 func (m *ModuleBase) DeviceSpecific() bool { argument
1924 func (m *ModuleBase) SocSpecific() bool { argument
1928 func (m *ModuleBase) ProductSpecific() bool { argument
1932 func (m *ModuleBase) SystemExtSpecific() bool { argument
1938 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { argument
1943 func (m *ModuleBase) PartitionTag(config DeviceConfig) string { argument
1977 func (m *ModuleBase) Enabled() bool { argument
1987 func (m *ModuleBase) Disable() { argument
1992 func (m *ModuleBase) HideFromMake() { argument
1997 func (m *ModuleBase) IsHideFromMake() bool { argument
2002 func (m *ModuleBase) SkipInstall() { argument
2008 func (m *ModuleBase) IsSkipInstall() bool { argument
2017 func (m *ModuleBase) MakeUninstallable() { argument
2022 func (m *ModuleBase) ReplacedByPrebuilt() { argument
2027 func (m *ModuleBase) IsReplacedByPrebuilt() bool { argument
2031 func (m *ModuleBase) ExportedToMake() bool { argument
2035 func (m *ModuleBase) EffectiveLicenseKinds() []string { argument
2039 func (m *ModuleBase) EffectiveLicenseFiles() Paths { argument
2049 func (m *ModuleBase) computeInstallDeps(ctx ModuleContext) ([]*installPathsDepSet, []*packagingSpec… argument
2079 func (m *ModuleBase) FilesToInstall() InstallPaths { argument
2083 func (m *ModuleBase) PackagingSpecs() []PackagingSpec { argument
2087 func (m *ModuleBase) TransitivePackagingSpecs() []PackagingSpec { argument
2091 func (m *ModuleBase) NoAddressSanitizer() bool { argument
2095 func (m *ModuleBase) InstallInData() bool { argument
2099 func (m *ModuleBase) InstallInTestcases() bool { argument
2103 func (m *ModuleBase) InstallInSanitizerDir() bool { argument
2107 func (m *ModuleBase) InstallInRamdisk() bool { argument
2111 func (m *ModuleBase) InstallInVendorRamdisk() bool { argument
2115 func (m *ModuleBase) InstallInDebugRamdisk() bool { argument
2119 func (m *ModuleBase) InstallInRecovery() bool { argument
2123 func (m *ModuleBase) InstallInVendor() bool { argument
2127 func (m *ModuleBase) InstallInRoot() bool { argument
2131 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { argument
2135 func (m *ModuleBase) Owner() string { argument
2139 func (m *ModuleBase) setImageVariation(variant string) { argument
2143 func (m *ModuleBase) ImageVariation() blueprint.Variation { argument
2150 func (m *ModuleBase) getVariationByMutatorName(mutator string) string { argument
2160 func (m *ModuleBase) InRamdisk() bool { argument
2164 func (m *ModuleBase) InVendorRamdisk() bool { argument
2168 func (m *ModuleBase) InDebugRamdisk() bool { argument
2172 func (m *ModuleBase) InRecovery() bool { argument
2176 func (m *ModuleBase) RequiredModuleNames() []string { argument
2180 func (m *ModuleBase) HostRequiredModuleNames() []string { argument
2184 func (m *ModuleBase) TargetRequiredModuleNames() []string { argument
2188 func (m *ModuleBase) InitRc() Paths { argument
2192 func (m *ModuleBase) VintfFragments() Paths { argument
2196 func (m *ModuleBase) CompileMultilib() *string { argument
2202 func (m *ModuleBase) SetLicenseInstallMap(installMap []string) { argument
2206 func (m *ModuleBase) generateModuleTarget(ctx ModuleContext) { argument
2254 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind { argument
2313 func (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext… argument
2321 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext { argument
2332 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) { argument
2463 func (m *ModuleBase) isHandledByBazel(ctx ModuleContext) (MixedBuildBuildable, bool) { argument
3193 func (m *ModuleBase) MakeAsPlatform() { argument
3201 func (m *ModuleBase) MakeAsSystemExt() { argument
3210 func (m *ModuleBase) IsNativeBridgeSupported() bool { argument