Home
last modified time | relevance | path

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

1234

/build/soong/java/
Dbase.go385 type Module struct { struct
386 android.ModuleBase
387 android.DefaultableModuleBase
388 android.ApexModuleBase
389 android.SdkBase
390 android.BazelModuleBase
393 embeddableInModuleAndImport
395 properties CommonProperties
396 protoProperties android.ProtoProperties
397 deviceProperties DeviceProperties
[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.go280 func hiddenAPIRetrieveDexJarBuildPath(ctx android.ModuleContext, module android.Module, kind androi…
601 func (s StubDexJarsByModule) addStubDexJar(ctx android.ModuleContext, module android.Module, scope …
825 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) {
1063 func hiddenAPIRulesForBootclasspathFragment(ctx android.ModuleContext, contents []android.Module, i…
1159 func extractBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJar…
1172 func hiddenAPIModuleFromModule(ctx android.BaseModuleContext, module android.Module) hiddenAPIModul…
1211 func extractBootDexInfoFromModules(ctx android.ModuleContext, contents []android.Module) bootDexInf…
1242 func extractClassesJarsFromModules(contents []android.Module) android.Paths {
1251 func retrieveClassesJarsFromModule(module android.Module) android.Paths {
1261 func deferReportingMissingBootDexJar(ctx android.ModuleContext, module android.Module) bool {
[all …]
Dboot_jars.go24 func isActiveModule(module android.Module) bool {
/build/soong/rust/
Drust.go140 type Module struct { struct
141 fuzz.FuzzModule
143 VendorProperties cc.VendorProperties
145 Properties BaseProperties
147 hod android.HostOrDeviceSupported
148 multilib android.Multilib
150 makeLinkType string
152 afdo *afdo
153 compiler compiler
154 coverage *coverage
[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.go143 type Module struct { struct
144 android.ModuleBase
145 android.DefaultableModuleBase
146 android.BazelModuleBase
148 properties BaseProperties
149 protoProperties android.ProtoProperties
152 hod android.HostOrDeviceSupported
153 multilib android.Multilib
158 bootstrapper bootstrapper
163 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/genrule/
Dgenrule.go154 type Module struct { struct
155 android.ModuleBase
156 android.DefaultableModuleBase
157 android.BazelModuleBase
158 android.ApexModuleBase
162 Extra interface{}
166 CmdModifier func(ctx android.ModuleContext, cmd string) string
168 android.ImageInterface
170 properties generatorProperties
175 taskGenerator taskFunc
[all …]
/build/soong/cc/
Dcc.go603 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
[all …]
Dstub_library.go36 func IsStubTarget(m *Module) bool {
41 func getInstalledFileName(m *Module) string {
Dbp2build.go88 func bp2BuildParseLibProps(ctx android.BazelConversionPathContext, module *Module, isStatic bool) s…
97 func bp2BuildParseSharedProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare…
102 func bp2BuildParseStaticProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare…
145 func bp2buildParseStaticOrSharedProps(ctx android.BazelConversionPathContext, module *Module, lib *…
207 func Bp2BuildParsePrebuiltLibraryProps(ctx android.BazelConversionPathContext, module *Module, isSt…
263 func bp2BuildPropParseHelper(ctx android.ArchVariantContext, module *Module, propsType interface{},…
495 func bp2BuildParseBaseProps(ctx android.Bp2buildMutatorContext, module *Module) baseAttributes {
587 func bp2BuildParseSdkAttributes(module *Module) sdkAttributes {
840 func bp2BuildParseExportedIncludes(ctx android.BazelConversionPathContext, module *Module, existing…
847 …edIncludesForPrebuiltLibrary(ctx android.BazelConversionPathContext, module *Module) BazelIncludes…
[all …]
Dtidy.go213 func collectTidyObjModuleTargets(ctx android.SingletonContext, module android.Module,
274 func objTidyModuleGroupName(module android.Module, group string, suffix string) string {
333 func addAllOSGroup(ctx android.SingletonContext, module android.Module, phonyTargetGroups map[strin…
344 func genObjTidyPhonyTargets(ctx android.SingletonContext, module android.Module, objTidyName string…
/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 …]
Dnotices.go23 func modulesOutputDirs(ctx BuilderContext, modules ...Module) []string {
39 func modulesLicenseMetadata(ctx BuilderContext, modules ...Module) Paths {
52 libraryName string, stripPrefix []string, modules ...Module) {
88 stripPrefix []string, modules ...Module) {
98 stripPrefix []string, modules ...Module) {
108 stripPrefix []string, modules ...Module) {
Dbazel_paths.go78 Module() Module methodSpec
79 OtherModuleType(m blueprint.Module) string
80 OtherModuleName(m blueprint.Module) string
81 OtherModuleDir(m blueprint.Module) string
395 func BazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string {
424 func bp2buildModuleLabel(ctx BazelConversionContext, module blueprint.Module) string {
Dmakevars.go91 ModuleName(module blueprint.Module) string
92 ModuleDir(module blueprint.Module) string
93 ModuleSubDir(module blueprint.Module) string
94 ModuleType(module blueprint.Module) string
95 ModuleProvider(module blueprint.Module, key blueprint.ProviderKey) interface{}
96 BlueprintFile(module blueprint.Module) string
98 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
101 VisitAllModules(visit func(Module))
102 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
Dandroidmk.go491 ModuleDir(module blueprint.Module) string
493 ModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{}
494 ModuleHasProvider(module blueprint.Module, provider blueprint.ProviderKey) bool
717 func translateAndroidMk(ctx SingletonContext, absMkFile string, mods []blueprint.Module) error {
749 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error {
773 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
811 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
899 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
914 func ShouldSkipAndroidMkProcessing(module Module) bool {
Dbazel.go97 GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string
99 shouldConvertWithBp2build(ctx bazelOtherModuleContext, module blueprint.Module) bool
368 func convertedToBazel(ctx BazelConversionContext, module blueprint.Module) bool {
384 OtherModuleType(m blueprint.Module) string
385 OtherModuleName(m blueprint.Module) string
386 OtherModuleDir(m blueprint.Module) string
/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/bpfix/bpfix/
Dbpfix.go310 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
545 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface…
558 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
908 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
986 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1032 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1112 func removeNestedProperty(mod *parser.Module, patchList *parser.PatchList, propName string) error {
1166 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1277 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
1305 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool {
[all …]
/build/soong/bp2build/
Dbuild_conversion.go147 ModuleName(module blueprint.Module) string
148 ModuleDir(module blueprint.Module) string
149 ModuleSubDir(module blueprint.Module) string
150 ModuleType(module blueprint.Module) string
152 VisitAllModules(visit func(blueprint.Module))
153 VisitDirectDeps(module blueprint.Module, visit func(blueprint.Module))
412 func generateBazelTargets(ctx bpToBuildContext, m android.Module) []BazelTarget {
460 func generateSoongModuleTarget(ctx bpToBuildContext, m blueprint.Module) BazelTarget {
498 func getBuildProperties(ctx bpToBuildContext, m blueprint.Module) BazelAttributes {
714 func targetNameWithVariant(c bpToBuildContext, logicModule blueprint.Module) string {
[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/soong/snapshot/
Dhost_snapshot.go192 func hostToolPath(m android.Module) android.OptionalPath {
199 func hostRelativePathString(m android.Module) string {
209 func hostJsonDesc(m android.Module) *SnapshotJsonFlags {

1234