Searched refs:set (Results 1 – 25 of 50) sorted by relevance
12
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))29 seen = set()121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
15 result = set()49 included = set(targets)
283 imported = collections.defaultdict(set)284 exported = collections.defaultdict(set)417 dt_needed = sorted(set(self._file_under_test.dt_needed))
76 $(error variable {{.makeVar}} set by soong module is already set in make)
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))108 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
208 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()
336 "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/"]))
142 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())))
229 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)
25 self.mounts = set()339 self.mounts = set()
39 processed = set()
65 # Turn on debugging for selected modules. If DEBUG_MODULE_<module-name> is set71 # DEBUG_MODULE_ variable is set. Host and device flags are handled84 # If you have a special place to put your ouput files, set this, otherwise88 # If you want to always set certain system properties, add them to this list.
7 The common way to specify what to build is to set that information in the80 Variables can either be set in the surrounding shell environment or can be
19 modules. (Unless `ALLOW_MISSING_DEPENDENCIES` is set)199 steps -- we're looking at triggering build steps to be invalidated if the set224 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 will362 To fix this, we're marking the variables that are set in envsetup.sh as397 This isn't only set by envsetup.sh, but it is modified by it. Due to that it's417 Like PATH, this isn't only set by envsetup.sh, but it is modified by it. Due to456 the makefile system. If you need one of them, you'll have to set up your own
85 void set(const char* data, size_type len) { in set() function89 void set(const char* str) { in set() function93 void set(const void* data, size_type len) { in set() function
26 # set threshold to filter unused apps29 # set the compiler filter for shared apks to quicken.
347 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
27 variables set the compdb will only include files in included modules.
36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path49 of these created files. It's better to have actual rules and dependencies set58 The set of global include paths provided by the build system is also being115 writing a dependency file. Ninja supports a fairly limited set of dependency
717 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)
249 return self.name == other.name and set(self.tags) == set(other.tags)284 symbol_names = set()285 multiply_defined_symbols = set()
8 To generate the android_filesystem_config.h file, one can set55 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, numbers141 images to set the file and directory properties.
59 warning: [options] bootstrap class path not set in conjunction with -source 1.7