/system/core/libutils/ |
D | LruCache_test.cpp | 154 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/ |
D | properties.cpp | 50 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/ |
D | CallChainJoiner_test.cpp | 26 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
|
D | CallChainJoiner.cpp | 331 LRUCache cache(cache_stat_.cache_size, cache_stat_.matched_node_count_to_extend_callchain); in JoinCallChains() local
|
/system/libhidl/libhidlcache/ |
D | HidlCache.h | 36 HidlCacheLock(sp<HidlCache> cache, const Key& key) : mCache(cache), mKey(key) { in HidlCacheLock() 119 wp<Value> cache = mCached[key]; in getCachedLocked() local
|
D | libhidlcache_test.cpp | 66 sp<HidlMemoryCache> cache = HidlMemoryCache::getInstance(); in HidlCacheWhiteBoxTest() local
|
/system/netd/resolv/ |
D | DnsTlsSocketFactory.h | 37 DnsTlsSessionCache* _Nonnull cache) override { in createDnsTlsSocket()
|
D | DnsTlsSocket.h | 50 IDnsTlsSocketObserver* _Nonnull observer, DnsTlsSessionCache* _Nonnull cache) in DnsTlsSocket()
|
D | res_cache.cpp | 1138 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 …]
|
D | DnsTlsSessionCache.cpp | 45 DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>( in newSessionCallback() local
|
D | dns_tls_test.cpp | 946 DnsTlsSessionCache cache; in TEST() local
|
/system/extras/tests/pagingtest/ |
D | pageinout_test.c | 12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
|
D | thrashing_test.c | 14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
|
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 180 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache() function in android::CodeCache
|
/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/system/core/init/ |
D | devices.cpp | 123 static std::map<std::string, std::string> cache; in FindDmDevicePartition() local
|
/system/core/llkd/ |
D | libllkd.cpp | 492 static std::unordered_map<std::string, int> cache; in llkFileToWriteFd() local
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 138 AdvertisingCache cache; variable
|