Home
last modified time | relevance | path

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

12

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go26 ModuleTypes []*ModuleType
30 type ModuleType struct { struct
111 propertyStructs []interface{}) (*ModuleType, error) {
113 mt, err := r.ModuleType(name, factory)
249 func removeEmptyPropertyStructs(mt *ModuleType) { argument
259 func removeAnonymousProperties(mt *ModuleType) { argument
280 func collapseDuplicatePropertyStructs(mt *ModuleType) { argument
312 func collapseNestedPropertyStructs(mt *ModuleType) { argument
344 func combineDuplicateProperties(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.go44 ModuleTypes: make(map[string]*ModuleType),
228 ModuleTypes map[string]*ModuleType
257 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value { argument
416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument
429 type ModuleType struct { struct
438 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) {
439 mt := &ModuleType{
/build/soong/android/
Dneverallow.go160 ModuleType("java_device_for_host", "java_host_for_device").
214 ModuleType("makefile_goal").
237 if !n.appliesToModuleType(ctx.ModuleType()) {
354 ModuleType(types ...string) Rule methodSpec
418 func (r *rule) ModuleType(types ...string) Rule { func
Dbazel.go320 if ctx.Config().bp2buildModuleTypeConfig[ctx.ModuleType()] == false {
Dsoong_config_modules.go416 moduleType *soongconfig.ModuleType) blueprint.ModuleFactory { argument
Dsdk.go339 ModuleType() string methodSpec
Dsingleton.go29 ModuleType(module blueprint.Module) string methodSpec
Dbazel_paths.go77 ModuleType() string methodSpec
Dandroidmk.go695 typeStats[ctx.ModuleType(amod)] += 1
849 …return fmt.Errorf("custom make rules not allowed for %q (%q) module %q", ctx.ModuleType(mod), refl…
Dmakevars.go92 ModuleType(module blueprint.Module) 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
392 func (d *baseModuleContext) ModuleType() string { func
/build/soong/bp2build/
Dbuild_conversion.go95 ModuleType(module blueprint.Module) string methodSpec
225 if canonicalizeModuleType(bpCtx.ModuleType(m)) == "package" {
329 canonicalizeModuleType(ctx.ModuleType(m)),
/build/soong/cc/
Dlibrary_headers.go141 if ctx.ModuleType() != "cc_library_headers" {
Dobject.go149 if ctx.ModuleType() != "cc_object" {
Dlibrary.go272 if ctx.ModuleType() != "cc_library" {
2275 if ctx.ModuleType() != "cc_library_static" {
/build/soong/apex/
Dvndk.go65 …rtyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.ModuleType())
/build/soong/sdk/
Dbp.go238 func (m *bpModule) ModuleType() string { func
381 moduleType := module.ModuleType()
/build/soong/python/
Dbinary.go69 if ctx.ModuleType() != "python_binary_host" {
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go752ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member
795 if m != nil && m.ModuleType != nil {
796 return *m.ModuleType
/build/soong/cmd/pom2bp/
Dpom2bp.go221 func (p Pom) ModuleType() string { func
452 {{.ModuleType}} {
/build/soong/cmd/soong_build/
Dwritedocs.go53 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData { argument
/build/soong/genrule/
Dgenrule.go831 if ctx.ModuleType() != "genrule" {

12