Home
last modified time | relevance | path

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

12345

/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 …]
Dbuild_release_test.go51 set, err := parseBuildReleaseSet("S")
53 android.AssertStringEquals(t, "set", "[S]", set.String())
56 set, err := parseBuildReleaseSet("F1+")
58 android.AssertStringEquals(t, "set", "[F1,F2]", set.String())
61 set, err := parseBuildReleaseSet("S-F1")
63 android.AssertStringEquals(t, "set", "[S,Tiramisu,F1]", set.String())
67 set, err := parseBuildReleaseSet("A")
68 android.AssertDeepEquals(t, "set", (*buildReleaseSet)(nil), set)
72 set, err := parseBuildReleaseSet("A+")
73 android.AssertDeepEquals(t, "set", (*buildReleaseSet)(nil), set)
[all …]
Dbuild_release.go129 set := &buildReleaseSet{contents: map[*buildRelease]struct{}{}}
138 set.addRange(start, end)
155 set.addRange(start, end)
161 set.addItem(release)
164 return set, nil
378 set, err := parseBuildReleaseSet(supportedBuildReleases)
384 return !set.contains(targetBuildRelease)
/build/soong/scripts/hiddenapi/
Dgenerate_hiddenapi_lists_test.py30 self.assertTrue(isinstance(filter_set, set))
31 self.assertEqual(filter_set, set(['C', 'D', 'E']))
37 flags.assign_flag(FLAG_UNSUPPORTED, set(['C']))
48 flags.get_valid_subset_of_unassigned_apis(set(['A', 'B', 'D'])),
49 set(['B']),
88 flags.assign_flag(FLAG_UNSUPPORTED, set(['A', 'B']))
96 flags.assign_flag(FLAG_SDK, set(['C']))
100 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)
176 return set(lines)
214 self._dict_keyset = set()
215 self._dict = defaultdict(set)
218 assert isinstance(keys_subset, set)
228 assert isinstance(flags_subset, set)
264 assert isinstance(api_subset, set)
302 csv_flags = set()
328 self._check_flags_set(set([flag]), source)
[all …]
Dsignature_patterns.py146 split_packages = set(split_packages or [])
147 single_packages = set(single_packages or [])
151 patterns = set()
152 unmatched_packages = set()
244 split_packages = set(
/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/scripts/bp2build-progress/
Dbp2build-progress.py59 input_module=set(),
60 all_unconverted_modules=collections.defaultdict(set),
61 blocked_modules=collections.defaultdict(set),
62 dirs_with_unconverted_modules=set(),
63 kind_of_unconverted_modules=set(),
64 converted=set(),
123 blocked_modules = collections.defaultdict(set)
127 all_unconverted_modules = collections.defaultdict(set)
129 dirs_with_unconverted_modules = set()
130 kind_of_unconverted_modules = set()
[all …]
Ddependency_analysis.py28 IGNORED_KINDS = set([
103 return set(ret)
Dbp2build-module-dep-infos.py53 out = set()
66 set_properties = set()
94 type_to_properties = collections.defaultdict(set)
/build/soong/android/
Dconfig_bp2build.go79 ev.exportedStringVars.set(name, value)
86 ev.exportedStringListVars.set(name, value)
93 ev.exportedConfigDependingVars.set(name, method)
101 ev.exportedStringVars.set(name, value)
107 ev.exportedConfigDependingVars.set(name, func(config Config) string {
117 ev.exportedStringVars.set(name, value)
122 ev.exportedStringListVars.set(name, value)
127 ev.exportedStringListDictVars.set(name, value)
132 ev.exportedVariableReferenceDictVars.set(name, value)
140 func (m ExportedConfigDependingVariables) set(k string, v interface{}) { func
[all …]
/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)))
Dmk2bp_partition.py43 lunch_targets = set(get_build_var("all_named_products", "", "").split())
46 partitions = set()
77 makefile_by_partition.setdefault(partition, set()).add(row[0])
Dmk2bp_catalog.py211 self.modules = set()
231 results = set()
370 product_package_modules_plus_deps = set()
398 partitions = set()
704 makefiles = set(itertools.chain.from_iterable(
738 set(itertools.chain.from_iterable(summary.directories.values())))
758 analyses = set()
783 set(itertools.chain.from_iterable(overall_summary.directories.values())))
1035 row.append(";".join(sorted(set([get_partition_from_installed(HOST_OUT_ROOT, PRODUCT_OUT,
/build/soong/docs/
Drbe.md12 To enable RBE, you need to set several environment variables before triggering
13 the build. You can set them through a
34 If set to 1, enable RBE for the build.
51 If set to 1, enable javac/r8/d8 support. C++ compilation is enabled by default.
Dtidy.md13 to set environment variable `WITH_TIDY`.
21 checks, set the `CLANG_ANALYZER_CHECKS` variable.
62 environment variable `WITH_TIDY=1` is set.
91 and set three groups of tidy checks as errors:
156 Note that the globally set default for header-filter is to
177 do not set the `WITH_TIDY=1` variable, but use the special `tidy-<directory>`
181 unset WITH_TIDY # Optional, not if you haven't set WITH_TIDY
220 To limit clang-tidy time, an environment variable can be set as
226 `CLANG_ANALYZER_CHECKS=1` are set.
232 This can save global build time, when it is necessary to set some
/build/soong/java/
Dclasspath_fragment.go104 set := map[string]struct{}{}
107 set[name] = struct{}{}
109 set[m.Stem()] = struct{}{}
114 return android.SortedStringKeys(set)
Dapp_set_test.go30 set: "prebuilts/apks/app.apks",
71 set: "prebuilts/apks/app.apks",
/build/bazel/json_module_graph/
DREADME.md26 * `properties`: returns the properties set in the input module, includes
27 properties set via defaults
34 * `fullTransitiveDepsProperties` returns the properties set (including via
DusedVariations.jq1 # CMD: Prints the set of variations and their values used in the input
/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/tools/releasetools/merge/
Dtest_merge_compatibility_checks.py38 self.OPTIONS.framework_partition_set = set(
40 self.OPTIONS.vendor_partition_set = set(['odm', 'vendor'])
Dtest_merge_meta.py31 self.OPTIONS.framework_partition_set = set(
33 self.OPTIONS.vendor_partition_set = set(['odm', 'vendor'])
/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.

12345