/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
H A D | PrivateKeyFactory.java | 58 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException method in class:PrivateKeyFactory 60 return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); 71 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PrivateKeyFactory 73 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); 83 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException method in class:PrivateKeyFactory
|
H A D | PublicKeyFactory.java | 66 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException method in class:PublicKeyFactory 68 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); 78 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException method in class:PublicKeyFactory 80 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); 90 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException method in class:PublicKeyFactory
|
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/ |
H A D | MockSyncContentResolverDelegate.java | 82 String key = createKey(account, authority); 90 String key = createKey(account, authority); 105 String key = createKey(account, authority); 130 final Boolean isSyncable = mSyncAutomaticallyMap.get(createKey(account, authority)); 138 private static String createKey(Account account, String authority) { method in class:MockSyncContentResolverDelegate
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
H A D | image_loader_client.js | 158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options); 232 ImageLoaderClient.Cache.createKey = function(url, opt_options) {
|
H A D | cache.js | 57 Cache.createKey = function(request) {
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | servls.cpp | 79 ICUServiceKey* key = createKey(&locName, kind, status); 281 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService 287 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
|
H A D | serv.cpp | 375 ICUServiceKey* key = createKey(&descriptor, status); 620 ICUServiceKey* fallbackKey = createKey(matchID, status); 706 ICUServiceKey* fallbackKey = createKey(&id, status); 786 ICUServiceKey* matchKey = createKey(matchID, status); 820 ICUServiceKey* key = createKey(&id, status); 924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICUService
|
/external/icu4c/common/ |
H A D | servls.cpp | 74 ICUServiceKey* key = createKey(&locName, kind, status); 278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICULocaleService 284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const function in class:ICULocaleService
|
H A D | serv.cpp | 376 ICUServiceKey* key = createKey(&descriptor, status); 620 ICUServiceKey* fallbackKey = createKey(matchID, status); 705 ICUServiceKey* fallbackKey = createKey(&id, status); 786 ICUServiceKey* matchKey = createKey(matchID, status); 820 ICUServiceKey* key = createKey(&id, status); 924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const function in class:ICUService
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | icusvtst.cpp | 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestIntegerService 497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestStringService
|
/external/icu4c/test/intltest/ |
H A D | icusvtst.cpp | 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestIntegerService 497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { function in class:TestStringService
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |