/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 113 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) in createKey() method in PublicKeyFactory 116 … return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); in createKey() 126 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PublicKeyFactory 129 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 139 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) in createKey() method in PublicKeyFactory 142 return createKey(keyInfo, null); in createKey() 153 … public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo, Object defaultParams) in createKey() method in PublicKeyFactory
|
D | PrivateKeyFactory.java | 68 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) in createKey() method in PrivateKeyFactory 71 … return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); in createKey() 82 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PrivateKeyFactory 85 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 95 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) in createKey() method in PrivateKeyFactory
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 115 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) in createKey() method in PublicKeyFactory 118 … return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); in createKey() 128 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PublicKeyFactory 131 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 141 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) in createKey() method in PublicKeyFactory 144 return createKey(keyInfo, null); in createKey() 155 … public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo, Object defaultParams) in createKey() method in PublicKeyFactory
|
D | PrivateKeyFactory.java | 70 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) in createKey() method in PrivateKeyFactory 73 … return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); in createKey() 84 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PrivateKeyFactory 87 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 97 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) in createKey() method in PrivateKeyFactory
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 115 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) in createKey() method in PublicKeyFactory 118 … return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); in createKey() 128 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PublicKeyFactory 131 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 141 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) in createKey() method in PublicKeyFactory 144 return createKey(keyInfo, null); in createKey() 155 … public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo, Object defaultParams) in createKey() method in PublicKeyFactory
|
D | PrivateKeyFactory.java | 70 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) in createKey() method in PrivateKeyFactory 73 … return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); in createKey() 84 public static AsymmetricKeyParameter createKey(InputStream inStr) in createKey() method in PrivateKeyFactory 87 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 97 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) in createKey() method in PrivateKeyFactory
|
/external/icu/android_icu4j/testing/src/android/icu/extratest/impl/locale/ |
D | LocaleObjectCacheTest.java | 102 Object key = createKey(); in insertKeyIntoQueue() 127 Object key = createKey(); in getFromCache() 131 private static Object createKey() throws ReflectiveOperationException { in createKey() method in LocaleObjectCacheTest
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUService.java | 355 return getKey(createKey(descriptor), null); in get() 366 return getKey(createKey(descriptor), actualReturn); in get() 572 Key fallbackKey = createKey(matchID); in getVisibleIDs() 630 Key key = createKey(id); in getDisplayName() 716 Key matchKey = createKey(matchID); in getDisplayNames() 788 String canonicalID = createKey(id).canonicalID(); in registerObject() 889 public Key createKey(String id) { in createKey() method in ICUService
|
D | ICULocaleService.java | 71 Key key = createKey(locale, kind); in get() 633 public Key createKey(String id) { in createKey() method in ICULocaleService 637 public Key createKey(String id, int kind) { in createKey() method in ICULocaleService 641 public Key createKey(ULocale l, int kind) { in createKey() method in ICULocaleService
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUService.java | 350 return getKey(createKey(descriptor), null); in get() 361 return getKey(createKey(descriptor), actualReturn); in get() 567 Key fallbackKey = createKey(matchID); in getVisibleIDs() 625 Key key = createKey(id); in getDisplayName() 711 Key matchKey = createKey(matchID); in getDisplayNames() 783 String canonicalID = createKey(id).canonicalID(); in registerObject() 884 public Key createKey(String id) { in createKey() method in ICUService
|
D | ICULocaleService.java | 67 Key key = createKey(locale, kind); in get() 625 public Key createKey(String id) { in createKey() method in ICULocaleService 629 public Key createKey(String id, int kind) { in createKey() method in ICULocaleService 633 public Key createKey(ULocale l, int kind) { in createKey() method in ICULocaleService
|
/external/skia/src/gpu/graphite/ |
D | Precompile.cpp | 95 void PaintOptions::createKey(const KeyContext& keyContext, in createKey() function in skgpu::graphite::PaintOptions 156 this->createKey(keyContext, i, &builder, addPrimitiveBlender); in buildCombinations()
|
D | Precompile.h | 175 void createKey(const KeyContext&, int desiredCombination,
|
/external/cronet/third_party/icu/source/common/ |
D | servls.cpp | 74 ICUServiceKey* key = createKey(&locName, kind, status); in get() 280 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService 286 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
|
D | serv.cpp | 372 ICUServiceKey* key = createKey(&descriptor, status); in get() 613 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs() 690 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName() 771 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() 805 ICUServiceKey* key = createKey(&id, status); in registerInstance() 911 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
|
D | servloc.h | 534 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const override; 539 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | serv.h | 854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
|
/external/icu/icu4c/source/common/ |
D | servls.cpp | 74 ICUServiceKey* key = createKey(&locName, kind, status); in get() 280 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService 286 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
|
D | serv.cpp | 372 ICUServiceKey* key = createKey(&descriptor, status); in get() 613 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs() 690 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName() 771 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() 805 ICUServiceKey* key = createKey(&id, status); in registerInstance() 911 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
|
D | servloc.h | 534 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const override; 539 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | serv.h | 854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
|
/external/icu/libicu/cts_headers/ |
D | servloc.h | 534 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const override; 539 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | serv.h | 854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 287 interfaceKey = createKey(); in toInternal() 411 private Key<P> createKey() {
|
/external/guice/core/test/com/google/inject/ |
D | KeyTest.java | 235 KeyTest.<Integer>createKey(); in testCannotCreateKeySubclassesWithUnspecifiedTypeVariables() 242 private static <T> Key<T> createKey() { in createKey() method in KeyTest
|