Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 88) sorted by relevance

1234

/build/soong/java/
Dlint_defaults.txt5 --warning_check AppCompatResource # 55 occurences in 10 modules
6 --warning_check AppLinkUrlError # 111 occurences in 53 modules
7 --warning_check BlockedPrivateApi # 2 occurences in 2 modules
8 --warning_check ByteOrderMark # 2 occurences in 2 modules
9 --warning_check DuplicateActivity # 3 occurences in 3 modules
10 --warning_check DuplicateDefinition # 3623 occurences in 48 modules
11 --warning_check DuplicateIds # 207 occurences in 22 modules
12 --warning_check EllipsizeMaxLines # 12 occurences in 7 modules
13 --warning_check ExtraTranslation # 21276 occurences in 27 modules
14 --warning_check FontValidationError # 4 occurences in 1 modules
[all …]
Dplatform_bootclasspath.go129 …addDependenciesOntoBootImageModules(ctx, artImageConfig.modules, platformBootclasspathArtBootJarDe…
134 …addDependenciesOntoBootImageModules(ctx, bootImageConfig.modules, platformBootclasspathNonUpdatabl…
144 func addDependenciesOntoBootImageModules(ctx android.BottomUpMutatorContext, modules android.Config…
145 for i := 0; i < modules.Len(); i++ {
146 apex := modules.Apex(i)
147 name := modules.Jar(i)
207 return b.getImageConfig(ctx).modules
212 func (b *platformBootclasspathModule) checkNonUpdatableModules(ctx android.ModuleContext, modules […
213 for _, m := range modules {
226 func (b *platformBootclasspathModule) checkUpdatableModules(ctx android.ModuleContext, modules []an…
[all …]
Ddexpreopt_config.go70 modules: artModules,
81 modules: frameworkModules,
102 c.dexPaths = c.modules.BuildPaths(ctx, inputDir)
103 c.dexPathsByModule = c.modules.BuildPathsByModule(ctx, inputDir)
116 dexLocations: c.modules.DevicePaths(ctx.Config(), target.Os),
150 modules android.ConfiguredJarList member
209 …ctx.Strict("DEXPREOPT_BOOT_JARS_MODULES", strings.Join(defaultBootImageConfig(ctx).modules.CopyOfA…
Dbootclasspath.go135 var modules []android.Module
139 modules = append(modules, module)
142 return modules
Dbootclasspath_fragment.go239 modules := global.ArtApexJars
244 for i := 0; i < modules.Len(); i++ {
245 apex := modules.Apex(i)
246 jar := modules.Jar(i)
288 modules := b.getImageConfig(ctx).modules
289 configuredJars := modules.CopyOfJars()
312 modules android.ConfiguredJarList member
323 return i.modules
487 if imageConfig.modules.Len() == 0 {
505 info.modules = imageConfig.modules
[all …]
/build/make/tools/releasetools/testdata/
Dapexkeys_merge.txt4modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/apex/com.and…
5modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/com.android…
6modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/com.android…
7modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/com.android…
Dapexkeys_framework.txt5modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/com.android…
6modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/com.android…
7modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/com.android…
Dapexkeys_vendor.txt4modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/apex/com.and…
/build/blueprint/
Dname_interface.go97 modules map[string]ModuleGroup member
102 modules: make(map[string]ModuleGroup),
108 if group, present := s.modules[name]; present {
112 " %s <-- previous definition here", name, group.modules.firstModule().pos),
116 s.modules[name] = group
122 group, found = s.modules[moduleName]
127 existingGroup, exists := s.modules[newName]
133 oldName, newName, existingGroup.modules.firstModule().pos),
137 group, exists := s.modules[oldName]
141 s.modules[newName] = group
[all …]
Dcontext.go223 modules modulesOrAliases member
229 for _, module := range group.modules {
1437 for _, moduleOrAlias := range group.modules {
1523 modules: modulesOrAliases{module},
1617 for _, moduleOrAlias := range possible.modules {
1733 for _, m := range possibleDeps.modules {
1779 if foundDep.group == module.group && beforeInModuleList(module, foundDep, module.group.modules) {
1867 visit(modules []*moduleInfo, visit func(*moduleInfo, chan<- pauseSpec) bool)
1880 func (unorderedVisitorImpl) visit(modules []*moduleInfo, visit func(*moduleInfo, chan<- pauseSpec) …
1881 for _, module := range modules {
[all …]
Dcontext_test.go241 topModule := ctx.moduleGroupFromName("A", nil).modules.firstModule()
322 topModule := ctx.moduleGroupFromName("A", nil).modules.firstModule()
389 topModule := ctx.moduleGroupFromName("A", nil).modules.firstModule()
435 a := ctx.moduleGroupFromName("A", nil).modules.firstModule().logicModule.(*fooModule)
436 b := ctx.moduleGroupFromName("B", nil).modules.firstModule().logicModule.(*barModule)
437 c := ctx.moduleGroupFromName("C", nil).modules.firstModule().logicModule.(*barModule)
438 d := ctx.moduleGroupFromName("D", nil).modules.firstModule().logicModule.(*fooModule)
637 group.modules = append(group.modules, m)
641 group.modules = append(group.modules, nil)
652 group.modules[i] = &moduleAlias{
[all …]
/build/soong/cc/
Dsdk.go40 modules := ctx.CreateVariations("", "sdk")
44 modules[0].(*Module).Properties.Sdk_version = nil
47 modules[1].(*Module).Properties.IsSdkVariant = true
51 modules[0].(*Module).Properties.HideFromMake = true
52 modules[0].(*Module).Properties.PreventInstall = true
56 modules[1].(*Module).Properties.SdkAndPlatformVariantVisibleToMake = true
57 modules[1].(*Module).Properties.PreventInstall = true
Dtest_data_test.go33 modules string
38 modules: `
53 modules: `
73 modules: `
92 modules: `
121 "dir/Android.bp": []byte(test.modules),
Dcflag_artifacts.go67 flag string, using bool, modules []string, part int) int {
84 length := len(modules)
94 moduleShards := android.ShardStrings(modules, FileBP)
/build/soong/android/
Dprebuilt_test.go27 modules string
32 modules: `
40 modules: `
50 modules: `
60 modules: `
74 modules: `
88 modules: `
101 modules: `
114 modules: `
128 modules: `
[all …]
/build/soong/kernel/
Dprebuilt_kernel_modules.go74 modules := android.PathsForModuleSrc(ctx, pkm.properties.Srcs)
76 depmodOut := runDepmod(ctx, modules)
77 strippedModules := stripDebugSymbols(ctx, modules)
103 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths {
107 for _, m := range modules {
130 func runDepmod(ctx android.ModuleContext, modules android.Paths) depmodOutputs {
140 for _, m := range modules {
147 for _, m := range modules {
/build/make/core/
Dmain.mk611 define get-modules-for-2nd-arch
636 define resolve-bitness-for-modules
648 $(eval modules := $(modules_1st_arch)) \
650 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_2nd_arch))), \
651 $(eval modules += $(modules_2nd_arch))) \
653 $(eval modules += $(modules_both)) \
655 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_both)))) \
656 $(modules) \
671 define select-bitness-of-required-modules
676 …OR_HOST_CROSS),,$(error Only expected REQUIRED_FROM_HOST_CROSS on FOR_HOST_CROSS modules - $(m))) \
[all …]
Dcopy_headers.mk7 $(call pretty-error,LOCAL_COPY_HEADERS may not be used with host modules)
23 $(call pretty-error,Only vendor modules using LOCAL_USE_VNDK may use LOCAL_COPY_HEADERS)
/build/make/core/tasks/
Dplatform_availability_check.mk38 Following modules are requested to be installed. But are not available \
40 they depend on other modules that are not available for platform)
52 it depends on other modules that are not available for platform.)
Dide.mk21 define filter-ide-modules
31 eclipse_project_modules := $(call filter-ide-modules,ECLIPSE,$(eclipse_project_goals))
/build/soong/
DTEST_MAPPING4 "path": "packages/modules/SdkExtensions"
/build/soong/apex/
Dplatform_bootclasspath_test.go477 modules := []android.Module{}
479 modules = append(modules, m.(android.Module))
482 pairs := java.ApexNamePairsFromModules(ctx, modules)
/build/soong/cmd/pom2mk/
Dpom2mk.go203 func (p *Pom) FixDeps(modules map[string]*Pom) {
206 if depPom, ok := modules[d.MkName()]; ok {
358 rewrite can be used to specify mappings between Maven projects and Make modules. The -rewrite
366 Some Android.mk modules have transitive dependencies that must be specified when they are
370 Sets LOCAL_SDK_VERSION := <version> for all modules.
462 modules := make(map[string]*Pom)
477 if old, ok := modules[key]; ok {
483 modules[key] = pom
491 pom.FixDeps(modules)
/build/soong/cmd/pom2bp/
Dpom2bp.go298 func (p *Pom) FixDeps(modules map[string]*Pom) {
301 if depPom, ok := modules[d.BpName()]; ok {
593 …rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
601 Some Android.bp modules have transitive static dependencies that must be specified when they
605 Some Android.bp modules have transitive runtime dependencies that must be specified when they
609 Sets sdk_version: "<version>" for all modules.
616 Sets jetifier: true for all modules.
707 modules := make(map[string]*Pom)
722 if old, ok := modules[key]; ok {
728 modules[key] = pom
[all …]
/build/soong/scripts/
Dmanifest_check.py262 def translate_libnames(modules, module_to_libname): argument
264 if modules is None:
265 modules = []
268 for name in modules:

1234