Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go30 type ModuleType struct { struct
33 Name string
36 PkgPath string
39 Text template.HTML
44 PropertyStructs []*PropertyStruct
248 func removeEmptyPropertyStructs(mt *ModuleType) {
258 func removeAnonymousProperties(mt *ModuleType) {
279 func collapseDuplicatePropertyStructs(mt *ModuleType) {
311 func collapseNestedPropertyStructs(mt *ModuleType) {
Dreader.go64 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
/build/soong/android/soongconfig/
Dmodules.go267 func CreateProperties(factoryProps []interface{}, moduleType *ModuleType) reflect.Value {
425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
438 type ModuleType struct { struct
439 BaseModuleType string
440 ConfigNamespace string
441 Variables []soongConfigVariable
443 affectableProperties []string
444 variableNames []string
/build/bazel/scripts/incremental_build/
Dclone.py35 ModuleType = NewType("ModuleType", str) variable
76 def f(t: ModuleType, _: ModuleName) -> bool:
83 def f(_: ModuleType, n: ModuleName) -> bool:
/build/soong/cmd/soong_build/
Dwritedocs.go54 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData {
/build/soong/android/
Dsoong_config_modules.go468 func configModuleFactory(factory blueprint.ModuleFactory, moduleType *soongconfig.ModuleType) bluep…
Dearly_module_context.go51 ModuleType() string methodSpec
Dsingleton.go34 ModuleType(module blueprint.Module) string methodSpec
289 func (s *singletonContextAdaptor) ModuleType(module blueprint.Module) string { func
Dneverallow.go567 ModuleType(types ...string) Rule methodSpec
638 func (r *rule) ModuleType(types ...string) Rule { func
Dmakevars.go78 ModuleType(module blueprint.Module) string methodSpec
Dsdk.go165 ModuleType() string methodSpec
Dandroidmk.go508 ModuleType(module blueprint.Module) string methodSpec
/build/blueprint/
Dsingleton_ctx.go45 ModuleType(module Module) string methodSpec
216 func (s *singletonContext) ModuleType(logicModule Module) string { func
Dmodule_ctx.go170 ModuleType() string methodSpec
470 func (d *baseModuleContext) ModuleType() string { func
Dcontext.go3973 func (c *Context) ModuleType(logicModule Module) string { func
/build/soong/sdk/
Dbp.go238 func (m *bpModule) ModuleType() string { func
/build/soong/cmd/pom2bp/
Dpom2bp.go230 func (p Pom) ModuleType() string { func
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go1563ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member