Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go113 type Module struct { struct
114 android.ModuleBase
116 properties compilerProperties
117 deviceProperties compilerDeviceProperties
120 classpathFile android.Path
123 outputFile android.Path
126 classJarSpecs []jarSpec
129 resourceJarSpecs []jarSpec
131 exportAidlIncludeDirs android.Paths
133 logtagsSrcs android.Paths
[all …]
Dapp.go60 Module anonMember
/build/blueprint/
Dsingleton_ctx.go29 ModuleName(module Module) string
30 ModuleDir(module Module) string
31 ModuleSubDir(module Module) string
32 ModuleType(module Module) string
33 BlueprintFile(module Module) string
35 ModuleErrorf(module Module, format string, args ...interface{})
54 VisitAllModules(visit func(Module))
55 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
56 VisitDepsDepthFirst(module Module, visit func(Module))
57 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
[all …]
Dmodule_ctx.go88 type Module interface { interface
150 OtherModuleName(m Module) string
151 OtherModuleErrorf(m Module, fmt string, args ...interface{})
152 OtherModuleDependencyTag(m Module) DependencyTag
157 VisitDirectDeps(visit func(Module))
158 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
159 VisitDepsDepthFirst(visit func(Module))
160 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
161 WalkDeps(visit func(Module, Module) bool)
173 VisitAllModuleVariants(visit func(Module))
[all …]
/build/soong/cc/
Dcc.go277 type Module struct { struct
278 android.ModuleBase
279 android.DefaultableModuleBase
281 Properties BaseProperties
282 unused UnusedProperties
285 hod android.HostOrDeviceSupported
286 multilib android.Multilib
289 features []feature
290 compiler compiler
291 linker linker
[all …]
Dcmakelists.go105 …eCLionProject(compiledModule CompiledInterface, ctx blueprint.SingletonContext, ccModule *Module) {
385 func getCMakeListsForModule(module *Module, ctx blueprint.SingletonContext) string {
Dlibrary.go773 func reuseStaticLibrary(mctx android.BottomUpMutatorContext, static, shared *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/soong/android/
Dandroidmk.go93 func translateAndroidMk(ctx blueprint.SingletonContext, mkFile string, mods []Module) error {
145 func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod blueprint.Module) er…
Dhooks.go44 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) {
49 func AddArchHook(m blueprint.Module, hook func(ArchHookContext)) {
125 func AddInstallHook(m blueprint.Module, hook func(InstallHookContext)) {
Dtesting.go72 func (m TestingModule) Module() Module { func
Dmodule.go99 type Module interface { interface
202 func InitAndroidModule(m Module) {
212 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) {
791 func isFileInstaller(m blueprint.Module) bool {
796 func isAndroidModule(m blueprint.Module) bool {
Darch.go493 func InitArchModule(m Module) {
/build/blueprint/bootstrap/
Dbootstrap.go165 func isGoPackageProducer(module blueprint.Module) bool {
184 func isBootstrapModule(module blueprint.Module) bool {
190 func isBootstrapBinaryModule(module blueprint.Module) bool {
/build/blueprint/bpmodify/
Dbpmodify.go141 func processModule(module *parser.Module, moduleName string,