Home
last modified time | relevance | path

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

12

/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/kati/testcase/tools/
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
108 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
/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/tools/releasetools/
Dtest_sign_target_files_apks.py336 "PRODUCT/preloads/apps/Chats.apk", None, set())
344 set(["PRODUCT/preloads/"]))
352 set(["SYSTEM/preloads/", "SYSTEM_OTHER/preloads/"]))
360 set(["PRODUCT/prebuilts/", "SYSTEM_OTHER/preloads/"]))
368 set(["SYSTEM_OTHER/preloads/"]))
378 set(["SYSTEM_OTHER/preloads/"]))
Dsign_target_files_apks.py142 OPTIONS.skip_apks_with_path_prefix = set()
238 assert isinstance(skipped_prefixes, (set, list, tuple)), \
633 assert len(signatures) == len(set(signatures)), \
648 tags = set(tags.split(","))
1195 set(apk_keys.keys()) | set(apex_keys.keys()),
1200 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
Dsign_target_files_apks142 OPTIONS.skip_apks_with_path_prefix = set()
238 assert isinstance(skipped_prefixes, (set, list, tuple)), \
633 assert len(signatures) == len(set(signatures)), \
648 tags = set(tags.split(","))
1195 set(apk_keys.keys()) | set(apex_keys.keys()),
1200 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
Dmerge_target_files.py229 default_combined_item_set = set(default_system_item_list)
232 combined_item_set = set(system_item_list)
292 output_ab_partitions = set(system_ab_partitions + other_ab_partitions)
Dedify_generator.py25 self.mounts = set()
339 self.mounts = set()
/build/soong/scripts/
Dmergenotice.py39 processed = set()
/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.
DUsage.txt7 The common way to specify what to build is to set that information in the
80 Variables can either be set in the surrounding shell environment or can be
DChanges.md19 modules. (Unless `ALLOW_MISSING_DEPENDENCIES` is set)
199 steps -- we're looking at triggering build steps to be invalidated if the set
224 If you want to set many environment variables, and/or use them many times,
345 As a temporary measure, you can set `TEMPORARY_DISABLE_PATH_RESTRICTIONS=true`
355 This means that relying on environment variables only set up in envsetup.sh will
362 To fix this, we're marking the variables that are set in envsetup.sh as
397 This isn't only set by envsetup.sh, but it is modified by it. Due to that it's
417 Like PATH, this isn't only set by envsetup.sh, but it is modified by it. Due to
456 the makefile system. If you need one of them, you'll have to set up your own
/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/kati/
Dstring_piece.h85 void set(const char* data, size_type len) { in set() function
89 void set(const char* str) { in set() function
93 void set(const void* data, size_type len) { in set() function
/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.go347 set := make(map[string]string)
352 if _, found := set[l]; found {
355 set[l] = "libs"
361 if _, found := set[l]; found {
362 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l])
364 set[l] = versionProp
/build/soong/docs/
Dcompdb.md27 variables set the compdb will only include files in included modules.
Dbest_practices.md36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path
49 of these created files. It's better to have actual rules and dependencies set
58 The set of global include paths provided by the build system is also being
115 writing a dependency file. Ninja supports a fairly limited set of dependency
/build/soong/androidmk/cmd/androidmk/
Dandroid.go717 set := func(prop string, value bool) {
734 set("optimize.enabled", false)
737 set("optimize.obfuscate", true)
740 set("optimize.optimize", true)
744 set("optimize.no_aapt_flags", true)
754 set("optimize.enabled", true)
/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/
DREADME8 To generate the android_filesystem_config.h file, one can set
55 section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
68 The <name> can contain characters in the set uppercase, numbers
141 images to set the file and directory properties.
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7

12