Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp25 auto new_cache = pdfium::MakeRetain<CFX_GlyphCache>(face); in GetGlyphCache() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_compilation_cache.cc297 [&](XRTCompilationCache** new_cache) { in GetOrCreateCompilationCache()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.cc100 compilation_cache, [&](tpu::TpuCompilationCacheInterface** new_cache) { in CreateTpuCompilationCache()
/external/e2fsprogs/e2fsck/
Djfs_user.h150 struct kmem_cache *new_cache; in kmem_cache_create() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
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()
581 struct hash_table *new_cache = _mesa_hash_table_clone(current_cache, NULL); in get_sample_function() local
/external/cronet/stable/net/disk_cache/
Ddisk_cache.cc162 disk_cache::BackendImpl* new_cache = cache.get(); in Run() local
/external/cronet/tot/net/disk_cache/
Ddisk_cache.cc162 disk_cache::BackendImpl* new_cache = cache.get(); in Run() local
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_x509.cc1030 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/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
/external/boringssl/src/ssl/
Dssl_x509.cc901 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_x509.cc1030 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
/external/scapy/scapy/
Dconfig.py506 def new_cache(self, name, timeout=None): member in NetCache