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

1 2 3 4 5 6

  /external/autotest/client/site_tests/platform_CryptohomeKeyEviction/
control 7 PURPOSE = "Verify that crypthome correctly reloads evicted TPM keys."
21 cryptohome key was properly evicted and reloaded into the TPM.
platform_CryptohomeKeyEviction.py 14 cryptohome key was properly evicted and reloaded into the TPM.
30 # key to get evicted.
  /external/autotest/client/site_tests/platform_TPMEvict/
control 20 evicted. The test exercises the eviction code path as well as the reload code
21 path (when a previously evicted key is used again).
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Resource.java 39 * <li>After all consumers have released this resource and it has been evicted from the cache</li>
44 * been evicted from the cache.
ResourceRecycler.java 20 // evicted which leads to a recycle loop when the parent releases it's children. Posting breaks this loop.
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 201 * LRU descriptor being evicted (this means the incoming descriptor be added in this case).
207 * priority, and a different owner will be evicted in LRU order until either the cost is less
208 * than the max cost, or all descriptors meeting this criteria have been evicted and the
223 * are evicted by this action are returned in a vector.
225 * This may return the ClientDescriptor passed in if it would be evicted.
252 * Return a vector of the ClientDescriptors that would be evicted by adding the given
255 * This may return the ClientDescriptor passed in if it would be evicted.
309 * The onClientRemoved method will be called when the client has been removed or evicted
322 * Return a vector of the ClientDescriptors that would be evicted by adding the given
418 // Find evicted client
468 auto evicted = wouldEvictLocked(client); local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
EvictingQueue.java 62 * <p>When {@code maxSize} is zero, elements will be evicted immediately after being added to the
85 * of the queue is evicted to make room.
95 * of the queue is evicted to make room.
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
Camera1Activity.java 59 TAG + " camera evicted");
60 Log.e(TAG, "onError called with event " + i + ", camera evicted");
TestConstants.java 31 public static final String EVENT_CAMERA_EVICTED_STR = "evicted";
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 31 * cache. If the new size is less than the current size, entries will be evicted until the current size is less
55 * A callback called whenever an item is evicted from the cache. Subclasses can override.
57 * @param key The key of the evicted item.
58 * @param item The evicted item.
  /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)) {
  /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/packages/SystemUI/src/com/android/systemui/recents/model/
TaskKeyLruCache.java 28 * recently referenced key/values will be evicted as more values than the given cache size are
55 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaCache.java 24 * ref on the entries as they are evicted from the cache, and it uses the media resource
98 protected synchronized void entryRemoved(final boolean evicted, final String key,
VCardResource.java 25 * again. The next time the same VCard is displayed, since the old resource has been evicted from
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemoryCache.java 31 * If the size multiplier causes the size of the cache to be decreased, items will be evicted until the cache
  /frameworks/support/compat/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.
  /system/connectivity/shill/net/
event_history_unittest.cc 134 // One timestamp will be evicted to make way for the latest event timestamp,
163 // Expect that all the kTimeEarly event timestamps will be evicted since
224 // event timestamps will be evicted since the the former took place less than
  /device/asus/fugu/original-kernel-headers/drm/ttm/
ttm_placement.h 67 * be evicted to make room for other buffers.
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 84 * The entry was evicted due to size constraints. This can occur when using
  /external/tpm2/
EvictControl.c 17 // TPM_RC_HANDLE evictHandle of the persistent object to be evicted is not the same as
  /packages/apps/Camera2/src/com/android/camera/burst/
EvictionHandler.java 25 * has limited memory and old images need to be evicted for storing new images.
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPool.java 21 * {@link Bitmap}s should be evicted until the pool is smaller than the new max size.
39 * evicted after being accepted. The only time this method will return {@code false} is if the

Completed in 399 milliseconds

1 2 3 4 5 6