• Home
  • Raw
  • Download

Lines Matching refs:Module

365 type Module struct {  struct
408 staticVariant *Module argument
411 func (c *Module) OutputFile() android.OptionalPath { argument
415 func (c *Module) UnstrippedOutputFile() android.Path { argument
422 func (c *Module) RelativeInstallPath() string { argument
429 func (c *Module) Init() android.Module { argument
490 func (c *Module) isDependencyRoot() bool { argument
499 func (c *Module) useVndk() bool { argument
503 func (c *Module) isCoverageVariant() bool { argument
507 func (c *Module) isNdk() bool { argument
511 func (c *Module) isLlndk() bool { argument
516 func (c *Module) isLlndkPublic() bool { argument
521 func (c *Module) isVndkPrivate() bool { argument
526 func (c *Module) isVndk() bool { argument
533 func (c *Module) isPgoCompile() bool { argument
540 func (c *Module) isNDKStubLibrary() bool { argument
547 func (c *Module) isVndkSp() bool { argument
554 func (c *Module) isVndkExt() bool { argument
561 func (c *Module) mustUseVendorVariant() bool { argument
565 func (c *Module) getVndkExtendsModuleName() string { argument
574 func (c *Module) hasVendorVariant() bool { argument
578 func (c *Module) inRecovery() bool { argument
582 func (c *Module) onlyInRecovery() bool { argument
586 func (c *Module) IsStubs() bool { argument
595 func (c *Module) HasStubsVariants() bool { argument
602 func (c *Module) bootstrap() bool { argument
606 func (c *Module) nativeCoverage() bool { argument
639 mod *Module
804 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
805 return &Module{
811 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
827 func (c *Module) Prebuilt() *android.Prebuilt { argument
834 func (c *Module) Name() string { argument
844 func (c *Module) Symlinks() []string { argument
884 func orderStaticModuleDeps(module *Module, staticDeps []*Module, sharedDeps []*Module) (results []a… argument
907 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) { argument
1016 func (c *Module) toolchain(ctx android.BaseContext) config.Toolchain { argument
1023 func (c *Module) begin(ctx BaseModuleContext) { argument
1063 func (c *Module) deps(ctx DepsContext) Deps { argument
1135 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) { argument
1157 func (c *Module) DepsMutator(actx android.BottomUpMutatorContext) { argument
1392 if c, ok := ctx.Module().(*Module); ok && c.Enabled() {
1399 func checkLinkType(ctx android.ModuleContext, from *Module, to *Module, tag dependencyTag) { argument
1502 check := func(child, parent android.Module) bool {
1503 to, ok := child.(*Module)
1531 if module, ok := ctx.Module().(*Module); ok {
1541 func (c *Module) depsToPaths(ctx android.ModuleContext) PathDeps { argument
1544 directStaticDeps := []*Module{}
1545 directSharedDeps := []*Module{}
1547 ctx.VisitDirectDeps(func(dep android.Module) {
1551 ccDep, _ := dep.(*Module)
1861 func (c *Module) InstallInData() bool { argument
1868 func (c *Module) InstallInSanitizerDir() bool { argument
1878 func (c *Module) InstallInRecovery() bool { argument
1882 func (c *Module) HostToolPath() android.OptionalPath { argument
1889 func (c *Module) IntermPathForModuleOut() android.OptionalPath { argument
1893 func (c *Module) Srcs() android.Paths { argument
1900 func (c *Module) static() bool { argument
1909 func (c *Module) staticBinary() bool { argument
1918 func (c *Module) getMakeLinkType() string { argument
1945 func (c *Module) IsInstallableToApex() bool { argument
1954 func (c *Module) imageVariation() string { argument
1964 func (c *Module) IDEInfo(dpInfo *android.IdeInfo) { argument
1985 func defaultsFactory() android.Module {
1989 func DefaultsFactory(props ...interface{}) android.Module {
2035 func squashVendorSrcs(m *Module) { argument
2045 func squashRecoverySrcs(m *Module) { argument
2060 if g, ok := mctx.Module().(*genrule.Module); ok {
2100 m := mod[i].(*genrule.Module)
2107 m, ok := mctx.Module().(*Module)
2227 m := mod[i].(*Module)
2231 m := mod[i].(*Module)