Home
last modified time | relevance | path

Searched refs:ModuleType (Results 1 – 25 of 27) sorted by relevance

12

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go26 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
Dreader.go62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
77 return &ModuleType{
Dreader_test.go138 mt, err := r.ModuleType(m+"_module", moduleTypeNameFactories[m])
/build/soong/android/soongconfig/
Dmodules.go47 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/
Dneverallow.go165 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
Dlicense_metadata.go97 if t := ctx.ModuleType(); t != "" {
Dneverallow_test.go68 ModuleType("cc_library").
Dsoong_config_modules.go417 func configModuleFactory(factory blueprint.ModuleFactory, moduleType *soongconfig.ModuleType, bp2bu… argument
Dsingleton.go29 ModuleType(module blueprint.Module) string methodSpec
Dsdk.go328 ModuleType() string methodSpec
Dandroidmk.go731 typeStats[ctx.ModuleType(amod)] += 1
866 …return fmt.Errorf("custom make rules not allowed for %q (%q) module %q", ctx.ModuleType(mod), refl…
Dmakevars.go94 ModuleType(module blueprint.Module) string methodSpec
Dmodule.go84 ModuleType() string methodSpec
/build/blueprint/
Dsingleton_ctx.go45 ModuleType(module Module) string methodSpec
197 func (s *singletonContext) ModuleType(logicModule Module) string { func
198 return s.context.ModuleType(logicModule)
Dmodule_ctx.go140 ModuleType() string methodSpec
400 func (d *baseModuleContext) ModuleType() string { func
/build/soong/bp2build/
Dbuild_conversion.go150 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/
Dvndk.go64 …rtyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.ModuleType())
Dapex.go3117 if ctx.ModuleType() != "apex" {
/build/soong/sdk/
Dbp.go238 func (m *bpModule) ModuleType() string { func
381 moduleType := module.ModuleType()
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go960ModuleType *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/
Dpom2bp.go230 func (p Pom) ModuleType() string { func
607 {{.ModuleType}} {
/build/soong/cmd/soong_build/
Dwritedocs.go54 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData { argument
/build/soong/genrule/
Dgenrule.go868 if t := ctx.ModuleType(); t == "cc_genrule" || t == "java_genrule" || t == "java_genrule_host" {
/build/soong/rust/
Drust.go41 ModuleType(config.RustModuleTypes...))
/build/soong/java/
Dbase.go2041 switch ctx.ModuleType() {

12