| /build/soong/android/ |
| D | neverallow.go | 178 ModuleType("java_device_for_host", "java_host_for_device"). 283 ModuleType("ndk_library"). 285 …NeverAllow().ModuleType("ndk_library").WithMatcher("export_generated_headers", isSetMatcherInstanc… 286 …NeverAllow().ModuleType("ndk_library").WithMatcher("export_include_dirs", isSetMatcherInstance).Be… 287 …NeverAllow().ModuleType("ndk_library").WithMatcher("export_shared_lib_headers", isSetMatcherInstan… 288 …NeverAllow().ModuleType("ndk_library").WithMatcher("export_static_lib_headers", isSetMatcherInstan… 297 ModuleType("dirgroup"). 300 ModuleType("dirgroup"). 328 ModuleType("genrule"). 332 ModuleType("genrule"). [all …]
|
| D | compliance_metadata.go | 222 complianceMetadataInfo.SetStringValue(ComplianceMetadataProp.MODULE_TYPE, ctx.ModuleType()) 224 switch ctx.ModuleType() { 312 moduleType := ctx.ModuleType(module) 316 ComplianceMetadataProp.MODULE_TYPE: ctx.ModuleType(module),
|
| D | plugin.go | 109 if ctx.ModuleType(module) != "bootstrap_go_package" {
|
| D | early_module_context.go | 51 ModuleType() string methodSpec
|
| D | singleton.go | 34 ModuleType(module blueprint.Module) string methodSpec 289 func (s *singletonContextAdaptor) ModuleType(module blueprint.Module) string { func 290 return s.SingletonContext.ModuleType(getWrappedModule(module))
|
| D | all_teams.go | 118 kind: ctx.ModuleType(module),
|
| D | license_metadata.go | 113 if t := ctx.ModuleType(); t != "" {
|
| D | androidmk.go | 508 ModuleType(module blueprint.Module) string methodSpec 537 …r, "\ninclude $(CLEAR_VARS) # type: %s, name: %s, variant: %s\n", ctx.ModuleType(mod), base.BaseM… 555 a.AddStrings("LOCAL_SOONG_MODULE_TYPE", ctx.ModuleType(mod)) 971 typeStats[ctx.ModuleType(mod)] += 1 1128 …return fmt.Errorf("custom make rules not allowed for %q (%q) module %q", ctx.ModuleType(mod), refl… 1496 …intf("\ninclude $(CLEAR_VARS) # type: %s, name: %s, variant: %s", ctx.ModuleType(mod), commonInfo… 1514 helperInfo.AddStrings("LOCAL_SOONG_MODULE_TYPE", ctx.ModuleType(mod))
|
| D | aconfig_providers.go | 166 …tom make rules do not handle aconfig files for %q (%q) module %q", ctx.ModuleType(mod), reflect.Ty…
|
| D | neverallow_test.go | 68 ModuleType("cc_library").
|
| D | soong_config_modules.go | 468 func configModuleFactory(factory blueprint.ModuleFactory, moduleType *soongconfig.ModuleType) bluep… argument
|
| D | sdk.go | 165 ModuleType() string methodSpec
|
| D | packaging.go | 402 …ctx.ModuleErrorf("Usage of high_priority_deps is not allowed for %s module type", ctx.ModuleType())
|
| D | makevars.go | 78 ModuleType(module blueprint.Module) string methodSpec
|
| /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) 248 func removeEmptyPropertyStructs(mt *ModuleType) { argument 258 func removeAnonymousProperties(mt *ModuleType) { argument 279 func collapseDuplicatePropertyStructs(mt *ModuleType) { argument 311 func collapseNestedPropertyStructs(mt *ModuleType) { argument
|
| D | reader.go | 64 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func 79 return &ModuleType{
|
| D | reader_test.go | 141 mt, err := r.ModuleType(m+"_module", moduleTypeNameFactories[m])
|
| /build/bazel/scripts/incremental_build/ |
| D | clone.py | 35 ModuleType = NewType("ModuleType", str) variable 38 Filter = Callable[[ModuleType, ModuleName], bool] 41 def module_defs(src_lines: TextIO) -> Generator[tuple[ModuleType, str], None, None]: 51 module_type: Optional[ModuleType] = None 63 module_type = ModuleType(m.group("module_type")) 76 def f(t: ModuleType, _: ModuleName) -> bool: argument 83 def f(_: ModuleType, n: ModuleName) -> bool: argument 126 if module_type == ModuleType("genrule"):
|
| /build/soong/android/soongconfig/ |
| D | modules.go | 43 ModuleTypes: make(map[string]*ModuleType), 235 ModuleTypes map[string]*ModuleType 267 func CreateProperties(factoryProps []interface{}, moduleType *ModuleType) reflect.Value { argument 425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument 438 type ModuleType struct { struct 447 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) { 448 mt := &ModuleType{
|
| /build/blueprint/ |
| D | singleton_ctx.go | 45 ModuleType(module Module) string methodSpec 216 func (s *singletonContext) ModuleType(logicModule Module) string { func 217 return s.context.ModuleType(getWrappedModule(logicModule))
|
| D | module_ctx.go | 170 ModuleType() string methodSpec 470 func (d *baseModuleContext) ModuleType() string { func 477 "module_type": d.ModuleType(),
|
| /build/soong/apex/ |
| D | vndk.go | 81 …rtyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.ModuleType())
|
| /build/soong/sdk/ |
| D | bp.go | 238 func (m *bpModule) ModuleType() string { func 383 moduleType := module.ModuleType()
|
| /build/soong/cmd/soong_build/ |
| D | writedocs.go | 54 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData { argument
|
| /build/soong/cmd/pom2bp/ |
| D | pom2bp.go | 230 func (p Pom) ModuleType() string { func 608 {{.ModuleType}} {
|