| /system/core/libutils/ |
| D | LruCache_test.cpp | 157 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 …]
|
| D | LruCache_fuzz.cpp | 67 FuzzCache cache(MAX_CACHE_ENTRIES); in LLVMFuzzerTestOneInput() local
|
| /system/logging/liblog/ |
| D | properties.cpp | 55 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/ |
| D | CallChainJoiner_test.cpp | 26 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
|
| D | CallChainJoiner.cpp | 329 LRUCache cache(cache_stat_.cache_size, cache_stat_.matched_node_count_to_extend_callchain); in JoinCallChains() local
|
| D | ETMDecoder.cpp | 989 std::unordered_map<uint64_t, MapEntry> cache; in ConvertETMBranchMapToInstrRanges() local
|
| /system/logging/logcat/ |
| D | process_names.h | 51 android::LruCache<uint64_t, std::string> cache; variable
|
| /system/unwinding/libunwindstack/ |
| D | Memory.cpp | 491 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/ |
| D | pageinout_test.c | 12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
|
| D | thrashing_test.c | 14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
|
| /system/security/keystore2/src/ |
| D | boot_level_keys.rs | 191 cache: VecDeque<ZVec>, field 201 let mut cache: VecDeque<ZVec> = VecDeque::new(); in new() localVariable
|
| /system/core/libutils/include/utils/ |
| D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
| /system/apex/apexd/ |
| D | apexd_loop.cpp | 172 static std::unordered_map<std::string, uint32_t> cache; in BlockDeviceQueueDepth() local
|
| /system/core/llkd/ |
| D | libllkd.cpp | 499 static std::unordered_map<std::string, int> cache; in llkFileToWriteFd() local
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 5140 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/ |
| D | vmlinux.h | 4734 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 …]
|