Searched refs:setEntry (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Script/ |
D | EntryCmd.cpp | 38 script.setEntry(m_Entry); in activate()
|
/frameworks/av/include/media/ |
D | StringArray.h | 73 void setEntry(int idx, const char* str);
|
/frameworks/base/keystore/tests/src/android/security/ |
D | AndroidKeyStoreTest.java | 1861 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Encrypted_Success() 1888 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_DSA_Unencrypted_Success() 1915 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_EC_Unencrypted_Success() 1942 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_RSA_Unencrypted_Success() 1970 mKeyStore.setEntry(TEST_ALIAS_1, entry, in testKeyStore_SetEntry_PrivateKeyEntry_Params_Unencrypted_Failure() 2000 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 2025 mKeyStore.setEntry(TEST_ALIAS_1, expected, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 2052 mKeyStore.setEntry(TEST_ALIAS_1, expectedCertEntry, null); in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 2074 mKeyStore.setEntry(TEST_ALIAS_1, expectedPrivEntry, null); in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Encrypted_Success() 2106 mKeyStore.setEntry(TEST_ALIAS_1, expectedPrivEntry, null); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Encrypted_Success() [all …]
|
/frameworks/compile/mclinker/lib/Core/ |
D | LinkerScript.cpp | 44 void LinkerScript::setEntry(const std::string& pEntry) in setEntry() function in 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 | 195 mValues.setEntry(i, "???"); in detectAndConvert() 235 mValues.setEntry(i, "???"); in detectAndConvert() 248 mValues.setEntry(i, start); in detectAndConvert()
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerScript.h | 78 void setEntry(const std::string& pEntry);
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
D | DynamicSectionOptions.cpp | 106 pScript.setEntry(m_Entry); in parse()
|
/frameworks/base/api/ |
D | system-current.txt | 47127 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|
D | current.txt | 44598 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
|