/frameworks/base/keystore/tests/src/android/security/keystore/ |
D | AndroidKeyStoreTest.java | 1468 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Encrypted_Success() 1495 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_EC_Unencrypted_Success() 1522 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_RSA_Unencrypted_Success() 1550 mKeyStore.setEntry(TEST_ALIAS_1, entry, in testKeyStore_SetEntry_PrivateKeyEntry_Params_Unencrypted_Failure() 1580 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 1605 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 1632 mKeyStore.setEntry(TEST_ALIAS_1, expectedCertEntry, null); in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 1654 mKeyStore.setEntry(TEST_ALIAS_1, expectedPrivEntry, null); in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 1686 mKeyStore.setEntry(TEST_ALIAS_1, expectedPrivEntry, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Encrypted_Success() 1701 mKeyStore.setEntry(TEST_ALIAS_1, expectedCertEntry, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Encrypted_Success() [all …]
|
/frameworks/compile/mclinker/lib/Script/ |
D | EntryCmd.cpp | 34 script.setEntry(m_Entry); in activate()
|
/frameworks/av/include/media/ |
D | StringArray.h | 73 void setEntry(int idx, const char* str);
|
/frameworks/compile/mclinker/lib/Core/ |
D | LinkerScript.cpp | 38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry() function in mcld::LinkerScript
|
/frameworks/av/media/libmedia/ |
D | StringArray.cpp | 103 void StringArray::setEntry(int idx, const char* str) { in setEntry() function in android::StringArray
|
D | CharacterEncodingDetector.cpp | 193 mValues.setEntry(i, "???"); in detectAndConvert() 233 mValues.setEntry(i, "???"); in detectAndConvert() 246 mValues.setEntry(i, start); in detectAndConvert()
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerScript.h | 86 void setEntry(const std::string& pEntry);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 202 headsUpEntry.setEntry(entry); in addHeadsUpEntry() 617 public void setEntry(final NotificationData.Entry entry) { in setEntry() method in HeadsUpManager.HeadsUpEntry
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | XmlConfigTests.java | 405 keystore.setEntry(String.valueOf(i), in testTrustManagerKeystore()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 1028 keyStore.setEntry( in tieProfileLockToParent() 1035 keyStore.setEntry( in tieProfileLockToParent()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 391 script_.setEntry(arg->getValue()); in TranslateArguments()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 44596 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|
/frameworks/base/api/ |
D | current.txt | 54103 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|
D | system-current.txt | 57460 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|
D | test-current.txt | 54183 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|