Searched defs:cache (Results 1 – 7 of 7) sorted by relevance
/system/core/libutils/tests/ |
D | LruCache_test.cpp | 141 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/ |
D | log_is_loggable.c | 49 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/ |
D | record_test.cpp | 61 RecordCache cache(event_attr, 2, 2); in TEST_F() local 107 RecordCache cache(event_attr, 2, 2); in TEST_F() local
|
D | record_file_reader.cpp | 153 RecordCache cache(file_attrs_[0].attr); in ReadDataSection() local
|
/system/core/metricsd/uploader/ |
D | upload_service_test.cc | 283 SystemProfileCache cache(true, dir_.path()); in TEST_F() local 294 SystemProfileCache cache(true, dir_.path()); in TEST_F() local
|
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 178 int CodeCache::cache( const AssemblyKeyBase& keyBase, in cache() function in android::CodeCache
|
/system/core/include/utils/ |
D | LruCache.h | 107 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|