Searched refs:FlushCache (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/session/media/ |
D | yuvscaler_unittest.cc | 79 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/ |
D | tsan_dense_alloc_test.cc | 51 alloc.FlushCache(&cache); in TEST()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.cc | 283 block_alloc_.FlushCache(&thr->block_cache); in OnThreadIdle() 284 sync_alloc_.FlushCache(&thr->sync_cache); in OnThreadIdle()
|
D | tsan_dense_alloc.h | 80 void FlushCache(Cache *c) { in FlushCache() function
|
D | tsan_rtl_thread.cc | 145 ctx->clock_alloc.FlushCache(&thr->clock_cache); in OnFinished()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 2706 typedef void (*FlushCache)(mDNS *const m); typedef 2708 extern void mDNSCoreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache…
|
D | mDNS.c | 4628 …oreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache flushCacheRecord… in mDNSCoreRestartAddressQueries()
|