Home
last modified time | relevance | path

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

1234

/build/soong/java/
Dbase.go470 type Module struct { struct
471 android.ModuleBase
472 android.DefaultableModuleBase
473 android.ApexModuleBase
476 embeddableInModuleAndImport
478 properties CommonProperties
479 protoProperties android.ProtoProperties
480 deviceProperties DeviceProperties
482 overridableProperties OverridableProperties
483 sourceProperties android.SourceProperties
[all …]
Dclasspath_element.go31 Module() android.Module methodSpec
43 func (b *ClasspathFragmentElement) Module() android.Module { func
62 func (b *ClasspathLibraryElement) Module() android.Module { func
121 …teClasspathElements(ctx ClasspathElementContext, libraries []android.Module, fragments []android.M…
122 …libraryToApex map[android.Module]string, apexNameToFragment map[string]android.Module) ClasspathEl…
Dhiddenapi_modular.go299 func hiddenAPIRetrieveDexJarBuildPath(ctx android.ModuleContext, module android.Module, kind androi…
659 func (s StubDexJarsByModule) addStubDexJar(ctx android.ModuleContext, module android.Module, scope …
930 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) {
1171 …android.ModuleContext, bootDexInfoByModule bootDexInfoByModule, contents []android.Module, input H…
1269 func extractBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJar…
1296 func hiddenAPIModuleFromModule(ctx android.BaseModuleContext, module android.Module) hiddenAPIModul…
1335 func extractBootDexInfoFromModules(ctx android.ModuleContext, contents []android.Module) bootDexInf…
1366 func extractClassesJarsFromModules(contents []android.Module) android.Paths {
1375 func retrieveClassesJarsFromModule(module android.Module) android.Paths {
1385 func deferReportingMissingBootDexJar(ctx android.ModuleContext, module android.Module) bool {
[all …]
Dboot_jars.go24 func isActiveModule(ctx android.ConfigurableEvaluatorContext, module android.Module) bool {
/build/soong/rust/
Drust.go204 type Module struct { struct
205 fuzz.FuzzModule
207 VendorProperties cc.VendorProperties
209 Properties BaseProperties
211 hod android.HostOrDeviceSupported
212 multilib android.Multilib
213 testModule bool
215 makeLinkType string
217 afdo *afdo
218 compiler compiler
[all …]
/build/soong/cc/
Dcc.go793 …linkerSpecifiedDeps(ctx android.ConfigurableEvaluatorContext, module *Module, specifiedDeps specif…
822 makeUninstallable(mod *Module)
1031 type Module struct { struct
1032 fuzz.FuzzModule
1034 VendorProperties VendorProperties
1035 Properties BaseProperties
1036 sourceProperties android.SourceProperties
1039 hod android.HostOrDeviceSupported
1040 multilib android.Multilib
1041 testModule bool
[all …]
Dafdo_test.go28 VisitDirectDeps(blueprint.Module, func(dep blueprint.Module))
31 func hasDirectDep(ctx visitDirectDepsInterface, m android.Module, wantDep android.Module) bool {
Dlto_test.go30 func hasDep(result *android.TestResult, m android.Module, wantDep android.Module) bool {
Dimage.go463 func squashVendorSrcs(m *Module) {
477 func squashProductSrcs(m *Module) {
491 func squashRecoverySrcs(m *Module) {
501 func squashVendorRamdiskSrcs(m *Module) {
507 func squashRamdiskSrcs(m *Module) {
Dcompdb.go130 func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Module, ccPath string, …
175 …ect(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule *Module, builds map[s…
/build/soong/genrule/
Dgenrule.go182 type Module struct { struct
183 android.ModuleBase
184 android.DefaultableModuleBase
185 android.ApexModuleBase
189 Extra interface{}
193 CmdModifier func(ctx android.ModuleContext, cmd string) string
195 android.ImageInterface
197 properties generatorProperties
202 taskGenerator taskFunc
204 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 AnyProviderKey) (any, bool)
58 ModuleErrorf(module Module, format string, args ...interface{})
64 OtherModulePropertyErrorf(module Module, property string, format string, args ...interface{})
100 VisitAllModules(visit func(Module))
107 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
[all …]
Dmodule_ctx.go95 type Module interface { interface
118 func CreateModuleProxy(module Module) ModuleProxy {
159 Module() Module methodSpec
200 OtherModulePropertyErrorf(logicModule Module, property string, format string, args ...interface{})
254 VisitDirectDeps(visit func(Module))
264 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
273 VisitDepsDepthFirst(visit func(Module))
283 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
292 WalkDeps(visit func(Module, Module) bool)
312 IsFinalModule(module Module) bool
[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…
560 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
910 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
988 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1034 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1114 func removeNestedProperty(mod *parser.Module, patchList *parser.PatchList, propName string) error {
1168 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1279 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
1307 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool {
[all …]
/build/soong/android/
Dsingleton.go31 ModuleName(module blueprint.Module) string
32 ModuleDir(module blueprint.Module) string
33 ModuleSubDir(module blueprint.Module) string
34 ModuleType(module blueprint.Module) string
35 BlueprintFile(module blueprint.Module) string
41 otherModuleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
43 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
68 VisitAllModulesBlueprint(visit func(blueprint.Module))
69 VisitAllModules(visit func(Module))
71 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
[all …]
Dbase_module_context.go39 OtherModuleName(m blueprint.Module) string
43 OtherModuleDir(m blueprint.Module) string
47 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{})
52 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag
55 OtherModuleSubDir(m blueprint.Module) string
83 OtherModuleType(m blueprint.Module) string
90 otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
95 OtherModuleHasProvider(m blueprint.Module, provider blueprint.AnyProviderKey) bool
99 OtherModuleIsAutoGenerated(m blueprint.Module) bool
135 VisitDirectDeps(visit func(Module))
[all …]
Daconfig_providers.go70 func propagateModeInfos(ctx ModuleContext, module Module, to, from map[string]ModeInfo) {
86 func VerifyAconfigBuildMode(ctx ModuleContext, container string, module blueprint.Module, asError b…
143 func aconfigUpdateAndroidMkData(ctx fillInEntriesContext, mod Module, data *AndroidMkData) {
171 func aconfigUpdateAndroidMkEntries(ctx fillInEntriesContext, mod Module, entries *[]AndroidMkEntrie…
194 func aconfigUpdateAndroidMkInfos(ctx fillInEntriesContext, mod Module, infos *AndroidMkProviderInfo…
233 func getContainer(m Module) string {
249 func getContainerUsingProviders(ctx OtherModuleProviderContext, m Module) string {
Dmakevars.go75 ModuleName(module blueprint.Module) string
76 ModuleDir(module blueprint.Module) string
77 ModuleSubDir(module blueprint.Module) string
78 ModuleType(module blueprint.Module) string
79 otherModuleProvider(module blueprint.Module, key blueprint.AnyProviderKey) (any, bool)
80 BlueprintFile(module blueprint.Module) string
82 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
83 OtherModulePropertyErrorf(module Module, property, format string, args ...interface{})
86 VisitAllModules(visit func(Module))
88 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
Dprebuilt.go349 func IsModulePreferred(module Module) bool {
374 func IsModulePrebuilt(module Module) bool {
381 func GetEmbeddedPrebuilt(module Module) *Prebuilt {
399 func PrebuiltGetPreferred(ctx BaseModuleContext, module Module) Module {
499 func checkInvariantsForSourceAndPrebuilt(ctx BaseModuleContext, s, p Module) {
570 …gedModules(ctx BottomUpMutatorContext, psi PrebuiltSelectionInfoMap, allModulesInFamily []Module) {
661 func isSelected(psi PrebuiltSelectionInfoMap, m Module) bool {
Dandroidmk.go361 func getDistContributions(ctx ConfigAndOtherModuleProviderContext, mod Module) *distContributions {
504 ModuleDir(module blueprint.Module) string
505 ModuleSubDir(module blueprint.Module) string
507 otherModuleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
508 ModuleType(module blueprint.Module) string
509 OtherModulePropertyErrorf(module Module, property string, fmt string, args ...interface{})
889 func getSoongOnlyDataFromMods(ctx fillInEntriesContext, mods []Module) ([]distContributions, []*Mod…
955 …dMk(ctx SingletonContext, absMkFile string, moduleInfoJSONPath WritablePath, mods []Module) error {
1015 …MkModule(ctx SingletonContext, w io.Writer, moduleInfoJSONs *[]*ModuleInfoJSON, mod Module) error {
1069 mod Module, provider AndroidMkDataProvider) error {
[all …]
Dhooks.go52 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) {
62 func AddLoadHookWithPriority(m blueprint.Module, hook func(LoadHookContext), priority int) {
131 Module() Module methodSpec
203 func AddInstallHook(m blueprint.Module, hook func(InstallHookContext)) {
Dlicenses.go112 func setPrimaryLicensesProperty(module Module, name string, licensesProperty *[]string) {
304 func getLicenses(ctx BaseModuleContext, module Module) []string {
343 func exemptFromRequiredApplicableLicensesProperty(module Module) bool {
Dvisibility.go65 func createVisibilityModuleReference(name, dir string, module Module) visibilityModuleReference {
673 func clearVisibilityProperties(module Module) {
679 func AddVisibilityProperty(module Module, name string, stringsProperty *[]string) {
683 func addVisibilityProperty(module Module, name string, stringsProperty *[]string) visibilityPropert…
693 func setPrimaryVisibilityProperty(module Module, name string, stringsProperty *[]string) {
Dmutator.go205 AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []Module
213 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string)
286 func bottomUpMutatorContextFactory(ctx blueprint.BottomUpMutatorContext, a Module,
564 func bpModulesToModules(bpModules []blueprint.Module) []Module {
572 func bpModuleToModule(bpModule blueprint.Module) Module {
/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) {

1234