Searched defs:Module (Results 1 – 15 of 15) sorted by relevance
| /build/soong/java/ |
| D | java.go | 113 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 …]
|
| D | app.go | 60 Module anonMember
|
| /build/blueprint/ |
| D | singleton_ctx.go | 29 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 …]
|
| D | module_ctx.go | 88 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/ |
| D | cc.go | 277 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 …]
|
| D | cmakelists.go | 105 …eCLionProject(compiledModule CompiledInterface, ctx blueprint.SingletonContext, ccModule *Module) { 385 func getCMakeListsForModule(module *Module, ctx blueprint.SingletonContext) string {
|
| D | library.go | 773 func reuseStaticLibrary(mctx android.BottomUpMutatorContext, static, shared *Module) {
|
| /build/blueprint/parser/ |
| D | ast.go | 59 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/ |
| D | androidmk.go | 93 func translateAndroidMk(ctx blueprint.SingletonContext, mkFile string, mods []Module) error { 145 func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod blueprint.Module) er…
|
| D | hooks.go | 44 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)) {
|
| D | testing.go | 72 func (m TestingModule) Module() Module { func
|
| D | module.go | 99 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 {
|
| D | arch.go | 493 func InitArchModule(m Module) {
|
| /build/blueprint/bootstrap/ |
| D | bootstrap.go | 165 func isGoPackageProducer(module blueprint.Module) bool { 184 func isBootstrapModule(module blueprint.Module) bool { 190 func isBootstrapBinaryModule(module blueprint.Module) bool {
|
| /build/blueprint/bpmodify/ |
| D | bpmodify.go | 141 func processModule(module *parser.Module, moduleName string,
|