/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 26 ModuleTypes []*ModuleType 30 type ModuleType struct { struct 110 propertyStructs []interface{}) (*ModuleType, error) { 112 mt, err := r.ModuleType(name, factory) 244 func removeEmptyPropertyStructs(mt *ModuleType) { argument 254 func removeAnonymousProperties(mt *ModuleType) { argument 275 func collapseDuplicatePropertyStructs(mt *ModuleType) { argument 307 func collapseNestedPropertyStructs(mt *ModuleType) { argument
|
D | reader.go | 62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func 77 return &ModuleType{
|
D | reader_test.go | 138 mt, err := r.ModuleType(m+"_module", moduleTypeNameFactories[m])
|
/build/soong/android/soongconfig/ |
D | modules.go | 47 ModuleTypes: make(map[string]*ModuleType), 235 ModuleTypes map[string]*ModuleType 363 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value { argument 522 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument 535 type ModuleType struct { struct 544 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) { 545 mt := &ModuleType{
|
/build/soong/android/ |
D | neverallow.go | 165 ModuleType("java_device_for_host", "java_host_for_device"). 219 ModuleType("makefile_goal"). 260 if !n.appliesToModuleType(ctx.ModuleType()) { 387 ModuleType(types ...string) Rule methodSpec 454 func (r *rule) ModuleType(types ...string) Rule { func
|
D | license_metadata.go | 97 if t := ctx.ModuleType(); t != "" {
|
D | neverallow_test.go | 68 ModuleType("cc_library").
|
D | soong_config_modules.go | 417 func configModuleFactory(factory blueprint.ModuleFactory, moduleType *soongconfig.ModuleType, bp2bu… argument
|
D | singleton.go | 29 ModuleType(module blueprint.Module) string methodSpec
|
D | sdk.go | 328 ModuleType() string methodSpec
|
D | androidmk.go | 731 typeStats[ctx.ModuleType(amod)] += 1 866 …return fmt.Errorf("custom make rules not allowed for %q (%q) module %q", ctx.ModuleType(mod), refl…
|
D | makevars.go | 94 ModuleType(module blueprint.Module) string methodSpec
|
D | module.go | 84 ModuleType() string methodSpec
|
/build/blueprint/ |
D | singleton_ctx.go | 45 ModuleType(module Module) string methodSpec 197 func (s *singletonContext) ModuleType(logicModule Module) string { func 198 return s.context.ModuleType(logicModule)
|
D | module_ctx.go | 140 ModuleType() string methodSpec 400 func (d *baseModuleContext) ModuleType() string { func
|
/build/soong/bp2build/ |
D | build_conversion.go | 150 ModuleType(module blueprint.Module) string methodSpec 275 moduleType := bpCtx.ModuleType(m) 352 if canonicalizeModuleType(bpCtx.ModuleType(m)) == "package" { 491 canonicalizeModuleType(ctx.ModuleType(m)),
|
/build/soong/apex/ |
D | vndk.go | 64 …rtyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.ModuleType())
|
D | apex.go | 3117 if ctx.ModuleType() != "apex" {
|
/build/soong/sdk/ |
D | bp.go | 238 func (m *bpModule) ModuleType() string { func 381 moduleType := module.ModuleType()
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 960 …ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member 1010 if x != nil && x.ModuleType != nil { 1011 return *x.ModuleType
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 230 func (p Pom) ModuleType() string { func 607 {{.ModuleType}} {
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 54 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData { argument
|
/build/soong/genrule/ |
D | genrule.go | 868 if t := ctx.ModuleType(); t == "cc_genrule" || t == "java_genrule" || t == "java_genrule_host" {
|
/build/soong/rust/ |
D | rust.go | 41 ModuleType(config.RustModuleTypes...))
|
/build/soong/java/ |
D | base.go | 2041 switch ctx.ModuleType() {
|