Home
last modified time | relevance | path

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

1234

/build/soong/sdk/
Dbp_test.go26 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/
Dgenerate_hiddenapi_lists_test.py29 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' ]))
Dgenerate_hiddenapi_lists.py54 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/
Dlints.go141 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/
Dcommon_settings.bzl37 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/
Dtest_merge_target_files.py47 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)
Dota_utils.py174 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()
Dtest_sign_target_files_apks.py392 "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/"]))
Dmerge_target_files.py298 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/
Dclasspath_fragment.go102 set := map[string]struct{}{}
105 set[name] = struct{}{}
107 set[m.Stem()] = struct{}{}
112 return android.SortedStringKeys(set)
Dapp_set_test.go29 set: "prebuilts/apks/app.apks",
57 set: "prebuilts/apks/app.apks",
/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)
Dmk2bp_catalog.py211 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/
Denvsetup.rbc57 … # 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/
Djavac_wrapper_test.go59 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/
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/
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/
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/soong/scripts/
Dmergenotice.py39 processed = set()
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto61 // 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/
Dgo_defaults_common.prop25 # set threshold to filter unused apps
28 # set the compiler filter for shared apks to quicken.
/build/soong/docs/
Dcompdb.md27 variables set the compdb will only include files in included modules.
/build/make/tools/rbcrun/testdata/
Dfile_ops.star11 # RBCDATADIR is set by the caller to the path where this file resides
/build/make/tools/rbcrun/
DREADME.md47 `mymodule_init` will be set to `None`
57 A `struct` containing the variable set by the interpreter's command line. That is, running

1234