Home
last modified time | relevance | path

Searched refs:Drain (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h70 Drain(c); in Free()
125 void Drain(Cache *c) { in Drain() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h63 Drain(c, cb); in Put()
66 void NOINLINE Drain(Cache *c, Callback cb) { in Drain() function
Dsanitizer_allocator.h917 Drain(allocator); in Destroy()
944 Drain(allocator, class_id); in Deallocate()
948 void Drain(SizeClassAllocator *allocator) { in Drain() function
952 Drain(allocator, class_id); in Drain()
988 NOINLINE void Drain(SizeClassAllocator *allocator, uptr class_id) { in Drain() function
1411 cache->Drain(&primary_); in SwallowCache()
/external/opencv3/3rdparty/include/dshow/
Dcontrol.h554 virtual HRESULT WINAPI put_MessageDrain(OAHWND Drain) = 0;
555 virtual HRESULT WINAPI get_MessageDrain(OAHWND *Drain) = 0;
604 HRESULT (WINAPI *put_MessageDrain)(IVideoWindow *This,OAHWND Drain);
605 HRESULT (WINAPI *get_MessageDrain)(IVideoWindow *This,OAHWND *Drain);
656 #define IVideoWindow_put_MessageDrain(This,Drain) (This)->lpVtbl->put_MessageDrain(This,Drain) argument
657 #define IVideoWindow_get_MessageDrain(This,Drain) (This)->lpVtbl->get_MessageDrain(This,Drain) argument
721 HRESULT WINAPI IVideoWindow_put_MessageDrain_Proxy(IVideoWindow *This,OAHWND Drain);
723 HRESULT WINAPI IVideoWindow_get_MessageDrain_Proxy(IVideoWindow *This,OAHWND *Drain);
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc512 cache.Drain(a); in TestSizeClassAllocatorLocalCache()
549 static_allocator_cache.Drain(a); in AllocatorLeakTestWorker()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc574 quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac)); in CommitBack()
/external/libevent/
DChangeLog774 o Drain th_notify_fd[0] more bytes at a time. (a5bc15b)