/external/icu/icu4c/source/common/ |
D | uloc_keytype.cpp | 71 LocExtKeyData* keyData = (LocExtKeyData*)obj; in uloc_deleteKeyDataEntry() local 72 if (keyData->typeMap != NULL) { in uloc_deleteKeyDataEntry() 73 uhash_close(keyData->typeMap); in uloc_deleteKeyDataEntry() 75 uprv_free(keyData); in uloc_deleteKeyDataEntry() 375 LocExtKeyData* keyData = (LocExtKeyData*)uprv_malloc(sizeof(LocExtKeyData)); in initFromResourceBundle() local 376 if (keyData == NULL) { in initFromResourceBundle() 380 keyData->bcpId = bcpKeyId; in initFromResourceBundle() 381 keyData->legacyId = legacyKeyId; in initFromResourceBundle() 382 keyData->specialTypes = specialTypes; in initFromResourceBundle() 383 keyData->typeMap = typeDataMap; in initFromResourceBundle() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | KeyTypeData.java | 86 KeyData keyData = KEYMAP.get(key); in toBcpKey() local 87 if (keyData != null) { in toBcpKey() 88 return keyData.bcpId; in toBcpKey() 95 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local 96 if (keyData != null) { in toLegacyKey() 97 return keyData.legacyId; in toLegacyKey() 115 KeyData keyData = KEYMAP.get(key); in toBcpType() local 116 if (keyData != null) { in toBcpType() 120 Type t = keyData.typeMap.get(type); in toBcpType() 124 if (keyData.specialTypes != null) { in toBcpType() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | KeyTypeData.java | 84 KeyData keyData = KEYMAP.get(key); in toBcpKey() local 85 if (keyData != null) { in toBcpKey() 86 return keyData.bcpId; in toBcpKey() 93 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local 94 if (keyData != null) { in toLegacyKey() 95 return keyData.legacyId; in toLegacyKey() 113 KeyData keyData = KEYMAP.get(key); in toBcpType() local 114 if (keyData != null) { in toBcpType() 118 Type t = keyData.typeMap.get(type); in toBcpType() 122 if (keyData.specialTypes != null) { in toBcpType() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | SubjectPublicKeyInfo.java | 26 private DERBitString keyData; field in SubjectPublicKeyInfo 55 this.keyData = new DERBitString(publicKey); in SubjectPublicKeyInfo() 63 this.keyData = new DERBitString(publicKey); in SubjectPublicKeyInfo() 82 this.keyData = DERBitString.getInstance(e.nextElement()); in SubjectPublicKeyInfo() 110 ASN1InputStream aIn = new ASN1InputStream(keyData.getOctets()); in parsePublicKey() 127 ASN1InputStream aIn = new ASN1InputStream(keyData.getOctets()); in getPublicKey() 139 return keyData; in getPublicKeyData() 155 v.add(keyData); in toASN1Primitive()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | KeyUtil.java | 11 …blic static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) in getEncodedSubjectPublicKeyInfo() argument 15 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData)); in getEncodedSubjectPublicKeyInfo() 23 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo() argument 27 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData)); in getEncodedSubjectPublicKeyInfo()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |