Home
last modified time | relevance | path

Searched refs:getKey (Results 1 – 12 of 12) sorted by relevance

/system/core/libutils/include/utils/
DLruCache.h62 virtual const TKey& getKey() const = 0;
76 const TKey& getKey() const final { return key; } in getKey() function
84 const TKey& getKey() const final { return key; } in getKey() function
89 return hash_type(entry->getKey()); in operator()
95 return lhs->getKey() == rhs->getKey(); in operator()
152 return (*mIterator)->getKey(); in key()
DTypeHelpers.h271 inline const KEY& getKey() const {
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java88 entries.stream().filter(x -> x.getKey().equals(entryKey)).findFirst(); in assertEntryValue()
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DBackwardFile.java90 String fromId = entry.getKey(); in getAllAlternativeIds()
/system/security/keystore/include/keystore/
Dkeystore_client.h183 virtual std::optional<std::vector<uint8_t>> getKey(const std::string& alias, int uid) = 0;
Dkeystore_client_impl.h88 std::optional<std::vector<uint8_t>> getKey(const std::string& alias, int uid) override;
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java114 String className = entry.getKey().split("\\.")[0]; in parseXsdAndCompile()
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt45 method public String getKey();
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt35 method public String getKey();
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java330 switch (element.getKey()) { in setDefaultValues()
/system/security/keystore/
Dkeystore_client_impl.cpp458 std::optional<std::vector<uint8_t>> KeystoreClientImpl::getKey(const std::string& alias, int uid) { in getKey() function in keystore::KeystoreClientImpl
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java863 .map(x -> "Link\t" + x.getValue() + "\t\t" + x.getKey()) in createBackwardFile()