Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 18 of 18) sorted by relevance

/system/core/libutils/
DLruCache_test.cpp154 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
161 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
173 LruCache<SimpleKey, StringValue> cache(2); in TEST_F() local
185 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
198 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
217 LruCache<SimpleKey, StringValue> cache(512); in TEST_F() local
251 ComplexCache cache(100); in TEST_F() local
260 ComplexCache cache(100); in TEST_F() local
272 ComplexCache cache(100); in TEST_F() local
286 ComplexCache cache(100); in TEST_F() local
[all …]
/system/core/liblog/
Dproperties.cpp50 struct cache { struct
56 struct cache cache; argument
60 static int check_cache(struct cache* cache) { in check_cache()
67 static void refresh_cache(struct cache_char* cache, const char* key) { in refresh_cache()
183 struct cache_char* cache = &tag_cache[i]; in __android_log_level() local
221 struct cache_char* cache = &global_cache[i]; in __android_log_level() local
414 struct cache cache; member
418 static void refresh_cache_property(struct cache_property* cache, const char* key) { in refresh_cache_property()
550 static unsigned long property_get_size_from_cache(const struct cache_property* cache) { in property_get_size_from_cache()
/system/extras/simpleperf/
DCallChainJoiner_test.cpp26 static bool JoinCallChain(LRUCache& cache, uint32_t tid, in JoinCallChain()
38 LRUCache cache(sizeof(CacheNode) * 2, 1); in TEST() local
98 LRUCache cache(sizeof(CacheNode) * 2, 1); in TEST() local
109 LRUCache cache(sizeof(CacheNode) * 4, 1); in TEST() local
130 LRUCache cache(sizeof(CacheNode) * 12, 1); in TEST() local
DCallChainJoiner.cpp331 LRUCache cache(cache_stat_.cache_size, cache_stat_.matched_node_count_to_extend_callchain); in JoinCallChains() local
/system/libhidl/libhidlcache/
DHidlCache.h36 HidlCacheLock(sp<HidlCache> cache, const Key& key) : mCache(cache), mKey(key) { in HidlCacheLock()
119 wp<Value> cache = mCached[key]; in getCachedLocked() local
Dlibhidlcache_test.cpp66 sp<HidlMemoryCache> cache = HidlMemoryCache::getInstance(); in HidlCacheWhiteBoxTest() local
/system/netd/resolv/
DDnsTlsSocketFactory.h37 DnsTlsSessionCache* _Nonnull cache) override { in createDnsTlsSocket()
DDnsTlsSocket.h50 IDnsTlsSocketObserver* _Nonnull observer, DnsTlsSessionCache* _Nonnull cache) in DnsTlsSocket()
Dres_cache.cpp1138 Cache* cache; member
1167 static void cache_flush_pending_requests_locked(struct resolv_cache* cache) { in cache_flush_pending_requests_locked()
1186 static bool cache_has_pending_request_locked(resolv_cache* cache, const Entry* key, in cache_has_pending_request_locked()
1211 static void _cache_notify_waiting_tid_locked(struct resolv_cache* cache, const Entry* key) { in _cache_notify_waiting_tid_locked()
1235 Cache* cache; in _resolv_cache_query_failed() local
1248 static void cache_flush_locked(Cache* cache) { in cache_flush_locked()
1272 struct resolv_cache* cache; in resolv_cache_create() local
1300 static void cache_dump_mru(Cache* cache) { in cache_dump_mru()
1325 static Entry** _cache_lookup_p(Cache* cache, Entry* key) { in _cache_lookup_p()
1346 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) { in _cache_add_p()
[all …]
DDnsTlsSessionCache.cpp45 DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>( in newSessionCallback() local
Ddns_tls_test.cpp946 DnsTlsSessionCache cache; in TEST() local
/system/extras/tests/pagingtest/
Dpageinout_test.c12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
Dthrashing_test.c14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp180 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache() function in android::CodeCache
/system/core/libutils/include/utils/
DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
/system/core/init/
Ddevices.cpp123 static std::map<std::string, std::string> cache; in FindDmDevicePartition() local
/system/core/llkd/
Dlibllkd.cpp492 static std::unordered_map<std::string, int> cache; in llkFileToWriteFd() local
/system/bt/stack/btm/
Dbtm_ble_gap.cc138 AdvertisingCache cache; variable