Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 66) sorted by relevance

123

/build/soong/java/
Dbase.go273 type Module struct { struct
274 android.ModuleBase
275 android.DefaultableModuleBase
276 android.ApexModuleBase
277 android.SdkBase
280 embeddableInModuleAndImport
282 properties CommonProperties
283 protoProperties android.ProtoProperties
284 deviceProperties DeviceProperties
288 headerJarFile android.Path
[all …]
Dclasspath_element.go32 Module() android.Module methodSpec
44 func (b *ClasspathFragmentElement) Module() android.Module { func
63 func (b *ClasspathLibraryElement) Module() android.Module { func
75 OtherModuleHasProvider(m blueprint.Module, provider blueprint.ProviderKey) bool
76 OtherModuleProvider(m blueprint.Module, provider blueprint.ProviderKey) interface{}
119 …teClasspathElements(ctx ClasspathElementContext, libraries []android.Module, fragments []android.M…
Dhiddenapi_modular.go279 func hiddenAPIRetrieveDexJarBuildPath(ctx android.ModuleContext, module android.Module, kind androi…
586 func (s StubDexJarsByModule) addStubDexJar(ctx android.ModuleContext, module android.Module, scope …
800 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) {
935 func hiddenAPIRulesForBootclasspathFragment(ctx android.ModuleContext, contents []android.Module, i…
1015 func extractBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJar…
1028 func hiddenAPIModuleFromModule(ctx android.BaseModuleContext, module android.Module) hiddenAPIModul…
1064 func extractBootDexInfoFromModules(ctx android.ModuleContext, contents []android.Module) bootDexInf…
1095 func extractClassesJarsFromModules(contents []android.Module) android.Paths {
1104 func retrieveClassesJarsFromModule(module android.Module) android.Paths {
1114 func deferReportingMissingBootDexJar(ctx android.ModuleContext, module android.Module) bool {
[all …]
Dboot_jars.go24 func isActiveModule(module android.Module) bool {
/build/soong/rust/
Drust.go103 type Module struct { struct
104 android.ModuleBase
105 android.DefaultableModuleBase
106 android.ApexModuleBase
108 VendorProperties cc.VendorProperties
110 Properties BaseProperties
112 hod android.HostOrDeviceSupported
113 multilib android.Multilib
115 makeLinkType string
117 compiler compiler
[all …]
Dproject_json.go87 func sourceProviderVariantSource(ctx android.SingletonContext, rModule *Module) (string, bool) {
110 func sourceProviderSource(ctx android.SingletonContext, rModule *Module) (string, bool) {
146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
196 func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Module, *baseCompiler…
/build/soong/python/
Dpython.go129 type Module struct { struct
130 android.ModuleBase
131 android.DefaultableModuleBase
132 android.BazelModuleBase
134 properties BaseProperties
135 protoProperties android.ProtoProperties
138 hod android.HostOrDeviceSupported
139 multilib android.Multilib
144 bootstrapper bootstrapper
149 installer installer
[all …]
Dandroidmk.go25 AndroidMk(*Module, *android.AndroidMkEntries)
48 func (p *binaryDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {
58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {
77 func (installer *pythonInstaller) AndroidMk(base *Module, entries *android.AndroidMkEntries) {
/build/soong/cc/
Dcc.go582 makeUninstallable(mod *Module)
770 type Module struct { struct
771 android.ModuleBase
772 android.DefaultableModuleBase
773 android.ApexModuleBase
774 android.SdkBase
775 android.BazelModuleBase
777 Properties BaseProperties
778 VendorProperties VendorProperties
781 hod android.HostOrDeviceSupported
[all …]
Dstub_library.go33 func IsStubTarget(m *Module) bool {
38 func getInstalledFileName(m *Module) string {
Dbp2build.go97 func bp2BuildParseSharedProps(ctx android.TopDownMutatorContext, module *Module) sharedAttributes {
135 func bp2BuildParseStaticProps(ctx android.TopDownMutatorContext, module *Module) staticAttributes {
172 func bp2BuildParseCompilerProps(ctx android.TopDownMutatorContext, module *Module) compilerAttribut…
311 func bp2BuildParseLinkerProps(ctx android.TopDownMutatorContext, module *Module) linkerAttributes {
412 func bp2BuildParseExportedIncludes(ctx android.TopDownMutatorContext, module *Module) bazel.StringL…
Dimage.go635 func squashVendorSrcs(m *Module) {
648 func squashProductSrcs(m *Module) {
661 func squashRecoverySrcs(m *Module) {
674 func squashVendorRamdiskSrcs(m *Module) {
680 … *Module) SetImageVariation(ctx android.BaseModuleContext, variant string, module android.Module) {
Dcompdb.go129 func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Module, ccPath string, …
171 …ect(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule *Module, builds map[s…
/build/soong/android/
Dsingleton.go26 ModuleName(module blueprint.Module) string
27 ModuleDir(module blueprint.Module) string
28 ModuleSubDir(module blueprint.Module) string
29 ModuleType(module blueprint.Module) string
30 BlueprintFile(module blueprint.Module) string
37 ModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{}
40 ModuleHasProvider(module blueprint.Module, provider blueprint.ProviderKey) bool
42 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
67 VisitAllModulesBlueprint(visit func(blueprint.Module))
68 VisitAllModules(visit func(Module))
[all …]
Dbazel_paths.go76 Module() Module methodSpec
78 OtherModuleName(m blueprint.Module) string
79 OtherModuleDir(m blueprint.Module) string
309 func bazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module, tag string) string {
333 func bp2buildModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string {
Dmakevars.go89 ModuleName(module blueprint.Module) string
90 ModuleDir(module blueprint.Module) string
91 ModuleSubDir(module blueprint.Module) string
92 ModuleType(module blueprint.Module) string
93 ModuleProvider(module blueprint.Module, key blueprint.ProviderKey) interface{}
94 BlueprintFile(module blueprint.Module) string
96 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
99 VisitAllModules(visit func(Module))
100 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
Dandroidmk.go473 ModuleDir(module blueprint.Module) string
475 ModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{}
681 func translateAndroidMk(ctx SingletonContext, mkFile string, mods []blueprint.Module) error {
733 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error {
757 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
795 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
882 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
Dlicenses.go83 func setPrimaryLicensesProperty(module Module, name string, licensesProperty *[]string) {
249 func getLicenses(ctx BaseModuleContext, module Module) []string {
288 func exemptFromRequiredApplicableLicensesProperty(module Module) bool {
/build/soong/genrule/
Dgenrule.go149 type Module struct { struct
150 android.ModuleBase
151 android.DefaultableModuleBase
152 android.BazelModuleBase
153 android.ApexModuleBase
157 Extra interface{}
158 android.ImageInterface
160 properties generatorProperties
165 taskGenerator taskFunc
167 rule blueprint.Rule
[all …]
/build/blueprint/
Dsingleton_ctx.go35 ModuleName(module Module) string
38 ModuleDir(module Module) string
42 ModuleSubDir(module Module) string
45 ModuleType(module Module) string
48 BlueprintFile(module Module) string
55 ModuleProvider(module Module, provider ProviderKey) interface{}
58 ModuleHasProvider(m Module, provider ProviderKey) bool
61 ModuleErrorf(module Module, format string, args ...interface{})
100 VisitAllModules(visit func(Module))
104 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
[all …]
Dmodule_ctx.go92 type Module interface { interface
129 Module() Module methodSpec
211 VisitDirectDeps(visit func(Module))
219 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
228 VisitDepsDepthFirst(visit func(Module))
238 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
247 WalkDeps(visit func(Module, Module) bool)
265 VisitAllModuleVariants(visit func(Module))
269 OtherModuleName(m Module) string
273 OtherModuleDir(m Module) string
[all …]
/build/soong/bp2build/
Dbuild_conversion.go92 ModuleName(module blueprint.Module) string
93 ModuleDir(module blueprint.Module) string
94 ModuleSubDir(module blueprint.Module) string
95 ModuleType(module blueprint.Module) string
97 VisitAllModules(visit func(blueprint.Module))
98 VisitDirectDeps(module blueprint.Module, visit func(blueprint.Module))
274 func generateBazelTarget(ctx bpToBuildContext, m blueprint.Module, btm android.BazelTargetModule) B…
302 func generateSoongModuleTarget(ctx bpToBuildContext, m blueprint.Module) BazelTarget {
336 func getBuildProperties(ctx bpToBuildContext, m blueprint.Module) BazelAttributes {
350 func ExtractModuleProperties(aModule android.Module) map[string]string {
[all …]
/build/soong/bpfix/bpfix/
Dbpfix.go258 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
490 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface…
503 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
823 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
850 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro…
899 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
945 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1020 func removePdkProperty(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1039 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1150 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
[all …]
/build/soong/partner/bpfix/extensions/
Dheaders.go59 func searchThroughOperatorList(mod *parser.Module, e parser.Expression) {
78 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) {
86 func addLibrary(mod *parser.Module, libType string, libName string) {
/build/blueprint/bpmodify/
Dbpmodify.go146 func processModule(module *parser.Module, moduleName string,
175 func getRecursiveProperty(module *parser.Module, name string, prefixes []string) (prop *parser.Prop…
180 func createRecursiveProperty(module *parser.Module, name string, prefixes []string,
186 func getOrCreateRecursiveProperty(module *parser.Module, name string, prefixes []string,

123