Searched defs:TKey (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | ImmutableMap.h | 39 std::initializer_list<std::pair<TKey, TValue>> list) { in CreatePreSorted() 45 std::initializer_list<std::pair<TKey, TValue>> list) { in CreateAndSort() 74 explicit ImmutableMap(std::vector<std::pair<TKey, TValue>> data) in ImmutableMap()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
H A D | SimpleLruResourcePool.java | 94 public SynchronizedResource(SimpleLruResourcePool<TKey, TValue> pool, in SynchronizedResource()
|
H A D | LruPool.java | 120 public LruPool(int maxSize, Configuration<TKey, TValue> configuration) { in LruPool()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp12/system/logging/logd/ |
H A D | LogStatistics.cpp | 391 void LogStatistics::WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold, in WorstTwoWithThreshold() 768 std::string LogStatistics::FormatTable(const LogHashtable<TKey, TEntry>& table, uid_t uid, in FormatTable()
|
H A D | LogStatistics.h | 101 void MaxEntries(uid_t uid, pid_t pid, std::array<const TKey*, len>& out_keys, in MaxEntries()
|