/packages/apps/Camera2/src/com/android/camera/burst/ |
EvictionHandler.java | 27 * to evict frames.
|
RingBuffer.java | 29 * {@link EvictionHandler} instance and uses it to evict frames when the ring
|
/external/llvm/include/llvm/Analysis/ |
CFLAliasAnalysis.h | 46 void evict(Function *Fn); 97 Result->evict(cast<Function>(Val));
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.c | 391 /* Out of space: evict everything to compactify the code segment, hoping 395 struct nv50_program *evict = heap->next->priv; local 396 if (evict) 397 nouveau_heap_free(&evict->mem);
|
/external/tpm2/ |
Startup.c | 151 // Initialize index/evict data. This function clear read/write locks
|
Object.c | 51 // If an object is a temporary evict object, flush it from slot 52 if(s_objects[i].object.entity.attributes.evict == SET) 669 TPM_HANDLE *handle, // IN:OUT: evict object handle. If success, it 675 TPM_HANDLE evictHandle = *handle; // Save the evict handle 855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vertprog.c | 94 struct nouveau_heap **evict = heap->next->priv; local 95 nouveau_heap_free(evict);
|
/external/skia/src/gpu/ |
GrBatchAtlas.h | 67 // To ensure the atlas does not evict a given entry, the client must set the last use token 168 // lastUse to determine when we can evict a plot from the cache, ie if the last use has
|
GrResourceProvider.h | 133 * evict data
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
LruPool.java | 28 * LruPool that will evict items from the pool after reaching maximum size in 197 * be -1 to evict even 0-sized elements.
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
DiskLruCacheTest.java | 520 // Cause the size to grow to 12 should evict 'A'. 528 // Causing the size to grow to 10 should evict nothing. 537 // Causing the size to grow to 18 should evict 'B' and 'C'. 557 // Causing the size to grow to 11 should evict 'A'. 576 // Causing the size to grow to 12 should evict 'A'. 578 // Causing the size to grow to 12 should evict 'C'. 804 set("c", "cc", "ccc"); // size 5; will evict 'A' 815 set("c", "cc", "ccc"); // size 5; will evict 'A' 816 set("a", "a", "aaaa"); // size 5; will evict 'B' [all...] |
/external/jemalloc/src/ |
ckh.c | 118 * No space is available in bucket. Randomly evict an item, then try to find an 137 * Choose a random item within the bucket to evict. This is 149 /* Swap cell->{key,data} and {key,data} (evict). */
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityCache.java | 91 * the cache will either refresh some nodes or evict some nodes. 176 // Weird, we could not refresh. Just evict the entire sub-tree. 372 * @param rootNodeId The id of the root to evict.
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash_itanium.cc | 87 // chaining. We can freely evict from either layer since this is just a cache. 108 // FIXME: Pick a random entry from the probe sequence to evict rather than
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionPool.java | 258 * <h3>We waited to evict.</h3> 300 // If there's nothing to evict, wait. (This will be interrupted if connections are added.)
|
/frameworks/base/core/java/android/util/ |
LruCache.java | 192 * to evict even 0-sized elements. 308 trimToSize(-1); // -1 will evict 0-sized elements
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
LruCache.java | 194 * to evict even 0-sized elements. 319 trimToSize(-1); // -1 will evict 0-sized elements
|
/frameworks/support/compat/java/android/support/v4/util/ |
LruCache.java | 159 * to evict even 0-sized elements. 271 trimToSize(-1); // -1 will evict 0-sized elements
|
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 629 // If we missed a simple hint, try to cheaply evict interference from the 642 // Try to evict interference from a cheaper alternative. 685 /// shouldEvict - determine if A should evict the assigned live range B. The 708 DEBUG(dbgs() << "should evict: " << B << " w= " << B.weight << '\n'); 725 // It is only possible to evict virtual register interference. 736 // This works out so a register without a cascade number is allowed to evict 754 // Never evict spill products. They cannot split or spill. 759 // urgent live ranges get to evict almost anything. 767 // Only evict older cascades or live ranges without a cascade. 802 /// evictInterference - Evict any interferring registers that prevent VirtRe [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
BitmapPool.java | 111 * {@link android.graphics.Bitmap}s to evict.
|
/external/v8/src/compiler/ |
greedy-allocator.h | 128 // Evict and reschedule conflicts of a given range, at a given register.
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.h | 86 * are typically stored in a cache which may evict entries.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/ |
DynamicRingBuffer.java | 53 * to reserve "Tickets" (representing ImageReader capacity) to evict images from
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailLogService.java | 84 * Insert a log message into the buffer. This might evict the oldest message if the log
|
/external/icu/icu4c/source/common/ |
unifiedcache.cpp | 272 // _runEvictionSlice runs a slice of the evict pipeline by examining the next 548 // We can evict entries that are either not a master or have just
|