• Home
  • Raw
  • Download

Lines Matching defs:Module

603 	makeUninstallable(mod *Module)
789 type Module struct { struct
790 fuzz.FuzzModule
792 android.SdkBase
793 android.BazelModuleBase
795 VendorProperties VendorProperties
796 Properties BaseProperties
799 hod android.HostOrDeviceSupported
800 multilib android.Multilib
801 bazelable bool
804 sdkMemberTypes []android.SdkMemberType
811 compiler compiler
812 linker linker
813 installer installer
814 bazelHandler android.BazelHandler
816 features []feature
817 stl *stl
818 sanitize *sanitize
819 coverage *coverage
820 sabi *sabi
821 vndkdep *vndkdep
822 lto *lto
823 afdo *afdo
824 pgo *pgo
826 library libraryInterface
828 outputFile android.OptionalPath
830 cachedToolchain config.Toolchain
832 subAndroidMkOnce map[subAndroidMkProvider]bool
835 flags Flags
838 sharedFlags SharedFlags
841 staticAnalogue *StaticLibraryInfo
843 makeLinkType string
845 kytheFiles android.Paths
847 objFiles android.Paths
849 tidyFiles android.Paths
852 apexSdkVersion android.ApiLevel
854 hideApexVariantFromMake bool
857 func (c *Module) AddJSONData(d *map[string]interface{}) {
915 func (c *Module) SetPreventInstall() {
919 func (c *Module) SetHideFromMake() {
923 func (c *Module) HiddenFromMake() bool {
927 func (c *Module) RequiredModuleNames() []string {
939 func (c *Module) Toc() android.OptionalPath {
948 func (c *Module) ApiLevel() string {
957 func (c *Module) Static() bool {
966 func (c *Module) Shared() bool {
975 func (c *Module) SelectedStl() string {
982 func (c *Module) NdkPrebuiltStl() bool {
989 func (c *Module) StubDecorator() bool {
996 func (c *Module) SdkVersion() string {
1000 func (c *Module) MinSdkVersion() string {
1004 func (c *Module) isCrt() bool {
1011 func (c *Module) SplitPerApiLevel() bool {
1015 func (c *Module) AlwaysSdk() bool {
1019 func (c *Module) CcLibrary() bool {
1031 func (c *Module) CcLibraryInterface() bool {
1038 func (c *Module) NonCcVariants() bool {
1042 func (c *Module) SetStatic() {
1052 func (c *Module) SetShared() {
1062 func (c *Module) BuildStaticVariant() bool {
1071 func (c *Module) BuildSharedVariant() bool {
1080 func (c *Module) Module() android.Module { argument
1084 func (c *Module) OutputFile() android.OptionalPath {
1088 func (c *Module) CoverageFiles() android.Paths {
1099 func (c *Module) UnstrippedOutputFile() android.Path {
1106 func (c *Module) CoverageOutputFile() android.OptionalPath {
1113 func (c *Module) RelativeInstallPath() string {
1120 func (c *Module) VndkVersion() string {
1124 func (c *Module) Init() android.Module {
1174 func (c *Module) UseVndk() bool {
1178 func (c *Module) canUseSdk() bool {
1183 func (c *Module) UseSdk() bool {
1190 func (c *Module) isCoverageVariant() bool {
1194 func (c *Module) IsNdk(config android.Config) bool {
1198 func (c *Module) IsLlndk() bool {
1202 func (c *Module) IsLlndkPublic() bool {
1206 func (m *Module) NeedsLlndkVariants() bool {
1211 func (m *Module) NeedsVendorPublicLibraryVariants() bool {
1217 func (c *Module) IsVendorPublicLibrary() bool {
1221 func (c *Module) IsVndkPrebuiltLibrary() bool {
1228 func (c *Module) SdkAndPlatformVariantVisibleToMake() bool {
1232 func (c *Module) HasLlndkStubs() bool {
1237 func (c *Module) StubsVersion() string {
1246 func (c *Module) isImplementationForLLNDKPublic() bool {
1253 func (c *Module) IsVndkPrivate() bool {
1267 func (c *Module) IsVndk() bool {
1274 func (c *Module) isAfdoCompile() bool {
1281 func (c *Module) isPgoCompile() bool {
1288 func (c *Module) isNDKStubLibrary() bool {
1295 func (c *Module) IsVndkSp() bool {
1302 func (c *Module) IsVndkExt() bool {
1309 func (c *Module) SubName() string {
1313 func (c *Module) MustUseVendorVariant() bool {
1317 func (c *Module) getVndkExtendsModuleName() string {
1324 func (c *Module) IsStubs() bool {
1331 func (c *Module) HasStubsVariants() bool {
1340 func (c *Module) ImplementationModuleName(ctx android.BaseModuleContext) string {
1353 func (c *Module) ImplementationModuleNameForMake(ctx android.BaseModuleContext) string {
1361 func (c *Module) Bootstrap() bool {
1365 func (c *Module) nativeCoverage() bool {
1373 func (c *Module) IsSnapshotPrebuilt() bool {
1380 func (c *Module) ExcludeFromVendorSnapshot() bool {
1384 func (c *Module) ExcludeFromRecoverySnapshot() bool {
1403 func (c *Module) XrefCcFiles() android.Paths {
1407 func (c *Module) isCfiAssemblySupportEnabled() bool {
1412 func (c *Module) InstallInRoot() bool {
1669 func (c *Module) Prebuilt() *android.Prebuilt {
1676 func (c *Module) IsPrebuilt() bool {
1680 func (c *Module) Name() string {
1690 func (c *Module) Symlinks() []string {
1699 func (c *Module) IsTestPerSrcAllTestsVariation() bool {
1704 func (c *Module) DataPaths() []android.DataPath {
1777 func (c *Module) maybeGenerateBazelActions(actx android.ModuleContext) bool {
1797 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
1929 func (c *Module) maybeUnhideFromMake() {
1945 func (c *Module) maybeInstall(ctx ModuleContext, apexInfo android.ApexInfo) {
1967 func (c *Module) toolchain(ctx android.BaseModuleContext) config.Toolchain {
1974 func (c *Module) begin(ctx BaseModuleContext) {
2010 func (c *Module) deps(ctx DepsContext) Deps {
2067 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) {
2204 func (c *Module) DepsMutator(actx android.BottomUpMutatorContext) {
2616 func (c *Module) depsToPaths(ctx android.ModuleContext) PathDeps {
2986 func ChooseStubOrImpl(ctx android.ModuleContext, dep android.Module) (SharedLibraryInfo, FlagExport…
3151 func (c *Module) InstallInData() bool {
3158 func (c *Module) InstallInSanitizerDir() bool {
3168 func (c *Module) InstallInRamdisk() bool {
3172 func (c *Module) InstallInVendorRamdisk() bool {
3176 func (c *Module) InstallInRecovery() bool {
3180 func (c *Module) MakeUninstallable() {
3188 func (c *Module) HostToolPath() android.OptionalPath {
3195 func (c *Module) IntermPathForModuleOut() android.OptionalPath {
3199 func (c *Module) OutputFiles(tag string) (android.Paths, error) {
3211 func (c *Module) static() bool {
3220 func (c *Module) staticBinary() bool {
3229 func (c *Module) testBinary() bool {
3238 func (c *Module) benchmarkBinary() bool {
3247 func (c *Module) fuzzBinary() bool {
3257 func (c *Module) Header() bool {
3266 func (c *Module) Binary() bool {
3275 func (c *Module) StaticExecutable() bool {
3282 func (c *Module) Object() bool {
3329 func (c *Module) IsInstallableToApex() bool {
3340 func (c *Module) AvailableFor(what string) bool {
3350 func (c *Module) TestFor() []string {
3354 func (c *Module) EverInstallable() bool {
3360 func (c *Module) PreventInstall() bool {
3364 func (c *Module) Installable() *bool {
3398 func (c *Module) AndroidMkWriteAdditionalDependenciesForSourceAbiDiff(w io.Writer) {
3409 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
3452 func (c *Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
3490 func (c *Module) AlwaysRequiresPlatformApexVariant() bool {
3496 func (c *Module) UniqueApexVariations() bool {
3517 func (c *Module) typ() moduleType {
3545 func (c *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
3639 func (c *Module) IsSdkVariant() bool {