Home
last modified time | relevance | path

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

12

/build/soong/rust/
Drust.go71 type Module struct { struct
72 android.ModuleBase
73 android.DefaultableModuleBase
75 Properties BaseProperties
77 hod android.HostOrDeviceSupported
78 multilib android.Multilib
80 compiler compiler
81 coverage *coverage
82 clippy *clippy
83 cachedToolchain config.Toolchain
[all …]
Dproject_json.go75 knownCrates map[string]crateInfo, module android.Module,
97 knownCrates map[string]crateInfo, module android.Module) (int, string, bool) {
/build/soong/cc/
Dcc.go421 skipInstall(mod *Module)
472 type Module struct { struct
473 android.ModuleBase
474 android.DefaultableModuleBase
475 android.ApexModuleBase
476 android.SdkBase
478 Properties BaseProperties
479 VendorProperties VendorProperties
482 hod android.HostOrDeviceSupported
483 multilib android.Multilib
[all …]
Dvndk.go289 func processLlndkLibrary(mctx android.BottomUpMutatorContext, m *Module) {
306 func processVndkLibrary(mctx android.BottomUpMutatorContext, m *Module) {
344 func shouldSkipVndkMutator(m *Module) bool {
359 func IsForVndkApex(mctx android.BottomUpMutatorContext, m *Module) bool {
527 func isVndkSnapshotLibrary(config android.DeviceConfig, m *Module) (i snapshotLibraryInterface, vnd…
771 func getVndkFileName(m *Module) (string, error) {
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…
Dsnapshot_utils.go61 func isSnapshotAware(ctx android.ModuleContext, m *Module) bool {
/build/soong/python/
Dpython.go111 type Module struct { struct
112 android.ModuleBase
113 android.DefaultableModuleBase
115 properties BaseProperties
116 protoProperties android.ProtoProperties
119 hod android.HostOrDeviceSupported
120 multilib android.Multilib
124 bootstrapper bootstrapper
127 installer installer
131 srcsPathMappings []pathMapping
[all …]
Dandroidmk.go26 AndroidMk(*Module, *android.AndroidMkData)
49 func (p *binaryDecorator) AndroidMk(base *Module, ret *android.AndroidMkData) {
61 func (p *testDecorator) AndroidMk(base *Module, ret *android.AndroidMkData) {
81 func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMkData) {
/build/soong/genrule/
Dgenrule.go118 type Module struct { struct
119 android.ModuleBase
120 android.DefaultableModuleBase
121 android.ApexModuleBase
125 Extra interface{}
126 android.ImageInterface
128 properties generatorProperties
130 taskGenerator taskFunc
132 deps android.Paths
133 rule blueprint.Rule
[all …]
/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
32 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
57 VisitAllModulesBlueprint(visit func(blueprint.Module))
58 VisitAllModules(visit func(Module))
59 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
61 VisitDirectDeps(module Module, visit func(Module))
[all …]
Dmakevars.go43 ModuleName(module blueprint.Module) string
44 ModuleDir(module blueprint.Module) string
45 ModuleSubDir(module blueprint.Module) string
46 ModuleType(module blueprint.Module) string
47 BlueprintFile(module blueprint.Module) string
49 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
53 VisitAllModules(visit func(Module))
54 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
Dvisibility.go492 func EffectiveVisibilityRules(ctx BaseModuleContext, module Module) []string {
521 func clearVisibilityProperties(module Module) {
527 func AddVisibilityProperty(module Module, name string, stringsProperty *[]string) {
531 func addVisibilityProperty(module Module, name string, stringsProperty *[]string) visibilityPropert…
541 func setPrimaryVisibilityProperty(module Module, name string, stringsProperty *[]string) {
Dandroidmk.go440 func translateAndroidMk(ctx SingletonContext, mkFile string, mods []blueprint.Module) error {
492 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error {
512 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
544 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
608 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
Dmodule.go64 Module() Module methodSpec
111 OtherModuleName(m blueprint.Module) string
112 OtherModuleDir(m blueprint.Module) string
113 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{})
114 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag
118 OtherModuleType(m blueprint.Module) string
124 VisitDirectDepsBlueprint(visit func(blueprint.Module))
125 VisitDirectDeps(visit func(Module))
126 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
127 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
[all …]
Dhooks.go48 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) {
131 func AddInstallHook(m blueprint.Module, hook func(InstallHookContext)) {
Dimage.go42 SetImageVariation(ctx BaseModuleContext, variation string, module Module)
Dtesting.go261 func (m TestingModule) Module() Module { func
419 func AndroidMkEntriesForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) []An…
433 func AndroidMkDataForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) Android…
/build/soong/java/
Djava.go399 type Module struct { struct
400 android.ModuleBase
401 android.DefaultableModuleBase
402 android.ApexModuleBase
403 android.SdkBase
406 embeddableInModuleAndImport
408 properties CompilerProperties
409 protoProperties android.ProtoProperties
410 deviceProperties CompilerDeviceProperties
414 headerJarFile android.Path
[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
51 ModuleErrorf(module Module, format string, args ...interface{})
90 VisitAllModules(visit func(Module))
94 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
102 VisitDirectDeps(module Module, visit func(Module))
111 VisitDirectDepsIf(module Module, 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)
251 OtherModuleName(m Module) string
255 OtherModuleDir(m Module) string
260 OtherModuleSubDir(m Module) string
[all …]
/build/soong/bpfix/bpfix/
Dbpfix.go254 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
486 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface…
499 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
799 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
826 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro…
875 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
921 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
996 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1107 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
1135 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool {
[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/android/soongconfig/
Dmodules.go81 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
123 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
191 func processStringVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
211 func processBoolVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
224 func processVariableDef(def *parser.Module,
/build/blueprint/parser/
Dast.go59 type Module struct { struct
60 Type string
61 TypePos scanner.Position
62 Map
65 func (m *Module) Copy() *Module {
74 func (m *Module) String() string {
84 func (m *Module) definitionTag() {}
86 func (m *Module) Pos() scanner.Position { return m.TypePos }
87 func (m *Module) End() scanner.Position { return m.Map.End() }
/build/blueprint/bootstrap/
Dbootstrap.go195 func isGoPackageProducer(module blueprint.Module) bool {
214 func isBootstrapModule(module blueprint.Module) bool {
220 func isBootstrapBinaryModule(module blueprint.Module) bool {

12