Searched refs:set (Results 1 – 25 of 65) sorted by relevance
123
/build/soong/sdk/ |
D | bp_test.go | 52 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)
|
D | bp.go | 51 set := newPropertySet() 52 s.AddProperty(name, set) 53 return set 298 set := &bpPropertySet{} 299 set.init() 300 return set
|
/build/make/tools/releasetools/ |
D | test_merge_target_files.py | 47 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)
|
D | test_sign_target_files_apks.py | 392 "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/"]))
|
D | sign_target_files_apks.py | 165 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())))
|
D | sign_target_files_apks | 165 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())))
|
D | merge_target_files.py | 295 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/ |
D | findleaves.py | 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)))
|
D | filter-product-graph.py | 15 result = set() 49 included = set(targets)
|
D | mk2bp_catalog.py | 208 self.modules = set() 317 partitions = set() 607 makefiles = set(itertools.chain.from_iterable( 701 analyses = set()
|
D | check_elf_file.py | 283 imported = collections.defaultdict(set) 284 exported = collections.defaultdict(set) 417 dt_needed = sorted(set(self._file_under_test.dt_needed))
|
/build/soong/android/ |
D | filegroup.go | 76 $(error variable {{.makeVar}} set by soong module is already set in make)
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 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/ |
D | atree.cpp | 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()
|
/build/soong/cc/symbolfile/ |
D | __init__.py | 260 return self.name == other.name and set(self.tags) == set(other.tags) 296 symbol_names = set() 297 multiply_defined_symbols = set()
|
/build/ |
D | buildspec.mk.default | 65 # 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/ |
D | buildspec.mk.default | 65 # 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.
|
D | Changes.md | 7 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/ |
D | config.proto | 61 // 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/ |
D | mergenotice.py | 39 processed = set()
|
/build/make/target/board/ |
D | go_defaults_common.prop | 26 # set threshold to filter unused apps 29 # set the compiler filter for shared apks to quicken.
|
/build/soong/python/ |
D | python.go | 381 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/ |
D | compdb.md | 27 variables set the compdb will only include files in included modules.
|
/build/soong/androidmk/androidmk/ |
D | android.go | 731 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/ |
D | README | 14 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