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

1 2 3

  /external/chromium_org/net/http/
http_auth_cache.cc 149 bool evicted = false; local
158 evicted = true;
160 UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddEvicted", evicted);
202 bool evicted = false; local
208 evicted = true;
210 UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddPathEvicted", evicted);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
KeyStoreLruCache.java 40 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) {
  /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/chromium_org/components/domain_reliability/
context.cc 140 bool evicted = false; local
146 evicted = true;
156 UMA_HISTOGRAM_BOOLEAN("DomainReliability.OnBeaconDidEvict", evicted);
  /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
250 * Called for entries that have been evicted or removed. This method is
251 * invoked when a value is evicted to make space, removed by a call to
258 * @param evicted true if the entry is being removed to make space, false
264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
360 * 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 55 protected void entryRemoved(boolean evicted, Integer netId,
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 213 * Called for entries that have been evicted or removed. This method is
214 * invoked when a value is evicted to make space, removed by a call to
221 * @param evicted true if the entry is being removed to make space, false
227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
323 * 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
  /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/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 552 const int evicted = i - kCacheSize; local
553 EXPECT_FALSE(cache.FindPosition(CreateReferenceWifiScanData(evicted)));
554 EXPECT_TRUE(cache.FindPosition(CreateReferenceWifiScanData(evicted + 1)));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableDownloader.java 197 boolean evicted, String key, BitmapItem oldValue, BitmapItem newValue) {
198 if (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/provider_src/com/android/email/provider/
ContentCache.java 416 boolean evicted, String key, Cursor oldValue, Cursor newValue) {
418 if (evicted && !sActiveCursors.contains(oldValue)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 105 protected void entryRemoved(boolean evicted, Locale key,
112 // evicted and new facilitator is not set for the locale.
116 + " has been evicted due to cache size limit."
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 158 protected void entryRemoved(boolean evicted, String key,
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 158 protected void entryRemoved(boolean evicted, String key,
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 158 protected void entryRemoved(boolean evicted, String key,
  /external/chromium_org/net/dns/
host_resolver_impl.cc 1903 Job* evicted = static_cast<Job*>(dispatcher_->EvictOldestLowest()); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 500 protected void entryRemoved(boolean evicted, Long key,
  /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/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 61 * Last accessed date to be used for selecting items whose cache are evicted.
  /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

Completed in 639 milliseconds

1 2 3