Home
last modified time | relevance | path

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

/system/core/libutils/tests/
DLruCache_test.cpp141 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
148 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
160 LruCache<SimpleKey, StringValue> cache(2); in TEST_F() local
172 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
185 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
204 LruCache<SimpleKey, StringValue> cache(512); in TEST_F() local
238 ComplexCache cache(100); in TEST_F() local
247 ComplexCache cache(100); in TEST_F() local
259 ComplexCache cache(100); in TEST_F() local
273 ComplexCache cache(100); in TEST_F() local
[all …]
/system/core/liblog/
Dlog_is_loggable.c49 struct cache { struct
55 static int check_cache(struct cache *cache) in check_cache()
64 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache()
167 struct cache *cache = &tag_cache[i]; in __android_log_level() local
205 struct cache *cache = &global_cache[i]; in __android_log_level() local
/system/extras/simpleperf/
Drecord_test.cpp61 RecordCache cache(event_attr, 2, 2); in TEST_F() local
107 RecordCache cache(event_attr, 2, 2); in TEST_F() local
Drecord_file_reader.cpp153 RecordCache cache(file_attrs_[0].attr); in ReadDataSection() local
/system/core/metricsd/uploader/
Dupload_service_test.cc283 SystemProfileCache cache(true, dir_.path()); in TEST_F() local
294 SystemProfileCache cache(true, dir_.path()); in TEST_F() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp178 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache() function in android::CodeCache
/system/core/include/utils/
DLruCache.h107 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()