Searched refs:set (Results 1 – 25 of 62) 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 | 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(",")) 1317 set(apk_keys.keys()) | set(apex_keys.keys()), 1322 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
|
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(",")) 1317 set(apk_keys.keys()) | set(apex_keys.keys()), 1322 set(apk_keys.values()) | set(itertools.chain(*apex_keys.values())))
|
D | merge_target_files.py | 286 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/ |
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 | 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/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 | 18 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 …]
|
D | Usage.txt | 7 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/ |
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/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 | 362 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/ |
D | android.go | 720 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/ |
D | compdb.md | 27 variables set the compdb will only include files in included modules.
|
/build/soong/cc/ |
D | gen_stub_libs.py | 249 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/ |
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