HomeSort by relevance Sort by last modified time
    Searched refs:evicted (Results 1 - 16 of 16) sorted by null

  /external/oprofile/events/mips/5K/
events 31 event:0x6 counters:1 um:zero minimum:500 name:DCACHE_LINE_EVICTED : Data cache line evicted
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 60 expectedEvictionCount++; // a should have been evicted
72 expectedEvictionCount++; // d should have been evicted
97 expectedEvictionCount++; // aa will be evicted
101 expectedEvictionCount++; // bb will be evicted
373 boolean evicted, String key, String oldValue, String newValue) {
411 boolean evicted, String key, String oldValue, String newValue) {
438 boolean evicted, String key, Integer oldValue, Integer newValue) {
458 boolean evicted, String key, String oldValue, String newValue) {
459 String message = evicted
  /frameworks/base/core/java/android/util/
LruCache.java 25 * added to a full cache, the value at the end of that queue is evicted and may
227 * Called for entries that have been evicted or removed. This method is
228 * invoked when a value is evicted to make space, removed by a call to
235 * @param evicted true if the entry is being removed to make space, false
241 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
337 * Returns the number of values that have been evicted.
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 194 * Called for entries that have been evicted or removed. This method is
195 * invoked when a value is evicted to make space, removed by a call to
202 * @param evicted true if the entry is being removed to make space, false
208 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
303 * Returns the number of values that have been evicted.
  /external/oprofile/events/i386/nehalem/
unit_masks 175 0x04 m_evict Counts the number of modified lines evicted from the L1 data cache due to replacement
176 0x08 m_snoop_evict Counts the number of modified lines evicted from the L1 data cache due to snoop HITM intervention
341 0x01 demand_clean Counts L2 clean cache lines evicted by a demand request
342 0x02 demand_dirty Counts L2 dirty (modified) cache lines evicted by a demand request
343 0x04 prefetch_clean Counts L2 clean cache line evicted by a prefetch request
344 0x08 prefetch_dirty Counts L2 modified cache line evicted by a prefetch request
345 0x0F any Counts all L2 cache lines evicted for any reason
events 101 event:0xF2 counters:0,1,2,3 um:l2_lines_out minimum:6000 name:L2_LINES_OUT : Counts L2 cache lines evicted.
  /external/oprofile/events/i386/westmere/
unit_masks 146 0x01 demand_clean L2 lines evicted by a demand request
147 0x02 demand_dirty L2 modified lines evicted by a demand request
148 0x04 prefetch_clean L2 lines evicted by a prefetch request
149 0x08 prefetch_dirty L2 modified lines evicted by a prefetch request
150 0x0f any L2 lines evicted
  /external/oprofile/events/i386/atom/
events 27 event:0x26 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_OUT : L2 cache lines evicted
28 event:0x27 counters:0,1 um:core,prefetch minimum:500 name:L2_M_LINES_OUT : Modified lines evicted from the L2 cache
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 415 boolean evicted, String key, Cursor oldValue, Cursor newValue) {
417 if (evicted && !sActiveCursors.contains(oldValue)) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 751 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle newValue) {
752 if (evicted) {
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 273 0x20 Cache line evicted brought into the cache by PrefetchNTA
274 0x40 Cache line evicted not brought into the cache by PrefetchNTA
  /external/oprofile/events/x86-64/family11h/
events 43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
  /external/oprofile/events/x86-64/hammer/
events 43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 202 milliseconds