Home
last modified time | relevance | path

Searched defs:hashedKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.cpp251 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey, in getTerminalEntryIndex()
283 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey, in getInternal()
311 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey, in putInternal()
350 const uint32_t hashedKey, const Entry &conflictedEntry, const int conflictedEntryIndex, in addNewEntryByResolvingConflict()
H A Dtrie_map.h347 AK_FORCE_INLINE int getLabel(const uint32_t hashedKey, const int level) const { in getLabel()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4236 final String hashedKey; in handleExecute() local