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

/system/extras/tests/pagingtest/
H A Dthrashing_test.c14 int thrashing_test(int test_runs, bool cache) { argument
49 if (!cache) {
72 printf("%scached thrashing: %llu MB/s\n", cache ? "" : "un",
H A Dpageinout_test.c12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { argument
47 if (!cache) {
58 //read every page into the page cache
88 printf("%scached page-in: %llu MB/s\n", cache ? "" : "un",
91 printf("%scached page-out (clean): %llu MB/s\n", cache ? "" : "un",
/system/core/include/utils/
H A DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): argument
127 mCache(cache), mIterator(mCache.mSet->begin()), mBeginReturned(false) {
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp48 // A dlmalloc mspace is used to manage the code cache over a mmaped region.
82 int fd = ashmem_create_region("CodeFlinger code cache",
85 "Creating code cache, ashmem_create_region "
91 "Creating code cache, mmap failed with error "
143 "Failed to resize Assembly to %zd in code cache "
176 int CodeCache::cache( const AssemblyKeyBase& keyBase, function in class:android::CodeCache
/system/core/libutils/include/utils/
H A DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): argument
127 mCache(cache), mIterator(mCache.mSet->begin()), mBeginReturned(false) {
/system/core/liblog/
H A Dproperties.c49 struct cache { struct
55 struct cache cache; member in struct:cache_char
59 static int check_cache(struct cache* cache) { argument
60 return cache->pinfo && __system_property_serial(cache->pinfo) != cache->serial;
66 static void refresh_cache(struct cache_char* cache, const char* key) { argument
69 if (!cache
182 struct cache_char* cache = &tag_cache[i]; local
220 struct cache_char* cache = &global_cache[i]; local
422 struct cache cache; member in struct:cache_property
426 refresh_cache_property(struct cache_property* cache, const char* key) argument
563 property_get_size_from_cache( const struct cache_property* cache) argument
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_gap.cc133 /* we keep maximum 7 devices in the cache */
138 /* Devices in this cache are waiting for eiter scan response, or chained packets
140 AdvertisingCache cache; member in namespace:__anon862
2112 is_start ? cache.Set(addr_type, bda, std::move(tmp))
2113 : cache.Append(addr_type, bda, std::move(tmp));
2176 cache.Clear(addr_type, bda);
2220 cache.Clear(addr_type, bda);

Completed in 145 milliseconds