Home
last modified time | relevance | path

Searched defs:ModuleFactory (Results 1 – 9 of 9) sorted by relevance

/build/soong/bp2build/
Dbzl_conversion.go59 func CreateRuleShims(moduleTypeFactories map[string]android.ModuleFactory) map[string]RuleShim {
102 func generateRules(moduleTypeFactories map[string]android.ModuleFactory) map[string][]rule {
224 func getAttributes(factory android.ModuleFactory) string {
/build/soong/android/
Dregister.go106 type ModuleFactory func() Module type
110 func ModuleFactoryAdaptor(factory ModuleFactory) blueprint.ModuleFactory {
131 func RegisterModuleType(name string, factory ModuleFactory) {
247 RegisterModuleType(name string, factory ModuleFactory)
Dhooks.go36 CreateModule(ModuleFactory, ...interface{}) Module argument
38 registerScopedModuleType(name string, factory blueprint.ModuleFactory)
Dsoong_config_modules.go415 func soongConfigModuleFactory(factory blueprint.ModuleFactory,
Ddefaults.go106 CreateModule(ModuleFactory, ...interface{}) Module argument
Dmutator.go274 CreateModule(ModuleFactory, ...interface{}) Module argument
280 …CreateBazelTargetModule(ModuleFactory, string, bazel.BazelTargetModuleProperties, interface{}) Baz… argument
/build/blueprint/
Dmodule_ctx.go840 CreateModule(ModuleFactory, ...interface{}) Module argument
1271 CreateModule(ModuleFactory, ...interface{}) Module argument
1275 RegisterScopedModuleType(name string, factory ModuleFactory)
1278 func (l *loadHookContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
1298 func (l *loadHookContext) RegisterScopedModuleType(name string, factory ModuleFactory) {
1342scopedModuleFactories *map[string]ModuleFactory) (newModules []*moduleInfo, deps []string, errs []…
1388 func CheckBlueprintSyntax(moduleFactories map[string]ModuleFactory, filename string, contents strin…
Dcontext.go413 type ModuleFactory func() (m Module, propertyStructs []interface{}) type
1448 func newModule(factory ModuleFactory) *moduleInfo {
1462 …relBlueprintsFile string, moduleFactories, scopedModuleFactories map[string]ModuleFactory, ignoreU…
/build/soong/android/soongconfig/
Dmodules.go257 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value {