/build/soong/sdk/ |
D | bp_test.go | 26 set := newPropertySet() 27 set.AddProperty("x", "taxi") 28 set.AddPropertyWithTag("y", 1729, "tag_y") 29 subset := set.AddPropertySet("sub") 32 return set 58 set := val.(*bpPropertySet) 59 android.AssertDeepEquals(t, "wrong x value", "taxi", set.getValue("x")) 60 android.AssertDeepEquals(t, "wrong y value", 1729, set.getValue("y")) 62 subset := set.getValue("sub").(*bpPropertySet) 67 android.AssertDeepEquals(t, "wrong y tag", "tag_y", set.getTag("y")) [all …]
|
/build/soong/scripts/hiddenapi/ |
D | generate_hiddenapi_lists_test.py | 29 self.assertTrue(isinstance(filter_set, set)) 30 self.assertEqual(filter_set, set([ 'C', 'D', 'E' ])) 36 flags.assign_flag(FLAG_UNSUPPORTED, set(['C'])) 45 flags.get_valid_subset_of_unassigned_apis(set(['A', 'B', 'D'])), set([ 'B' ])) 78 flags.assign_flag(FLAG_UNSUPPORTED, set([ 'A', 'B' ])) 84 flags.assign_flag(FLAG_SDK, set([ 'C' ])) 88 flags.assign_flag('foo', set([ 'A' ]))
|
D | generate_hiddenapi_lists.py | 54 FLAGS_API_LIST_SET = set(FLAGS_API_LIST) 55 ALL_FLAGS_SET = set(ALL_FLAGS) 149 return set(lines) 185 self._dict_keyset = set() 186 self._dict = defaultdict(set) 189 assert isinstance(keys_subset, set) 197 assert isinstance(flags_subset, set) 217 return set(filter(lambda x: filter_fn(x, self._dict[x]), self._dict_keyset)) 229 assert isinstance(api_subset, set) 266 csv_flags = set() [all …]
|
/build/soong/rust/config/ |
D | lints.go | 141 set string member 158 set, ok := lintSets[*clippyLintsProperty] 160 return set.clippyEnabled, set.clippyConfig, nil 168 setConfig := lintSets[p.set] 178 set, ok := lintSets[*lintProperty] 180 return set.rustcConfig, nil 189 return lintSets[p.set].rustcConfig, nil
|
/build/bazel/bazel_skylib/rules/ |
D | common_settings.bzl | 37 doc = "An int-typed build setting that can be set on the command line", 43 doc = "An int-typed build setting that cannot be set on the command line", 49 doc = "A bool-typed build setting that can be set on the command line", 55 doc = "A bool-typed build setting that cannot be set on the command line", 61 doc = "A string list-typed build setting that can be set on the command line", 67 doc = "A string list-typed build setting that cannot be set on the command line", 86 doc = "A string-typed build setting that can be set on the command line", 97 doc = "A string-typed build setting that cannot be set on the command line",
|
/build/make/tools/releasetools/ |
D | test_merge_target_files.py | 47 return set( 155 set(['product', 'system', 'system_ext']), 156 set(['odm', 'vendor']), 'apexkeys.txt') 190 set(['product', 'system', 'system_ext']), 191 set(['odm', 'vendor']), 'apexkeys.txt') 210 set(['product', 'system', 'system_ext']), 211 set(['odm', 'vendor']), 'apkcerts.txt') 237 self.assertEqual(set(['product', 'system', 'system_ext']), partition_set)
|
D | ota_utils.py | 174 ab_partitions = set(build_info.info_dict.get("ab_partitions")) 179 for partition in sorted(set(PARTITIONS_WITH_BUILD_PROP) & ab_partitions): 189 partition_devices = set() 190 partition_fingerprints = set() 392 device_names = set() 393 fingerprints = 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 | merge_target_files.py | 298 filtered_file_paths = set() 332 default_combined_item_set = set(DEFAULT_FRAMEWORK_ITEM_LIST) 335 combined_item_set = set(framework_item_list) 408 output_ab_partitions = set(framework_ab_partitions + vendor_ab_partitions) 551 partition_set = set() 757 apex_packages = set() 763 partition_apex_packages = set([info.package_name for info in apex_info])
|
/build/soong/java/ |
D | classpath_fragment.go | 102 set := map[string]struct{}{} 105 set[name] = struct{}{} 107 set[m.Stem()] = struct{}{} 112 return android.SortedStringKeys(set)
|
D | app_set_test.go | 29 set: "prebuilts/apks/app.apks", 57 set: "prebuilts/apks/app.apks",
|
/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 | 211 self.modules = set() 231 results = set() 377 partitions = set() 681 makefiles = set(itertools.chain.from_iterable( 715 set(itertools.chain.from_iterable(summary.directories.values()))) 735 analyses = set() 760 set(itertools.chain.from_iterable(overall_summary.directories.values()))) 1009 row.append(";".join(sorted(set([get_partition_from_installed(HOST_OUT_ROOT, PRODUCT_OUT,
|
/build/make/core/ |
D | envsetup.rbc | 57 … # Note that build.prop target also wants INTERNAL_BUILD_ID_MAKEFILE to be set if the file exists. 70 # TODO(asmundak): set PLATFORM_VERSION_ALL_CODENAMES 94 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. 100 # If there is no $PLATFORM_BASE_OS set, keep it empty. 104 # must be a single word and a valid file name. If there is no BUILD_ID set, make it obvious. 107 …# BUILD_NUMBER should be set to the source control value that represents the current state of the … 111 …# If no BUILD_NUMBER is set, create a useful "I am an engineering build from this date/time" value… 115 …# Used to set minimum supported target sdk version. Apps targeting SDK version lower than the set … 157 # TODO(asmundak): set g.HOST_OS_EXTRA
|
/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.
|
/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/scripts/ |
D | mergenotice.py | 39 processed = set()
|
/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/make/target/board/ |
D | go_defaults_common.prop | 25 # set threshold to filter unused apps 28 # set the compiler filter for shared apks to quicken.
|
/build/soong/docs/ |
D | compdb.md | 27 variables set the compdb will only include files in included modules.
|
/build/make/tools/rbcrun/testdata/ |
D | file_ops.star | 11 # RBCDATADIR is set by the caller to the path where this file resides
|
/build/make/tools/rbcrun/ |
D | README.md | 47 `mymodule_init` will be set to `None` 57 A `struct` containing the variable set by the interpreter's command line. That is, running
|