Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 65) sorted by relevance

123

/build/soong/sdk/
Dbp_test.go52 set := newPropertySet()
53 set.AddProperty("name", "name")
54 set.AddProperty("fred", "12")
56 set.transformContents(removeFredTransformation{})
59 outputPropertySet(contents, set)
67 set := newPropertySet()
68 set.AddProperty("name", "name")
69 set.AddPropertySet("fred")
71 set.transformContents(removeFredTransformation{})
74 outputPropertySet(contents, set)
Dbp.go51 set := newPropertySet()
52 s.AddProperty(name, set)
53 return set
298 set := &bpPropertySet{}
299 set.init()
300 return set
/build/make/tools/releasetools/
Dtest_merge_target_files.py47 return set(
146 set(['product', 'system', 'system_ext']),
147 set(['odm', 'vendor']),
182 set(['product', 'system', 'system_ext']),
183 set(['odm', 'vendor']),
203 set(['product', 'system', 'system_ext']),
204 set(['odm', 'vendor']),
231 self.assertEqual(set(['product', 'system', 'system_ext']), partition_set)
Dtest_sign_target_files_apks.py392 "PRODUCT/preloads/apps/Chats.apk", None, set())
400 set(["PRODUCT/preloads/"]))
408 set(["SYSTEM/preloads/", "SYSTEM_OTHER/preloads/"]))
416 set(["PRODUCT/prebuilts/", "SYSTEM_OTHER/preloads/"]))
424 set(["SYSTEM_OTHER/preloads/"]))
434 set(["SYSTEM_OTHER/preloads/"]))
Dsign_target_files_apks.py165 OPTIONS.skip_apks_with_path_prefix = set()
298 assert isinstance(skipped_prefixes, (set, list, tuple)), \
734 assert len(signatures) == len(set(signatures)), \
749 tags = set(tags.split(","))
1316 set(apk_keys.keys()) | set(apex_keys.keys()),
1321 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
Dsign_target_files_apks165 OPTIONS.skip_apks_with_path_prefix = set()
298 assert isinstance(skipped_prefixes, (set, list, tuple)), \
734 assert len(signatures) == len(set(signatures)), \
749 tags = set(tags.split(","))
1316 set(apk_keys.keys()) | set(apex_keys.keys()),
1321 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
Dmerge_target_files.py295 filtered_file_paths = set()
329 default_combined_item_set = set(DEFAULT_FRAMEWORK_ITEM_LIST)
332 combined_item_set = set(framework_item_list)
399 output_ab_partitions = set(framework_ab_partitions + vendor_ab_partitions)
535 partition_set = set()
/build/make/tools/
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
29 seen = set()
121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
Dfilter-product-graph.py15 result = set()
49 included = set(targets)
Dmk2bp_catalog.py208 self.modules = set()
317 partitions = set()
607 makefiles = set(itertools.chain.from_iterable(
701 analyses = set()
Dcheck_elf_file.py283 imported = collections.defaultdict(set)
284 exported = collections.defaultdict(set)
417 dt_needed = sorted(set(self._file_under_test.dt_needed))
/build/soong/android/
Dfilegroup.go76 $(error variable {{.makeVar}} set by soong module is already set in make)
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
/build/make/tools/atree/
Datree.cpp208 set<string> directories; in main()
209 set<string> deleted; in main()
272 for (set<string>::iterator it=deleted.begin(); in main()
298 for (set<string>::iterator it=directories.begin(); in main()
/build/soong/cc/symbolfile/
D__init__.py260 return self.name == other.name and set(self.tags) == set(other.tags)
296 symbol_names = set()
297 multiply_defined_symbols = set()
/build/
Dbuildspec.mk.default65 # Turn on debugging for selected modules. If DEBUG_MODULE_<module-name> is set
71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
84 # If you have a special place to put your ouput files, set this, otherwise
88 # If you want to always set certain system properties, add them to this list.
/build/make/
Dbuildspec.mk.default65 # Turn on debugging for selected modules. If DEBUG_MODULE_<module-name> is set
71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
84 # If you have a special place to put your ouput files, set this, otherwise
88 # If you want to always set certain system properties, add them to this list.
DChanges.md7 System properties for each of the partition is supposed to be set via following
62 System properties can now be set as optional using the new syntax:
101 set `BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true` in `BoardConfig.mk`.
118 behind the scene, so you must set the M4 environment variable (and depend upon
140 For a temporary workaround, you can set `ALLOW_NINJA_ENV=true` in your
141 environment to restore the previous behavior, or set
151 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
226 modules. (Unless `ALLOW_MISSING_DEPENDENCIES` is set)
404 steps -- we're looking at triggering build steps to be invalidated if the set
428 If you want to set many environment variables, and/or use them many times,
[all …]
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto61 // If no StandaloneConfig is set, the configuration is inherited from
100 // If set to 'true', indicates that APKs should *not* be split by this
110 // If set to 'true', indicates that the targeting suffix should be removed
126 // If not set or empty, the fallback directory in each directory group will be
/build/soong/scripts/
Dmergenotice.py39 processed = set()
/build/make/target/board/
Dgo_defaults_common.prop26 # set threshold to filter unused apps
29 # set the compiler filter for shared apks to quicken.
/build/soong/python/
Dpython.go381 set := make(map[string]string)
386 if _, found := set[l]; found {
389 set[l] = "libs"
395 if _, found := set[l]; found {
396 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l])
398 set[l] = versionProp
/build/soong/docs/
Dcompdb.md27 variables set the compdb will only include files in included modules.
/build/soong/androidmk/androidmk/
Dandroid.go731 set := func(prop string, value bool) {
748 set("optimize.enabled", false)
751 set("optimize.obfuscate", true)
754 set("optimize.optimize", true)
758 set("optimize.no_aapt_flags", true)
768 set("optimize.enabled", true)
/build/make/tools/fs_config/
DREADME14 final stages when building the filesystem images to set the file and directory properties.
72 section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
85 The <name> can contain characters in the set uppercase, numbers

123