Home
last modified time | relevance | path

Searched defs:GetCacheSize (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/android-nn-driver/
H A DCacheDataHandler.hpp33 size_t GetCacheSize() const in GetCacheSize() function in armnn_driver::CacheHandle
H A DCacheDataHandler.cpp49 size_t CacheDataHandler::GetCacheSize(HidlToken token) in GetCacheSize() function in armnn_driver::CacheDataHandler
/aosp_15_r20/art/libelffile/elf/
H A Delf_builder.h245 Elf_Word GetCacheSize() { in GetCacheSize() function
386 Elf_Word GetCacheSize() { return syms_.size() * sizeof(Elf_Sym); } in GetCacheSize() function
/aosp_15_r20/external/cronet/net/cert/
H A Dcaching_cert_verifier.cc199 size_t CachingCertVerifier::GetCacheSize() const { in GetCacheSize() function in net::CachingCertVerifier
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_cache.h105 size_t GetCacheSize() { in GetCacheSize() function
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dpnacl_host_unittest.cc55 int GetCacheSize() { return host_->disk_cache_->Size(); } in GetCacheSize() function in pnacl::PnaclHostTest
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index.cc287 uint64_t SimpleIndex::GetCacheSize() const { in GetCacheSize() function in disk_cache::SimpleIndex