Home
last modified time | relevance | path

Searched refs:keyDescription (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBcp47Tests.java40 String keyDescription = descriptionsMap.get(keyBlank); in main() local
52 + keyDescription + "; " + subtypeDescription); in main()
58 + keyDescription + "; " + subtypeDescription); in main()
65 + keyDescription); in main()
/external/nos/host/android/hals/keymaster/
Dimport_wrapped_key.cpp393 CBS keyDescription; in import_wrapped_key_request() local
394 if (!CBS_get_asn1(&aad, &keyDescription, CBS_ASN1_SEQUENCE)) { in import_wrapped_key_request()
400 if (!CBS_get_asn1_uint64(&keyDescription, &keyFormat)) { in import_wrapped_key_request()
406 if (!CBS_get_asn1(&keyDescription, &authorizationList, CBS_ASN1_SEQUENCE) || in import_wrapped_key_request()
407 CBS_len(&keyDescription) != 0) { in import_wrapped_key_request()
409 << CBS_len(&keyDescription); in import_wrapped_key_request()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java1399 String keyDescription = parts.getAttributeValue(2, "description");
1409 if (keyDescription != null) {
1410 bcp47Descriptions.put(key_empty, keyDescription);