Home
last modified time | relevance | path

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

/system/core/libutils/tests/
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.c49 struct cache { struct
55 struct cache cache; argument
59 static int check_cache(struct cache* cache) { in check_cache()
66 static void refresh_cache(struct cache_char* cache, const char* key) { in refresh_cache()
182 struct cache_char* cache = &tag_cache[i]; in __android_log_level() local
220 struct cache_char* cache = &global_cache[i]; in __android_log_level() local
422 struct cache cache; member
426 static void refresh_cache_property(struct cache_property* cache, in refresh_cache_property()
564 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
Drecord_test.cpp65 RecordCache cache(true, 2, 2); in TEST_F() local
111 RecordCache cache(true, 2, 2); in TEST_F() local
128 RecordCache cache(true, 2, 2); in TEST_F() 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/server/dns/
DDnsTlsSocketFactory.h37 DnsTlsSessionCache* _Nonnull cache) override { in createDnsTlsSocket()
DDnsTlsSessionCache.cpp45 DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>( in newSessionCallback() local
DDnsTlsSocket.h52 DnsTlsSessionCache* _Nonnull cache) : in DnsTlsSocket()
/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.cpp176 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache() function in android::CodeCache
/system/bt/bta/gatt/
Dbta_gattc_cache.cc86 static void display_db(const std::vector<tBTA_GATTC_SERVICE>& cache) { in display_db()
117 const std::vector<tBTA_GATTC_SERVICE>& cache) { in bta_gattc_display_cache_server()
126 const std::vector<tBTA_GATTC_SERVICE>& cache) { in bta_gattc_display_explore_record()
/system/core/libutils/include/utils/
DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
/system/bt/stack/btm/
Dbtm_ble_gap.cc135 AdvertisingCache cache; variable