Searched refs:evict (Results 1 - 16 of 16) sorted by relevance

/external/tpm2/
H A DEvictControl.c52 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)
H A DEventSequenceComplete.c86 // mark sequence object as evict so it will be flushed on the way out
87 hashObject->attributes.evict = SET;
H A DSequenceComplete.c106 // mark sequence object as evict so it will be flushed on the way out
107 object->attributes.evict = SET;
H A DObject.c51 // 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);
H A DGlobal.h132 unsigned evict : 1; //4) SET if the object is a platform or member in struct:__anon18141
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,
H A DNV.c12 // 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
1046 // Find the address of evict objec
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java41 evict();
124 evict();
166 private void evict() { method in class:LruCache
/external/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysis.h46 void evict(Function *Fn);
97 Result->evict(cast<Function>(Val));
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java17 * eviction policy to evict {@link android.graphics.Bitmap}s from the least recently used bucket in order to keep
60 evict();
85 evict();
89 private void evict() { method in class:LruBitmapPool
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_vertprog.c94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
H A Dnv30_draw.c286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
H A Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(evict);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.c391 /* 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/
H A DCFLAliasAnalysis.cpp1003 void CFLAAResult::evict(Function *Fn) { Cache.erase(Fn); } function in class:CFLAAResult
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 286 milliseconds