• Home
  • Raw
  • Download

Lines Matching refs:ModuleBase

184 	base() *ModuleBase
453 type ModuleBase struct { struct
487 prefer32 func(ctx BaseModuleContext, base *ModuleBase, class OsClass) bool argument
490 func (a *ModuleBase) DepsMutator(BottomUpMutatorContext) {} argument
492 func (a *ModuleBase) AddProperties(props ...interface{}) { argument
496 func (a *ModuleBase) GetProperties() []interface{} { argument
500 func (a *ModuleBase) BuildParamsForTests() []BuildParams { argument
504 func (a *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
508 func (a *ModuleBase) VariablesForTests() map[string]string { argument
512 func (a *ModuleBase) Prefer32(prefer32 func(ctx BaseModuleContext, base *ModuleBase, class OsClass)… argument
518 func (a *ModuleBase) Name() string { argument
523 func (a *ModuleBase) BaseModuleName() string { argument
527 func (a *ModuleBase) base() *ModuleBase { argument
531 func (a *ModuleBase) SetTarget(target Target, multiTargets []Target, primary bool) { argument
537 func (a *ModuleBase) Target() Target { argument
541 func (a *ModuleBase) TargetPrimary() bool { argument
545 func (a *ModuleBase) MultiTargets() []Target { argument
549 func (a *ModuleBase) Os() OsType { argument
553 func (a *ModuleBase) Host() bool { argument
557 func (a *ModuleBase) Arch() Arch { argument
561 func (a *ModuleBase) ArchSpecific() bool { argument
565 func (a *ModuleBase) OsClassSupported() []OsClass { argument
590 func (a *ModuleBase) DeviceSupported() bool { argument
597 func (a *ModuleBase) Platform() bool { argument
601 func (a *ModuleBase) DeviceSpecific() bool { argument
605 func (a *ModuleBase) SocSpecific() bool { argument
609 func (a *ModuleBase) ProductSpecific() bool { argument
613 func (a *ModuleBase) ProductServicesSpecific() bool { argument
617 func (a *ModuleBase) Enabled() bool { argument
624 func (a *ModuleBase) SkipInstall() { argument
628 func (a *ModuleBase) ExportedToMake() bool { argument
632 func (a *ModuleBase) computeInstallDeps( argument
647 func (a *ModuleBase) filesToInstall() Paths { argument
651 func (p *ModuleBase) NoAddressSanitizer() bool { argument
655 func (p *ModuleBase) InstallInData() bool { argument
659 func (p *ModuleBase) InstallInSanitizerDir() bool { argument
663 func (p *ModuleBase) InstallInRecovery() bool { argument
667 func (a *ModuleBase) Owner() string { argument
671 func (a *ModuleBase) NoticeFile() OptionalPath { argument
675 func (a *ModuleBase) generateModuleTarget(ctx ModuleContext) { argument
731 func determineModuleKind(a *ModuleBase, ctx blueprint.BaseModuleContext) moduleKind { argument
790 func (a *ModuleBase) androidBaseContextFactory(ctx blueprint.BaseModuleContext) androidBaseContextI… argument
800 func (a *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) { argument
1243 func (a *ModuleBase) MakeAsPlatform() { argument