HomeSort by relevance Sort by last modified time
    Searched refs:createKey (Results 1 - 13 of 13) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 61 public static AsymmetricKeyParameter createKey(
65 return createKey(
77 public static AsymmetricKeyParameter createKey(
81 return createKey(
93 public static AsymmetricKeyParameter createKey(
PublicKeyFactory.java 66 public static AsymmetricKeyParameter createKey(
70 return createKey(
82 public static AsymmetricKeyParameter createKey(
86 return createKey(
98 public static AsymmetricKeyParameter createKey(
  /external/chromium/third_party/icu/source/common/
servls.cpp 79 ICUServiceKey* key = createKey(&locName, kind, status);
281 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const
287 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const
servloc.h 480 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
531 * Override superclass createKey method.
533 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
536 * Additional createKey that takes a kind.
538 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
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
serv.h 592 * createKey to create a key for the provided descriptor.</p>
602 * createKey to create a key from the provided descriptor.</p>
679 * <p>matchID is passed to createKey to create a key. If the key
748 * <p>matchID is passed to createKey to create a key. If the key
854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
    [all...]
  /external/icu4c/common/
servls.cpp 79 ICUServiceKey* key = createKey(&locName, kind, status);
281 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const
287 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const
servloc.h 480 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
531 * Override superclass createKey method.
533 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
536 * Additional createKey that takes a kind.
538 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
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
serv.h 592 * createKey to create a key for the provided descriptor.</p>
602 * createKey to create a key from the provided descriptor.</p>
679 * <p>matchID is passed to createKey to create a key. If the key
748 * <p>matchID is passed to createKey to create a key. If the key
854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 470 void setKeyCreationMode(boolean createKey) {
471 mKeyCreationMode = createKey;
  /external/chromium/third_party/icu/source/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
494 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
494 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
    [all...]

Completed in 411 milliseconds