/external/icu/icu4c/source/common/ |
unifiedcache.h | 330 * Returns how many entries have been auto evicted during the lifetime 331 * of this cache. This only includes auto evicted entries, not 332 * entries evicted because of a call to flush().
|
unifiedcache.cpp | 256 // Computes how many items should be evicted. 258 // Returns number of items that should be evicted or a value <= 0 if no 259 // items need to be evicted.
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 343 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL", 1040 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); local 1135 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); local 1664 std::vector<sp<BasicClient>> evicted; local 1831 std::vector<sp<BasicClient>> evicted; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
SoftCache.java | 63 // The instance has been evicted, its Reference cleared.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SoftCache.java | 61 // The instance has been evicted, its Reference cleared.
|
/external/v8/src/ |
optimizing-compile-dispatcher.h | 86 // Tasks evicted from the cyclic buffer are discarded.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
PoolableImageCache.java | 74 protected synchronized void entryRemoved(final boolean evicted, final String key, 77 super.entryRemoved(evicted, key, oldValue, newValue); 219 * Called when an image resource is evicted from the cache. Bitmap pool's entries are 220 * strictly tied to their presence in the image cache. Once an image is evicted from the
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
LruPool.java | 51 * Called for entries that have been evicted or removed. This method is 52 * invoked when a value is evicted to make space, but NOT when an item is
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheBuilder.java | 51 * <li>notification of evicted (or otherwise removed) entries 99 * <p>Entries are automatically evicted from the cache when any of 106 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache 110 * {@linkplain #expireAfterAccess expireAfterAccess} is requested entries may be evicted on each 323 * <p>When {@code size} is zero, elements will be evicted immediately after being loaded into the
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 309 // WARMUP_MAX), but the tests assume no values get evicted. Even with a maximumSize of 100, one 310 // of the values gets evicted. With weak keys, we use identity equality, which means using 313 // would cause one to be evicted.
|
/prebuilts/go/darwin-x86/src/runtime/ |
cpuprof.go | 17 // evicted from the hash table, copied to a log that will eventually be 80 // Log of traces evicted from hash. 239 // Reuse the newly evicted entry.
|
/prebuilts/go/linux-x86/src/runtime/ |
cpuprof.go | 17 // evicted from the hash table, copied to a log that will eventually be 80 // Log of traces evicted from hash. 239 // Reuse the newly evicted entry.
|
/external/guava/guava/src/com/google/common/cache/ |
CacheBuilder.java | 57 * <li>notification of evicted (or otherwise removed) entries 105 * <p>Entries are automatically evicted from the cache when any of 112 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache 116 * {@linkplain #expireAfterAccess expireAfterAccess} is requested entries may be evicted on each 391 * <p>When {@code size} is zero, elements will be evicted immediately after being loaded into the 421 * <p>When {@code weight} is zero, elements will be evicted immediately after being loaded into 426 * effect on selecting which entry should be evicted next. 454 * (though it still may be evicted by other means). [all...] |
CacheStats.java | 48 * <li>When an entry is evicted from the cache, {@code evictionCount} is incremented. 208 * Returns the number of times an entry has been evicted. This count does not include manual
|
LoadingCache.java | 31 * and are stored in the cache until either evicted or manually invalidated. 144 * evicted. If the new value is loaded successfully it will replace the previous value in the
|
Cache.java | 35 * either evicted or manually invalidated.
|
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 56 STATISTIC(NumEvicted, "Number of interferences evicted"); 94 "variable because of other evicted variables."), 232 float MaxWeight; ///< Maximum spill weight evicted. 696 /// @param B The live range to be evicted. 715 /// PhysReg can be evicted. 722 /// @returns True when interference can be evicted cheaper than MaxCost. 737 // anything, and it can be evicted by anything. 808 // number to every evicted register. These live ranges than then only be 809 // evicted by a newer cascade, preventing infinite loops. [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionPool.java | 254 * <h3>Connections were evicted.</h3> 255 * At least one connections was eligible for immediate eviction and was evicted. The method
|
/external/skia/src/core/ |
SkBitmapHeap.cpp | 184 // everything is evicted. 207 // Everything was evicted
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
DrawableDownloader.java | 197 boolean evicted, String key, BitmapItem oldValue, BitmapItem newValue) { 198 if (evicted) {
|
/system/core/include/utils/ |
BlobCache.h | 98 // the BlobCache will be evicted from the cache. If an error occurs while 231 // will be evicted from the cache to make room for the new entry.
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
layered_cache.py | 9 may result in our data being evicted. To prevent this, we cache processed
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_stat.cc | 49 name[StatShadowReplace] = " Including evicted ";
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
BitmapPreFillRunner.java | 122 // is at the front of the queue so that the Bitmap we're adding won't be evicted immediately.
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
TokenCache.java | 121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) {
|