Home
last modified time | relevance | path

Searched defs:kCacheSize (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h79 kCacheSize = 2048, enumerator
/aosp12/system/unwinding/libunwindstack/
H A DMemoryCache.h54 constexpr static size_t kCacheSize = 1 << kCacheBits; variable
/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor_unittest.cc38 const size_t kCacheSize = 100; variable
H A Dpartition_writer.cc49 constexpr uint64_t kCacheSize = 1024 * 1024; // 1MB variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp97 static constexpr size_t kCacheSize = 256; member in __anone6e788b30110::CachingDriver
/aosp12/system/core/libutils/
H A DLruCache_test.cpp216 const size_t kCacheSize = 512; in TEST_F() local