/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/ |
D | MockSyncContentResolverDelegate.java | 86 String key = createKey(account, authority); in getSyncAutomatically() 94 String key = createKey(account, authority); in setSyncAutomatically() 112 String key = createKey(account, authority); in setIsSyncable() 141 String key = createKey(account, authority); in getIsSyncable() 151 private static String createKey(Account account, String authority) { in createKey() method in MockSyncContentResolverDelegate
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | PrivateKeyFactory.java | 53 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException in createKey() method in PrivateKeyFactory 55 … return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); in createKey() 66 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PrivateKeyFactory 68 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 78 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException in createKey() method in PrivateKeyFactory
|
D | PublicKeyFactory.java | 61 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException in createKey() method in PublicKeyFactory 63 … return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); in createKey() 73 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PublicKeyFactory 75 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey() 85 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException in createKey() method in PublicKeyFactory
|
/external/icu/icu4c/source/common/ |
D | servls.cpp | 74 ICUServiceKey* key = createKey(&locName, kind, status); in get() 278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService 284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
|
D | serv.cpp | 376 ICUServiceKey* key = createKey(&descriptor, status); in get() 620 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs() 705 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName() 786 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() 820 ICUServiceKey* key = createKey(&id, status); in registerInstance() 924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
|
D | servloc.h | 532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; 537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | serv.h | 852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
|
/external/chromium_org/third_party/icu/source/common/ |
D | servls.cpp | 74 ICUServiceKey* key = createKey(&locName, kind, status); in get() 278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService 284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
|
D | serv.cpp | 376 ICUServiceKey* key = createKey(&descriptor, status); in get() 620 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs() 705 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName() 786 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() 820 ICUServiceKey* key = createKey(&id, status); in registerInstance() 924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
|
D | servloc.h | 532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; 537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | serv.h | 852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
|
/external/chromium_org/ui/file_manager/image_loader/ |
D | request.js | 138 var cacheKey = Cache.createKey(this.request_); 172 var cacheKey = Cache.createKey(this.request_);
|
D | image_loader_client.js | 158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options); 232 ImageLoaderClient.Cache.createKey = function(url, opt_options) { function in ImageLoaderClient.Cache
|
D | cache.js | 57 Cache.createKey = function(request) { function in Cache
|
/external/chromium_org/net/android/javatests/src/org/chromium/net/ |
D | AndroidKeyStoreTestUtil.java | 52 return sKeyStore.createKey(key); in createPrivateKeyFromPKCS8()
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
D | RemoteAndroidKeyStore.java | 126 public AndroidPrivateKey createKey(String alias) { in createKey() method in RemoteAndroidKeyStore
|
D | DefaultAndroidKeyStore.java | 50 public AndroidPrivateKey createKey(PrivateKey javaKey) { in createKey() method in DefaultAndroidKeyStore
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | SSLClientCertificateRequest.java | 124 return sLocalKeyStore.createKey(KeyChain.getPrivateKey(mContext, alias)); in getPrivateKey()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwContentsClientBridge.java | 109 AndroidPrivateKey key = mLocalKeyStore.createKey(privateKey); in proceedOnUiThread()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | icusvtst.cpp | 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService 497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService 497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService
|