Home
last modified time | relevance | path

Searched defs:TKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h39 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 DSimpleLruResourcePool.java94 public SynchronizedResource(SimpleLruResourcePool<TKey, TValue> pool, in SynchronizedResource()
H A DLruPool.java120 public LruPool(int maxSize, Configuration<TKey, TValue> configuration) { in LruPool()
/aosp12/system/core/libutils/include/utils/
H A DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
/aosp12/system/logging/logd/
H A DLogStatistics.cpp391 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 DLogStatistics.h101 void MaxEntries(uid_t uid, pid_t pid, std::array<const TKey*, len>& out_keys, in MaxEntries()