Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp157 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
164 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
176 LruCache<SimpleKey, StringValue> cache(2); in TEST_F() local
188 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
201 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
220 LruCache<SimpleKey, StringValue> cache(512); in TEST_F() local
254 ComplexCache cache(100); in TEST_F() local
263 ComplexCache cache(100); in TEST_F() local
275 ComplexCache cache(100); in TEST_F() local
289 ComplexCache cache(100); in TEST_F() local
[all …]
DLruCache_fuzz.cpp67 FuzzCache cache(MAX_CACHE_ENTRIES); in LLVMFuzzerTestOneInput() local
/system/logging/liblog/
Dproperties.cpp55 struct cache { struct
61 struct cache cache; argument
65 static int check_cache(struct cache* cache) { in check_cache()
72 static void refresh_cache(struct cache_char* cache, const char* key) { in refresh_cache()
164 cache_char* cache = &tag_cache[i]; in __android_log_level() local
199 cache_char* cache = &global_cache[i]; in __android_log_level() local
/system/extras/simpleperf/
DCallChainJoiner_test.cpp26 static bool JoinCallChain(LRUCache& cache, uint32_t tid, const std::vector<uint64_t>& input_ip, in JoinCallChain()
38 LRUCache cache(sizeof(CacheNode) * 2, 1); in TEST() local
100 LRUCache cache(sizeof(CacheNode) * 2, 1); in TEST() local
112 LRUCache cache(sizeof(CacheNode) * 4, 1); in TEST() local
134 LRUCache cache(sizeof(CacheNode) * 12, 1); in TEST() local
DCallChainJoiner.cpp329 LRUCache cache(cache_stat_.cache_size, cache_stat_.matched_node_count_to_extend_callchain); in JoinCallChains() local
DETMDecoder.cpp989 std::unordered_map<uint64_t, MapEntry> cache; in ConvertETMBranchMapToInstrRanges() local
/system/logging/logcat/
Dprocess_names.h51 android::LruCache<uint64_t, std::string> cache; variable
/system/unwinding/libunwindstack/
DMemory.cpp491 CacheDataType* cache) { in InternalCachedRead()
548 CacheDataType* cache = reinterpret_cast<CacheDataType*>(memory); in MemoryThreadCache() local
558 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in ~MemoryThreadCache() local
569 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in CachedRead() local
583 CacheDataType* cache = reinterpret_cast<CacheDataType*>(pthread_getspecific(*thread_cache_)); in Clear() local
/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/security/keystore2/src/
Dboot_level_keys.rs191 cache: VecDeque<ZVec>, field
201 let mut cache: VecDeque<ZVec> = VecDeque::new(); in new() localVariable
/system/core/libutils/include/utils/
DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
/system/apex/apexd/
Dapexd_loop.cpp172 static std::unordered_map<std::string, uint32_t> cache; in BlockDeviceQueueDepth() local
/system/core/llkd/
Dlibllkd.cpp499 static std::unordered_map<std::string, int> cache; in llkFileToWriteFd() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h5140 struct bpf_local_storage_data __attribute__((btf_type_tag("rcu"))) *cache[16]; member
6261 struct bio_alloc_cache __attribute__((btf_type_tag("percpu"))) *cache; member
11037 int (*cache)(const struct neighbour *, struct hh_cache *, __be16); member
18906 bool cache; member
29081 struct kprobe_insn_cache *cache; member
29113 struct action_cache cache; member
31353 struct bpf_mem_cache __attribute__((btf_type_tag("percpu"))) *cache; member
31407 struct bpf_mem_cache cache[11]; member
40548 struct kmem_cache *cache; member
40625 struct kmem_cache *cache; member
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h4734 struct bpf_local_storage_data __attribute__((btf_type_tag("rcu"))) *cache[16]; member
5870 struct bio_alloc_cache __attribute__((btf_type_tag("percpu"))) *cache; member
10952 int (*cache)(const struct neighbour *, struct hh_cache *, __be16); member
15295 struct gfn_to_hva_cache cache; member
38994 struct kprobe_insn_cache *cache; member
39047 struct action_cache cache; member
41062 struct bpf_mem_cache __attribute__((btf_type_tag("percpu"))) *cache; member
41116 struct bpf_mem_cache cache[11]; member
49988 struct kmem_cache *cache; member
59939 struct ovl_dir_cache *cache; member
[all …]