Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc79 static void FlushCache(uint8_t* dst, int count) { in FlushCache() function
129 FlushCache(ibuf, isize); in TestScale()
130 FlushCache(obuf, osize); in TestScale()
131 FlushCache(xbuf, osize); in TestScale()
143 FlushCache(ibuf, isize); in TestScale()
144 FlushCache(obuf, osize); in TestScale()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cc51 alloc.FlushCache(&cache); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_sync.cc292 block_alloc_.FlushCache(&proc->block_cache); in OnProcIdle()
293 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
Dtsan_dense_alloc.h80 void FlushCache(Cache *c) { in FlushCache() function
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h419 void FlushCache();
DPVRTModelPOD.cpp2085 FlushCache();
2112 void CPVRTModelPOD::FlushCache() function in CPVRTModelPOD
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h2718 typedef void (*FlushCache)(mDNS *const m); typedef
2720 extern void mDNSCoreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache
DmDNS.c4628 …oreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache flushCacheRecord… in mDNSCoreRestartAddressQueries()