Home
last modified time | relevance | path

Searched defs:new_cache (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dlru_cache_test.cc88 LruCache<int, std::shared_ptr<int>> new_cache = cache; in TEST() local
103 LruCache<int, std::shared_ptr<int>> new_cache = std::move(cache); in TEST() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fontcache.cpp26 auto new_cache = pdfium::MakeRetain<CFX_GlyphCache>(face); in GetGlyphCache() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c171 replace_sample_function_cache_locked(struct lp_sampler_matrix *matrix, struct hash_table *new_cache) in replace_sample_function_cache_locked()
583 struct hash_table *new_cache = _mesa_hash_table_clone(current_cache, NULL); in get_sample_function() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_compilation_cache.cc297 [&](XRTCompilationCache** new_cache) { in GetOrCreateCompilationCache()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_configuration_ops.cc100 compilation_cache, [&](tpu::TpuCompilationCacheInterface** new_cache) { in CreateTpuCompilationCache()
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Djfs_user.h150 struct kmem_cache *new_cache; in kmem_cache_create() local
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc163 disk_cache::BackendImpl* new_cache = cache.get(); in Run() local
/aosp_15_r20/tools/asuite/adevice/src/
H A Dfingerprint.rs322 let mut new_cache: HashMap<String, String> = HashMap::new(); in write_to_file() localVariable
/aosp_15_r20/external/scapy/scapy/
H A Dconfig.py268 def new_cache(self, name, timeout=None): member in NetCache
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_x509.cc1102 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_x509.cc1035 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_x509.cc1102 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_x509.cc1035 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local