• Home
  • Raw
  • Download

Lines Matching defs:Module

365 type Module struct {  struct
366 android.ModuleBase
367 android.DefaultableModuleBase
368 android.ApexModuleBase
370 Properties BaseProperties
371 VendorProperties VendorProperties
374 hod android.HostOrDeviceSupported
375 multilib android.Multilib
378 features []feature
379 compiler compiler
380 linker linker
381 installer installer
382 stl *stl
383 sanitize *sanitize
384 coverage *coverage
385 sabi *sabi
386 vndkdep *vndkdep
387 lto *lto
388 pgo *pgo
389 xom *xom
391 androidMkSharedLibDeps []string
393 outputFile android.OptionalPath
395 cachedToolchain config.Toolchain
397 subAndroidMkOnce map[subAndroidMkProvider]bool
400 flags Flags
405 depsInLinkOrder android.Paths
408 staticVariant *Module
411 func (c *Module) OutputFile() android.OptionalPath {
415 func (c *Module) UnstrippedOutputFile() android.Path {
422 func (c *Module) RelativeInstallPath() string {
429 func (c *Module) Init() android.Module {
490 func (c *Module) isDependencyRoot() bool {
499 func (c *Module) useVndk() bool {
503 func (c *Module) isCoverageVariant() bool {
507 func (c *Module) isNdk() bool {
511 func (c *Module) isLlndk() bool {
516 func (c *Module) isLlndkPublic() bool {
521 func (c *Module) isVndkPrivate() bool {
526 func (c *Module) isVndk() bool {
533 func (c *Module) isPgoCompile() bool {
540 func (c *Module) isNDKStubLibrary() bool {
547 func (c *Module) isVndkSp() bool {
554 func (c *Module) isVndkExt() bool {
561 func (c *Module) mustUseVendorVariant() bool {
565 func (c *Module) getVndkExtendsModuleName() string {
574 func (c *Module) hasVendorVariant() bool {
578 func (c *Module) inRecovery() bool {
582 func (c *Module) onlyInRecovery() bool {
586 func (c *Module) IsStubs() bool {
595 func (c *Module) HasStubsVariants() bool {
602 func (c *Module) bootstrap() bool {
606 func (c *Module) nativeCoverage() bool {
827 func (c *Module) Prebuilt() *android.Prebuilt {
834 func (c *Module) Name() string {
844 func (c *Module) Symlinks() []string {
884 func orderStaticModuleDeps(module *Module, staticDeps []*Module, sharedDeps []*Module) (results []a…
907 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
1016 func (c *Module) toolchain(ctx android.BaseContext) config.Toolchain {
1023 func (c *Module) begin(ctx BaseModuleContext) {
1063 func (c *Module) deps(ctx DepsContext) Deps {
1135 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) {
1157 func (c *Module) DepsMutator(actx android.BottomUpMutatorContext) {
1399 func checkLinkType(ctx android.ModuleContext, from *Module, to *Module, tag dependencyTag) {
1541 func (c *Module) depsToPaths(ctx android.ModuleContext) PathDeps {
1861 func (c *Module) InstallInData() bool {
1868 func (c *Module) InstallInSanitizerDir() bool {
1878 func (c *Module) InstallInRecovery() bool {
1882 func (c *Module) HostToolPath() android.OptionalPath {
1889 func (c *Module) IntermPathForModuleOut() android.OptionalPath {
1893 func (c *Module) Srcs() android.Paths {
1900 func (c *Module) static() bool {
1909 func (c *Module) staticBinary() bool {
1918 func (c *Module) getMakeLinkType() string {
1945 func (c *Module) IsInstallableToApex() bool {
1954 func (c *Module) imageVariation() string {
1964 func (c *Module) IDEInfo(dpInfo *android.IdeInfo) {
2035 func squashVendorSrcs(m *Module) {
2045 func squashRecoverySrcs(m *Module) {