Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp63 const uint32_t hashcode = hash(hashedName); in lookup() local
64 std::map<uint32_t, CacheEntry>::iterator item = mIdMap.find(hashcode); in lookup()
79 mIdMap.erase(hashcode); in lookup()
91 const uint32_t hashcode = hash(hashedName); in store() local
92 mIdMap[hashcode] = CacheEntry(hashedName, resId); in store()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto7405 // Custom tag for StatusBarNotification. The Java hashcode of
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt48529 field @Deprecated public static final String SUGGESTION_SPAN_PICKED_HASHCODE = "hashcode";