Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 80) sorted by relevance

1234

/build/blueprint/
Dglob.go86 keys := make([]globKey, 0, len(c.globs))
88 keys = append(keys, k)
91 sort.Slice(keys, func(i, j int) bool {
92 if keys[i].pattern != keys[j].pattern {
93 return keys[i].pattern < keys[j].pattern
95 return keys[i].excludes < keys[j].excludes
98 globs := make(pathtools.MultipleGlobResults, len(keys))
99 for i, key := range keys {
Dninja_defs.go276 keys := make([]string, 0, len(tags))
278 keys = append(keys, k)
280 sort.Strings(keys)
281 pairs := make([]string, 0, len(keys))
282 for _, k := range keys {
466 var keys []string
468 keys = append(keys, k)
470 sort.Strings(keys)
472 for _, name := range keys {
/build/bazel/rules/java/
Dwrapper_test.sh29 --starlark:expr="sorted(providers(target).keys())" --output=starlark|uniq)"
32 --starlark:expr="sorted(providers(target).keys())" --output=starlark|uniq)"
/build/bazel/utils/
Dschema_validation.scl73 "keys": {}, # to be filled in later
77 "keys": {"type": "string"},
82 "keys": {"type": "string"},
91 _schema_schema["optional_keys"]["keys"] = _schema_schema
142 fail("an 'or' schema must not be accompanied by any other keys")
211 … schema_enforces_generic_keys = bool(schema.get("keys", {})) or bool(schema.get("values", {}))
213 … fail("Only required_keys/optional_keys or keys/values may be used, but not both")
233 for key in obj.keys()
237 … ret = "keys " + str(extra_keys) + " not allowed, valid keys: " + str(all_keys.keys())
255 …if "required_keys" in schema or "optional_keys" in schema or "keys" in schema or "values" in schem…
[all …]
Dschema_validation_test.bzl397 expected = 'keys ["baz"] not allowed, valid keys: ["foo", "bar"]',
410 "keys": {"type": "string"},
435 "keys": {"type": "string"},
515 expected = 'fields ["baz"] not allowed, valid keys: ["foo", "bar"]',
/build/soong/ui/build/
Denvironment.go80 func (e *Environment) Unset(keys ...string) {
83 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) {
106 func (e *Environment) Allow(keys ...string) {
109 if key, _, ok := decodeKeyValue(envVar); ok && inList(key, keys) {
/build/make/tools/aconfig/aconfig_device_paths/
DCargo.toml6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/build/blueprint/proptools/
Dhash_provider.go66 keys := make([]reflect.Value, v.Len())
71 keys[i] = iter.Key()
75 return compare_values(keys[indexes[i]], keys[indexes[j]]) < 0
79 err := calculateHashInternal(hasher, keys[indexes[i]], ptrs)
84 err = calculateHashInternal(hasher, keys[indexes[i]], ptrs)
/build/soong/scripts/hiddenapi/
Dverify_overlaps.py126 set(chain(monolithic_flags_dict.keys(), modular_flags_dict.keys())))
Dmerge_csv.py83 fieldnames = list(headers.keys())
/build/make/target/product/security/
DREADME5 The test keys in this directory are used in development only and should
29 extracting public keys for embedding
38 This is called by build/make/core/Makefile to incorporate the OTA signing keys
DAndroid.bp20 // Google-owned certificate for CTS testing, since we can't trust arbitrary keys
/build/soong/cc/
Dmakevars.go55 keys := []string{}
57 keys = append(keys, key.(string))
60 sort.Strings(keys)
61 return strings.Join(keys, " ")
/build/bazel/json_module_graph/
Dlibrary.jq28 [. as $m | . | keys | sort | .[] | . + "=" + ($m[.] | tostring)] | join(", ")
41 $outer | keys as $outerKeys |
42 $inner | keys as $innerKeys |
/build/make/tools/releasetools/merge/
Dmerge_utils.py292 keys = [
305 keys.extend([
313 return sorted(keys)
Dtest_merge_utils.py209 keys = merge_utils.InferFrameworkMiscInfoKeys(zip_namelist)
234 self.assertEqual(keys, expected_keys)
/build/make/tools/
Dfind_static_candidates.py215 …ny processes:\n {}".format("\n".join(sorted(includedStatically.keys() & includedSharedly.keys()))))
/build/bazel/rules/
Dbuild_fingerprint.bzl30 build_version_tags = build_version_tags + ["test-keys"]
32 build_version_tags = build_version_tags + ["dev-keys"]
Dstatus_file_reader.py54 pattern = re.compile("|".join([re.escape("{" + v + "}") for v in status_file.keys()]))
/build/bazel/scripts/incremental_build/
Dutil_test.py31 self.assertEqual(list(grouped.keys()), ["b", "a"], "insertion order maintained")
/build/bazel_common_rules/platforms/
Dconstants.bzl3 # This dict denotes the suffixes for host platforms (keys) and the constraints
/build/bazel/rules/cc/testing/
Dtransitions.bzl26 elif ctx.rule.kind in ctx.attr._attr_aspect_dict.keys():
51 # attr_aspects should be a dict where the keys are the names of rules and the
/build/make/
Denvsetup.sh679 local keys="$(echo $* | xargs -n 1 echo | \grep -E '^(devkeys)$' | xargs)"
704 if [ $(echo $keys | wc -w) -gt 1 ]; then
705 echo "tapas: Error: Multiple keys supplied: $keys"
715 if [ -n "$keys" ]; then
716 product=${product/aosp_/aosp_${keys}_}
/build/
Denvsetup.sh679 local keys="$(echo $* | xargs -n 1 echo | \grep -E '^(devkeys)$' | xargs)"
704 if [ $(echo $keys | wc -w) -gt 1 ]; then
705 echo "tapas: Error: Multiple keys supplied: $keys"
715 if [ -n "$keys" ]; then
716 product=${product/aosp_/aosp_${keys}_}
/build/make/tools/releasetools/
Dsign_target_files_apks.py291 for apk in certmap.keys():
325 for apex in keys_info.keys():
330 for apex in keys_info.keys():
1053 def WriteOtacerts(output_zip, filename, keys): argument
1063 for k in keys:
1294 keys = {}
1336 keys[name] = (payload_private_key, container_key, sign_tool)
1338 return keys
1668 set(apk_keys.keys()) | set(apex_keys.keys()),

1234