Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp38 script.setEntry(m_Entry); in activate()
/frameworks/av/include/media/
DStringArray.h73 void setEntry(int idx, const char* str);
/frameworks/base/keystore/tests/src/android/security/
DAndroidKeyStoreTest.java1861 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/
DLinkerScript.cpp44 void LinkerScript::setEntry(const std::string& pEntry) in setEntry() function in LinkerScript
/frameworks/av/media/libmedia/
DStringArray.cpp103 void StringArray::setEntry(int idx, const char* str) { in setEntry() function in android::StringArray
DCharacterEncodingDetector.cpp195 mValues.setEntry(i, "???"); in detectAndConvert()
235 mValues.setEntry(i, "???"); in detectAndConvert()
248 mValues.setEntry(i, start); in detectAndConvert()
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h78 void setEntry(const std::string& pEntry);
/frameworks/compile/mclinker/tools/mcld/lib/
DDynamicSectionOptions.cpp106 pScript.setEntry(m_Entry); in parse()
/frameworks/base/api/
Dsystem-current.txt47127 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…
Dcurrent.txt44598 …method public final void setEntry(java.lang.String, java.security.KeyStore.Entry, java.security.Ke…