/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-evict.test | 1 … -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -o %t %S/Inputs/instrprof-value-prof-evict.c 4 …a show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c 7 …ters-per-site=10 -Xclang -fprofile-instrument=llvm -o %t.ir %S/Inputs/instrprof-value-prof-evict.c 10 …how --all-functions -ic-targets %t.ir.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c 13 …-alloc=false -Xclang -fprofile-instrument=llvm -o %t.ir.dyn %S/Inputs/instrprof-value-prof-evict.c 16 …--all-functions -ic-targets %t.ir.dyn.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
|
/external/tpm2/ |
D | EvictControl.c | 52 if( evictObject->attributes.evict == SET in TPM2_EvictControl() 61 if(evictObject->attributes.evict == CLEAR) in TPM2_EvictControl() 81 if( evictObject->attributes.evict == CLEAR in TPM2_EvictControl() 96 if(evictObject->attributes.evict == CLEAR) in TPM2_EvictControl()
|
D | EventSequenceComplete.c | 87 hashObject->attributes.evict = SET; in TPM2_EventSequenceComplete()
|
D | SequenceComplete.c | 107 object->attributes.evict = SET; in TPM2_SequenceComplete()
|
D | Object.c | 52 if(s_objects[i].object.entity.attributes.evict == SET) in ObjectCleanupEvict() 855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR); in ObjectCapGetLoaded()
|
D | Global.h | 132 unsigned evict : 1; //4) SET if the object is a platform or member
|
D | NV.c | 1203 object->attributes.evict = SET; in NvGetEvictObject() 1589 stored_attributes.evict = SET; in NvMarshalObject()
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | LruCache.java | 41 evict(); in setSizeMultiplier() 124 evict(); in put() 166 private void evict() { in evict() method in LruCache
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | LruBitmapPool.java | 60 evict(); in setSizeMultiplier() 85 evict(); in put() 89 private void evict() { in evict() method in LruBitmapPool
|
/external/llvm/include/llvm/Analysis/ |
D | CFLSteensAliasAnalysis.h | 53 void evict(Function *Fn); 111 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vertprog.c | 96 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local 97 nouveau_heap_free(evict); in nv30_vertprog_validate()
|
D | nv30_draw.c | 297 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local 298 nouveau_heap_free(evict); in nv30_render_validate()
|
D | nv30_transfer.c | 80 struct nouveau_heap **evict = heap->next->priv; in nv30_transfer_rect_vertprog() local 81 nouveau_heap_free(evict); in nv30_transfer_rect_vertprog()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 463 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local 464 if (evict) in nv50_program_upload_code() 465 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 254 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 801 struct nvc0_program *evict = heap->next->priv; in nvc0_program_upload() local 802 nouveau_heap_free(&evict->mem); in nvc0_program_upload()
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 123 space and it may have to evict a trace, at which point the branch to
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 123 space and it may have to evict a trace, at which point the branch to
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd.ll | 42 ; evict another live range or use callee saved regs. Sorry if the test
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 108 relative addressing to other PT_LOAD from the same file] would evict
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 1283 evict. Because of the one-pass nature of the linear-scan algorithm, this
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 1283 evict. Because of the one-pass nature of the linear-scan algorithm, this
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|