Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 62) 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_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(","))
1317 set(apk_keys.keys()) | set(apex_keys.keys()),
1322 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
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(","))
1317 set(apk_keys.keys()) | set(apex_keys.keys()),
1322 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
Dmerge_target_files.py286 filtered_file_paths = set()
320 default_combined_item_set = set(DEFAULT_FRAMEWORK_ITEM_LIST)
323 combined_item_set = set(framework_item_list)
390 output_ab_partitions = set(framework_ab_partitions + vendor_ab_partitions)
526 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)
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/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.md18 behind the scene, so you must set the M4 environment variable (and depend upon
40 For a temporary workaround, you can set `ALLOW_NINJA_ENV=true` in your
41 environment to restore the previous behavior, or set
51 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
126 modules. (Unless `ALLOW_MISSING_DEPENDENCIES` is set)
304 steps -- we're looking at triggering build steps to be invalidated if the set
328 If you want to set many environment variables, and/or use them many times,
449 As a temporary measure, you can set `TEMPORARY_DISABLE_PATH_RESTRICTIONS=true`
459 This means that relying on environment variables only set up in envsetup.sh will
466 To fix this, we're marking the variables that are set in envsetup.sh as
[all …]
DUsage.txt7 The common way to specify what to build is to set that information in the
74 Variables can either be set in the surrounding shell environment or can be
/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/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.go362 set := make(map[string]string)
367 if _, found := set[l]; found {
370 set[l] = "libs"
376 if _, found := set[l]; found {
377 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l])
379 set[l] = versionProp
/build/soong/androidmk/androidmk/
Dandroid.go720 set := func(prop string, value bool) {
737 set("optimize.enabled", false)
740 set("optimize.obfuscate", true)
743 set("optimize.optimize", true)
747 set("optimize.no_aapt_flags", true)
757 set("optimize.enabled", true)
/build/soong/docs/
Dcompdb.md27 variables set the compdb will only include files in included modules.
/build/soong/cc/
Dgen_stub_libs.py249 return self.name == other.name and set(self.tags) == set(other.tags)
284 symbol_names = set()
285 multiply_defined_symbols = set()
/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