HomeSort by relevance Sort by last modified time
    Searched refs:evict (Results 1 - 21 of 21) sorted by null

  /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;
SequenceComplete.c 106 // mark sequence object as evict so it will be flushed on the way out
107 object->attributes.evict = SET;
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);
Global.h 132 unsigned evict : 1; //4) SET if the object is a platform or member in struct:__anon23817
133 // owner evict object. Platform-
134 // evict object belongs to PPS
135 // hierarchy, owner-evict object
186 TPMI_DH_OBJECT evictHandle; // if the object is an evict object,
    [all...]
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...]
  /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
  /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);
  /external/llvm/include/llvm/Analysis/
CFLAliasAnalysis.h 46 void evict(Function *Fn);
97 Result->evict(cast<Function>(Val));
  /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
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
nv30_draw.c 286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
nv30_transfer.c 80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(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.
  /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/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 1003 void CFLAAResult::evict(Function *Fn) { Cache.erase(Fn); } function in class:CFLAAResult
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 

Completed in 704 milliseconds