Searched defs:ModuleType (Results 1 – 18 of 18) sorted by relevance
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 30 type ModuleType struct { struct 33 Name string 36 PkgPath string 39 Text template.HTML 44 PropertyStructs []*PropertyStruct 249 func removeEmptyPropertyStructs(mt *ModuleType) { 259 func removeAnonymousProperties(mt *ModuleType) { 280 func collapseDuplicatePropertyStructs(mt *ModuleType) { 312 func collapseNestedPropertyStructs(mt *ModuleType) { 344 func combineDuplicateProperties(mt *ModuleType) {
|
D | reader.go | 62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
|
/build/soong/android/soongconfig/ |
D | modules.go | 257 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value { 416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… 429 type ModuleType struct { struct 430 BaseModuleType string 431 ConfigNamespace string 432 Variables []soongConfigVariable 434 affectableProperties []string 435 variableNames []string
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 53 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData {
|
/build/soong/android/ |
D | soong_config_modules.go | 416 moduleType *soongconfig.ModuleType) blueprint.ModuleFactory {
|
D | bazel_paths.go | 77 ModuleType() string methodSpec
|
D | neverallow.go | 354 ModuleType(types ...string) Rule methodSpec 418 func (r *rule) ModuleType(types ...string) Rule { func
|
D | singleton.go | 29 ModuleType(module blueprint.Module) string methodSpec
|
D | makevars.go | 92 ModuleType(module blueprint.Module) string methodSpec
|
D | sdk.go | 339 ModuleType() string methodSpec
|
D | module.go | 80 ModuleType() string methodSpec
|
/build/blueprint/ |
D | singleton_ctx.go | 45 ModuleType(module Module) string methodSpec 197 func (s *singletonContext) ModuleType(logicModule Module) string { func
|
D | module_ctx.go | 140 ModuleType() string methodSpec 392 func (d *baseModuleContext) ModuleType() string { func
|
D | context.go | 3424 func (c *Context) ModuleType(logicModule Module) string { func
|
/build/soong/bp2build/ |
D | build_conversion.go | 95 ModuleType(module blueprint.Module) string methodSpec
|
/build/soong/sdk/ |
D | bp.go | 238 func (m *bpModule) ModuleType() string { func
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 221 func (p Pom) ModuleType() string { func
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 752 …ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member
|