Searched defs:MemoryCache (Results 1 - 6 of 6) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCache.java10 public interface MemoryCache { interface
/external/chromium_org/net/tools/flip_server/
H A Dmem_cache.cc67 MemoryCache::MemoryCache() : cwd_(FLAGS_cache_base_dir) {} function in class:net::MemoryCache
69 MemoryCache::~MemoryCache() { ClearFiles(); }
71 void MemoryCache::CloneFrom(const MemoryCache& mc) {
78 void MemoryCache::AddFiles() {
121 void MemoryCache::ReadToString(const char* filename, std::string* output) {
137 void MemoryCache::ReadAndStoreFileContents(const char* filename) {
205 FileData* MemoryCache
[all...]
H A Dmem_cache.h112 class MemoryCache { class in namespace:net
117 MemoryCache();
118 virtual ~MemoryCache();
120 void CloneFrom(const MemoryCache& mc);
/external/lldb/source/Target/
H A DMemory.cpp24 // MemoryCache constructor
26 MemoryCache::MemoryCache(Process &process) : function in class:MemoryCache
38 MemoryCache::~MemoryCache()
43 MemoryCache::Clear(bool clear_invalid_ranges)
52 MemoryCache::Flush (addr_t addr, size_t size)
85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size)
97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size)
116 MemoryCache
[all...]
/external/lldb/include/lldb/Target/
H A DMemory.h30 class MemoryCache class in namespace:lldb_private
36 MemoryCache (Process &process);
38 ~MemoryCache ();
68 // Classes that inherit from MemoryCache can see and modify these
76 DISALLOW_COPY_AND_ASSIGN (MemoryCache);
183 // Classes that inherit from MemoryCache can see and modify these
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp24 #include "core/fetch/MemoryCache.h"
45 static OwnPtrWillBePersistent<MemoryCache>* gMemoryCache;
53 MemoryCache* memoryCache()
57 gMemoryCache = new OwnPtrWillBePersistent<MemoryCache>(MemoryCache::create());
61 PassOwnPtrWillBeRawPtr<MemoryCache> replaceMemoryCacheForTesting(PassOwnPtrWillBeRawPtr<MemoryCache> cache)
75 OwnPtrWillBeRawPtr<MemoryCache> oldCache = gMemoryCache->release();
94 inline MemoryCache::MemoryCache() function in class:blink::MemoryCache
[all...]

Completed in 151 milliseconds