Searched refs:keys (Results 1 – 25 of 80) sorted by relevance
1234
/build/blueprint/ |
D | glob.go | 86 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 {
|
D | ninja_defs.go | 276 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/ |
D | wrapper_test.sh | 29 --starlark:expr="sorted(providers(target).keys())" --output=starlark|uniq)" 32 --starlark:expr="sorted(providers(target).keys())" --output=starlark|uniq)"
|
/build/bazel/utils/ |
D | schema_validation.scl | 73 "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 …]
|
D | schema_validation_test.bzl | 397 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/ |
D | environment.go | 80 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/ |
D | Cargo.toml | 6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
/build/blueprint/proptools/ |
D | hash_provider.go | 66 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/ |
D | verify_overlaps.py | 126 set(chain(monolithic_flags_dict.keys(), modular_flags_dict.keys())))
|
D | merge_csv.py | 83 fieldnames = list(headers.keys())
|
/build/make/target/product/security/ |
D | README | 5 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
|
D | Android.bp | 20 // Google-owned certificate for CTS testing, since we can't trust arbitrary keys
|
/build/soong/cc/ |
D | makevars.go | 55 keys := []string{} 57 keys = append(keys, key.(string)) 60 sort.Strings(keys) 61 return strings.Join(keys, " ")
|
/build/bazel/json_module_graph/ |
D | library.jq | 28 [. as $m | . | keys | sort | .[] | . + "=" + ($m[.] | tostring)] | join(", ") 41 $outer | keys as $outerKeys | 42 $inner | keys as $innerKeys |
|
/build/make/tools/releasetools/merge/ |
D | merge_utils.py | 292 keys = [ 305 keys.extend([ 313 return sorted(keys)
|
D | test_merge_utils.py | 209 keys = merge_utils.InferFrameworkMiscInfoKeys(zip_namelist) 234 self.assertEqual(keys, expected_keys)
|
/build/make/tools/ |
D | find_static_candidates.py | 215 …ny processes:\n {}".format("\n".join(sorted(includedStatically.keys() & includedSharedly.keys()))))
|
/build/bazel/rules/ |
D | build_fingerprint.bzl | 30 build_version_tags = build_version_tags + ["test-keys"] 32 build_version_tags = build_version_tags + ["dev-keys"]
|
D | status_file_reader.py | 54 pattern = re.compile("|".join([re.escape("{" + v + "}") for v in status_file.keys()]))
|
/build/bazel/scripts/incremental_build/ |
D | util_test.py | 31 self.assertEqual(list(grouped.keys()), ["b", "a"], "insertion order maintained")
|
/build/bazel_common_rules/platforms/ |
D | constants.bzl | 3 # This dict denotes the suffixes for host platforms (keys) and the constraints
|
/build/bazel/rules/cc/testing/ |
D | transitions.bzl | 26 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/ |
D | envsetup.sh | 679 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/ |
D | envsetup.sh | 679 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/ |
D | sign_target_files_apks.py | 291 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