Home
last modified time | relevance | path

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

12

/aosp12/build/blueprint/bootstrap/bpdoc/
H A 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
H A Dreader.go62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
77 return &ModuleType{
H A Dreader_test.go138 mt, err := r.ModuleType(m+"_module", moduleTypeNameFactories[m])
/aosp12/build/soong/android/soongconfig/
H A 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{
/aosp12/build/soong/android/
H A 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
418 func (r *rule) ModuleType(types ...string) Rule { func
H A Dbazel.go320 if ctx.Config().bp2buildModuleTypeConfig[ctx.ModuleType()] == false {
H A Dsoong_config_modules.go416 moduleType *soongconfig.ModuleType) blueprint.ModuleFactory { argument
H A Dsdk.go339 ModuleType() string
H A Dsingleton.go29 ModuleType(module blueprint.Module) string
H A Dbazel_paths.go77 ModuleType() string
H A 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…
H A Dmakevars.go92 ModuleType(module blueprint.Module) string
/aosp12/build/blueprint/
H A Dsingleton_ctx.go45 ModuleType(module Module) string
197 func (s *singletonContext) ModuleType(logicModule Module) string { func
198 return s.context.ModuleType(logicModule)
H A Dmodule_ctx.go140 ModuleType() string
392 func (d *baseModuleContext) ModuleType() string { func
/aosp12/build/soong/bp2build/
H A Dbuild_conversion.go95 ModuleType(module blueprint.Module) string
225 if canonicalizeModuleType(bpCtx.ModuleType(m)) == "package" {
329 canonicalizeModuleType(ctx.ModuleType(m)),
/aosp12/build/soong/sdk/
H A Dbp.go238 func (m *bpModule) ModuleType() string { func
381 moduleType := module.ModuleType()
/aosp12/build/soong/apex/
H A Dvndk.go65 …rtyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.ModuleType())
/aosp12/build/soong/cc/
H A Dlibrary_headers.go141 if ctx.ModuleType() != "cc_library_headers" {
H A Dobject.go149 if ctx.ModuleType() != "cc_object" {
/aosp12/build/soong/ui/metrics/metrics_proto/
H A 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
/aosp12/build/soong/python/
H A Dbinary.go69 if ctx.ModuleType() != "python_binary_host" {
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go221 func (p Pom) ModuleType() string { func
452 {{.ModuleType}} {
/aosp12/art/build/
H A Dart.go346 ModuleType(artModuleTypes...))
/aosp12/build/soong/cmd/soong_build/
H A Dwritedocs.go53 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData { argument
/aosp12/system/tools/aidl/build/
H A Daidl_interface.go92 …if android.InList(mctx.ModuleType(), []string{"cc_test_library", "android_test", "cc_benchmark", "…

12