Home
last modified time | relevance | path

Searched refs:getKey (Results 1 – 10 of 10) 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/core/logd/
DLogStatistics.h288 inline const uid_t& getKey() const { in getKey() function
292 return getKey(); in getUid()
336 const pid_t& getKey() const { in getKey() function
340 return getKey(); in getPid()
413 const pid_t& getKey() const { in getKey() function
417 return getKey(); in getTid()
469 const uint32_t& getKey() const { in getKey() function
597 const TagNameKey& getKey() const {
650 worst = sorted[0]->getKey();
661 worst = sorted[0]->getKey();
DLogBuffer.cpp573 uint64_t getKey() { in getKey() function in LogBufferElementKey
586 LogBufferElementMap::iterator it = map.find(key.getKey()); in coalesce()
603 map[key.getKey()] = element; in add()
DLogStatistics.cpp498 name = android::base::StringPrintf("%7u", getKey()); in format()
500 name = android::base::StringPrintf("%7u/%u", getKey(), uid); in format()
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java98 entries.stream().filter(x -> x.getKey().equals(entryKey)).findFirst(); in assertEntryValue()
/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.txt43 method public String getKey();
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java182 APKEntry deviceAPKEntry = entrySimpleEntry.getKey(); in createPatch()
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt35 method public String getKey();