Home
last modified time | relevance | path

Searched refs:moduleType (Results 1 – 3 of 3) sorted by relevance

/build/soong/
Dregister.go19 type moduleType struct { struct
24 var moduleTypes []moduleType
42 moduleTypes = append(moduleTypes, moduleType{name, factory})
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go379 for moduleType, propertyStructs := range moduleTypePropertyStructs {
380 mtDoc, err := getModuleTypeDoc(docSet, moduleType, propertyStructs)
419 func getModuleTypeDoc(docSet *DocCollector, moduleType string,
422 Name: moduleType,
/build/blueprint/
Dcontext.go2330 for moduleType, factory := range c.moduleFactories {
2331 _, ret[moduleType] = factory()