HomeSort by relevance Sort by last modified time
    Searched defs:MemoryCache (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MemoryCacheManager.java 28 private final HashSet<MemoryCache> mMemoryCaches = new HashSet<MemoryCache>();
38 public interface MemoryCache {
45 public void registerMemoryCache(final MemoryCache cache) {
54 public void unregisterMemoryCache(final MemoryCache cache) {
67 final HashSet<MemoryCache> shallowCopy;
69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone();
71 for (final MemoryCache cache : shallowCopy) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemoryCache.java 9 public interface MemoryCache {
  /external/lldb/source/Target/
Memory.cpp 24 // MemoryCache constructor
26 MemoryCache::MemoryCache(Process &process) :
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::Read (addr_t addr,
    [all...]
  /external/lldb/include/lldb/Target/
Memory.h 30 class MemoryCache
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

Completed in 58 milliseconds