Home
last modified time | relevance | path

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

12345678

/build/soong/java/
Dlint_defaults.txt41 # lint.strict_updatability_linting will be true for those Soong modules
52 --warning_check AppCompatResource # 55 occurences in 10 modules
53 --warning_check AppLinkUrlError # 111 occurences in 53 modules
55 --warning_check ByteOrderMark # 2 occurences in 2 modules
56 --warning_check DuplicateActivity # 3 occurences in 3 modules
57 --warning_check DuplicateDefinition # 3623 occurences in 48 modules
58 --warning_check DuplicateIds # 207 occurences in 22 modules
59 --warning_check EllipsizeMaxLines # 12 occurences in 7 modules
60 --warning_check ExtraTranslation # 21276 occurences in 27 modules
61 --warning_check FontValidationError # 4 occurences in 1 modules
[all …]
/build/soong/android/
Dnotices.go23 func modulesOutputDirs(ctx BuilderContext, modules ...Module) []string {
24 dirs := make([]string, 0, len(modules))
25 for _, module := range modules {
39 func modulesLicenseMetadata(ctx BuilderContext, modules ...Module) Paths {
40 result := make(Paths, 0, len(modules))
41 for _, module := range modules {
52 libraryName string, stripPrefix []string, modules ...Module) {
55 if len(modules) == 0 {
57 modules = []Module{mctx.Module()}
63 libraryName = modules[0].Name()
[all …]
Dprebuilt_test.go30 modules string
36 modules: `
44 modules: `
54 modules: `
64 modules: `
78 modules: `
92 modules: `
105 modules: `
118 modules: `
132 modules: `
[all …]
/build/soong/cc/
Dsdk.go39 modules := ctx.CreateVariations("sdk")
40 modules[0].(*Module).Properties.IsSdkVariant = true
42 modules := ctx.CreateVariations("", "sdk")
46 modules[0].(*Module).Properties.Sdk_version = nil
49 modules[1].(*Module).Properties.IsSdkVariant = true
55 modules[0].(*Module).Properties.HideFromMake = true
59 modules[1].(*Module).Properties.SdkAndPlatformVariantVisibleToMake = true
63 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),
Dcmake_snapshot_test.go41 modules: [],
68 modules: [
102 modules: [],
/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/bazel/ci/
Dtarget_lists.sh26 //packages/modules/adb/...
27 //packages/modules/common/...
28 //packages/modules/CaptivePortalLogin/...
29 //packages/modules/NeuralNetworks/...
30 //packages/modules/Wifi/...
85 //packages/modules/adb:adb_test
87 -//packages/modules/adb:adb_integration_test_adb
88 -//packages/modules/adb:adb_integration_test_device
113 //packages/modules/adb/crypto/tests:adb_crypto_test
114 //packages/modules/adb/pairing_auth/tests:adb_pairing_auth_test
[all …]
/build/blueprint/
Dname_interface.go113 modules map[string]ModuleGroup member
119 modules: make(map[string]ModuleGroup),
126 if group, present := s.modules[name]; present {
130 " %s <-- previous definition here", name, group.modules.firstModule().pos),
134 s.modules[name] = group
147 group, found = s.modules[moduleName]
157 existingGroup, exists := s.modules[newName]
163 oldName, newName, existingGroup.modules.firstModule().pos),
167 group, exists := s.modules[oldName]
171 s.modules[newName] = group
[all …]
/build/make/tools/
Dwhichgit30 def get_sources(modules): argument
32 for module_group in batched(modules, 40_000):
93 modules = args.modules if args.modules else ["droid"]
104 if args.modules == ["*"]:
105 modules = get_all_modules()
106 sources = get_sources(modules)
120 if args.modules == ["*"]:
121 modules = get_all_modules()
122 sources.update(get_sources(modules))
Dmk2bp_catalog.py180 modules = soong.reverse_makefiles[makefile.filename]
181 for module in modules:
194 def Add(self, makefiles, modules): argument
195 self.entries.append((makefiles, modules))
211 self.modules = set()
214 self.modules.add(module)
287 def format_module_list(modules): argument
288 return "".join(["<div>%s</div>" % format_module_link(m) for m in modules])
364 for filename, modules in soong.reverse_makefiles.items():
702 modules = modules_by_partition[partition]
[all …]
/build/soong/bin/
Dmodinfo.py39 def GetModule(modules, module_name): argument
40 if module_name not in modules:
43 return modules[module_name]
Dsoongdbg16 def __init__(self, modules): argument
27 for module in modules.values():
147 for m in info.modules:
154 for m in info.modules:
166 modules = dict()
167 for m in info.modules:
170 modules[m.id] = m
172 return modules
176 modules=load_modules()
177 return Graph(modules)
[all …]
Dhmm33 Sets up the build environment for building unbundled modules (APEXes).
36 - mm: Builds and installs all of the modules in the current directory, and their
38 - mmm: Builds and installs all of the modules in the supplied directories, and their
40 To limit the modules being built use the syntax: mmm dir/:target1,target2.
60 - allmod: List all modules.
66 - refreshmod: Refresh list of modules for allmod/gomod/pathmod/outmod/installmod.
70 - SANITIZE_HOST: Set to 'address' to use ASAN for all host modules.
/build/bazel/json_module_graph/
DfullTransitiveModuleTypeDeps.jq1 # CMD: Returns all modules of type $arg and all modules in their transitive closure.
/build/bazel/mkcompare/
DREADME.md33 * Stops after finding given _N_ different modules `-m N`)
36 * For each module type, shows the names of the modules with this difference (`--show_type_modules`)
64 _mkfile_ on the footer line, but it proved to be common to most of the modules,
79 159 missing modules, by type:
80 apex.apexBundle.files (159 modules)
85 art_cc_library (2 modules)
86 art_cc_library_static (4 modules)
87 cc_library (28 modules)
88 cc_library_shared (2 modules)
90 art_cc_library (60 modules)
[all …]
/build/soong/kernel/
Dprebuilt_kernel_modules.go84 modules := android.PathsForModuleSrc(ctx, pkm.properties.Srcs)
86 depmodOut := runDepmod(ctx, modules)
87 strippedModules := stripDebugSymbols(ctx, modules)
113 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths {
117 for _, m := range modules {
140 func runDepmod(ctx android.ModuleContext, modules android.Paths) depmodOutputs {
150 for _, m := range modules {
157 for _, m := range modules {
/build/bazel/vendor/google/
DBUILD6 # Bazel-buildable Mainline modules. These are exclusively used for development
12 modules = [
15 "//packages/modules/NeuralNetworks/apex:com.android.neuralnetworks",
16 "//packages/modules/adb/apex:com.android.adbd",
20 name_label_map = {module[module.index(":") + 1:]: module for module in modules}
/build/soong/java/core-libraries/
DAndroid.bp20 // parts from all three of those modules.
116 // Distributed with the SDK for turning into system modules to compile apps
123 name: "core-current-stubs-for-system-modules",
129 "core-lambda-stubs-for-system-modules",
136 dest: "core-for-system-modules.jar",
140 dest: "system-modules/public/core-for-system-modules.jar",
148 name: "system-modules-no-annotations",
154 // Same as core-current-stubs-for-system-modules, but android annotations are
157 name: "core-current-stubs-for-system-modules-no-annotations",
160 "system-modules-no-annotations",
[all …]
/build/bazel/scripts/bp2build_progress/
DREADME.md25 * --module, -m : Name(s) of Soong module(s). Multiple modules only supported for report.
26 * --type, -t : Type(s) of Soong module(s). Multiple modules only supported in report mode.
27 * --package-dir, -p: Package directory for Soong modules. Single package directory only supported f…
33 * --show-converted, -s : Show bp2build-converted modules in addition to the unconverted dependencie…
34 …hide-unconverted-modules-reasons: Hide unconverted modules reasons of heuristics and bp2build_metr…
Dqueryview_xml.py56 def make_graph(modules): argument
58 graph.extend(modules)
/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.)
/build/make/tools/perf/
Dbenchmarks128 modules: Optional[list[str]] = None variable in Benchmark
141 elif self.modules:
142 return " ".join(self.modules)
156 elif self.modules:
162 ] + self.modules
319 "modules": self.benchmark.modules,
677 modules=["droid"],
684 modules=["droid"],
691 modules=["droid"],
698 modules=["droid"],
[all …]

12345678