Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 7 of 7) 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_sync.cc283 block_alloc_.FlushCache(&thr->block_cache); in OnThreadIdle()
284 sync_alloc_.FlushCache(&thr->sync_cache); in OnThreadIdle()
Dtsan_dense_alloc.h80 void FlushCache(Cache *c) { in FlushCache() function
Dtsan_rtl_thread.cc145 ctx->clock_alloc.FlushCache(&thr->clock_cache); in OnFinished()
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h2706 typedef void (*FlushCache)(mDNS *const m); typedef
2708 extern void mDNSCoreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache
DmDNS.c4628 …oreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache flushCacheRecord… in mDNSCoreRestartAddressQueries()