Home
last modified time | relevance | path

Searched defs:ModuleType (Results 1 – 14 of 14) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go29 type ModuleType struct { struct
32 Name string
35 PkgPath string
38 Text template.HTML
43 PropertyStructs []*PropertyStruct
208 func removeEmptyPropertyStructs(mt *ModuleType) {
218 func collapseDuplicatePropertyStructs(mt *ModuleType) {
250 func collapseNestedPropertyStructs(mt *ModuleType) {
282 func combineDuplicateProperties(mt *ModuleType) {
Dreader.go62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
/build/soong/android/soongconfig/
Dmodules.go275 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value {
423 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
436 type ModuleType struct { struct
437 BaseModuleType string
438 ConfigNamespace string
439 Variables []soongConfigVariable
441 affectableProperties []string
442 variableNames []string
/build/soong/cmd/soong_build/
Dwritedocs.go53 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData {
/build/soong/android/
Dsoong_config_modules.go353 moduleType *soongconfig.ModuleType) blueprint.ModuleFactory {
Dneverallow.go362 ModuleType(types ...string) Rule methodSpec
422 func (r *rule) ModuleType(types ...string) Rule { func
Dsingleton.go29 ModuleType(module blueprint.Module) string methodSpec
Dmakevars.go46 ModuleType(module blueprint.Module) string methodSpec
Dmodule.go67 ModuleType() string methodSpec
/build/blueprint/
Dsingleton_ctx.go45 ModuleType(module Module) string methodSpec
187 func (s *singletonContext) ModuleType(logicModule Module) string { func
Dmodule_ctx.go140 ModuleType() string methodSpec
360 func (d *baseModuleContext) ModuleType() string { func
Dcontext.go3059 func (c *Context) ModuleType(logicModule Module) string { func
/build/soong/cmd/pom2bp/
Dpom2bp.go220 func (p Pom) ModuleType() string { func
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go473ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member