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

1 2 3 4 5 6

  /external/tpm2/
EvictControl.c 52 if( evictObject->attributes.evict == SET
61 if(evictObject->attributes.evict == CLEAR)
63 // Platform auth can not set evict object in storage or endorsement
76 // Owner auth can not set or clear evict object in platform hierarchy
81 if( evictObject->attributes.evict == CLEAR
95 // Change evict state
96 if(evictObject->attributes.evict == CLEAR)
EventSequenceComplete.c 86 // mark sequence object as evict so it will be flushed on the way out
87 hashObject->attributes.evict = SET;
ChangeEPS.c 49 // Flush evict object of endorsement hierarchy stored in NV
ChangePPS.c 42 // Flush platform evict object and index in NV
NV.c 12 // NV Index/evict object iterator value
193 // This function returns the size of an evict object in NV space
236 // would mean that the TPM cannot allocate the minimum number of evict
242 // If we have not allocated the requisite number of evict objects, then we
256 // if the requisite number of evict objects have been allocated then
275 // evict object, totalSize is the same as
530 // Initialize auxiliary variable space for index/evict implementation.
564 // Initialize the next offset of the first entry in evict/index list to 0
730 // This function returns the offset in NV of the next evict object entry. A value of 0 indicates the end of the
    [all...]
SequenceComplete.c 106 // mark sequence object as evict so it will be flushed on the way out
107 object->attributes.evict = SET;
NV_fp.h 10 TPM_RC NvAddEvictObject(TPMI_DH_OBJECT evictHandle, // IN: new evict handle
Object_fp.h 58 TPM_RC ObjectLoadEvict(TPM_HANDLE *handle, // IN:OUT: evict object handle. If
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
LruResourceCache.java 46 // Evict our entire bitmap cache
50 // Evict oldest half of our bitmap cache
MemoryCache.java 63 * Evict all items from the memory cache.
  /frameworks/base/services/core/java/com/android/server/accounts/
TokenCache.java 96 public void evict() { method in class:TokenCache.TokenLruCache.Evictor
130 evictor.evict();
156 public void evict(String accountType, String token) { method in class:TokenCache.TokenLruCache
159 evictor.evict();
164 public void evict(Account account) { method in class:TokenCache.TokenLruCache
167 evictor.evict();
209 mCachedTokens.evict(accountType, token);
213 mCachedTokens.evict(account);
  /prebuilts/go/darwin-x86/src/net/
fd_poll_runtime.go 51 // Evict evicts fd from the pending list, unblocking any I/O running on fd.
52 func (pd *pollDesc) Evict() {
fd_poll_nacl.go 21 func (pd *pollDesc) Evict() {
  /prebuilts/go/linux-x86/src/net/
fd_poll_runtime.go 51 // Evict evicts fd from the pending list, unblocking any I/O running on fd.
52 func (pd *pollDesc) Evict() {
fd_poll_nacl.go 21 func (pd *pollDesc) Evict() {
  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 192 // of stack. It is allowed to call evict.
223 // Evict entry with smallest count.
231 if !p.evict(e) {
232 // Could not evict entry. Record lost stack.
245 // evict copies the given entry's data into the log, so that
246 // the entry can be reused. evict is called from add, which
249 // evict returns true if the entry was copied to the log,
251 func (p *cpuProfile) evict(e *cpuprofEntry) bool { func
275 // flushlog is called from evict, called from add, called from the signal handler,
360 // Evict the hash table into the log and return it
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 192 // of stack. It is allowed to call evict.
223 // Evict entry with smallest count.
231 if !p.evict(e) {
232 // Could not evict entry. Record lost stack.
245 // evict copies the given entry's data into the log, so that
246 // the entry can be reused. evict is called from add, which
249 // evict returns true if the entry was copied to the log,
251 func (p *cpuProfile) evict(e *cpuprofEntry) bool { func
275 // flushlog is called from evict, called from add, called from the signal handler,
360 // Evict the hash table into the log and return it
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
LruBitmapPool.java 17 * eviction policy to evict {@link android.graphics.Bitmap}s from the least recently used bucket in order to keep
60 evict(); method
85 evict(); method
89 private void evict() { method in class:LruBitmapPool
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 223 cache.put("b", "BBBB"); // should evict a
225 cache.put("c", "CC"); // should evict b
229 cache.put("e", "E"); // should evict c
233 cache.put("g", "G"); // should evict d
237 cache.put("i", "III"); // should evict e, f, and g
239 cache.put("j", "JJJ"); // should evict h and i
257 // evict something
280 * Naive caches evict at most one element at a time. This is problematic
295 cache.put("d", "12345678"); // should evict a and b
297 cache.put("e", "12345678"); // should evict c and
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 41 evict(); method
124 evict(); method
166 private void evict() { method in class:LruCache
  /external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java 194 // evict 3, 4, 5
204 // evict 9, 0, 1
227 // evict 3, 4, 5
237 // evict 9, 1, 2, 10
247 // evict 6
  /external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll 8 ; evict it. This started passing again due to the changes for PR8969
  /external/skia/src/core/
SkBitmapHeap.cpp 151 // iterate through our LRU cache and try to find an entry to evict
295 // decide if we need to evict an existing heap entry or create a new one
297 // iterate through our LRU cache and try to find an entry to evict
300 // we found an entry to evict
  /external/v8/test/mjsunit/regress/
regress-330046.js 55 // If OSR did not evict the old code, it will be installed in f here.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 42 // evict all thumbnails when hidden.

Completed in 387 milliseconds

1 2 3 4 5 6