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

1 2

  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 40 * added to a cache. If the fragment is evicted from the cache, it will be deleted.
183 protected void entryRemoved(boolean evicted, String key,
185 // remove the fragment if it's evicted OR it's replaced by a new fragment
186 if (evicted || (newValue != null && oldValue != newValue)) {
  /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
251 * Called for entries that have been evicted or removed. This method is
252 * invoked when a value is evicted to make space, removed by a call to
259 * @param evicted true if the entry is being removed to make space, false
265 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
361 * Returns the number of values that have been evicted.
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 29 * added to a full cache, the value at the end of that queue is evicted and may
261 * Called for entries that have been evicted or removed. This method is
262 * invoked when a value is evicted to make space, removed by a call to
269 * @param evicted true if the entry is being removed to make space, false
275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
371 * Returns the number of values that have been evicted.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 53 protected void entryRemoved(boolean evicted, Integer netId,
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 197 * Called for entries that have been evicted or removed. This method is
198 * invoked when a value is evicted to make space, removed by a call to
205 * @param evicted true if the entry is being removed to make space, false
211 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
306 * 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)) {
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 144 protected void entryRemoved(boolean evicted, String key,
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 498 protected void entryRemoved(boolean evicted, Long key,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 376 boolean evicted, Object key, Bitmap oldValue, Bitmap newValue) {
387 boolean evicted, Object key, BitmapHolder oldValue, BitmapHolder newValue) {
    [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/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java     [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 

Completed in 1449 milliseconds

1 2