/third_party/node/test/parallel/ |
H A D | test-stream2-readable-legacy-drain.js | 47 function drain() { function
|
/third_party/skia/tools/ |
H A D | AutoreleasePool.h | 32 void drain() {} in drain() function in AutoreleasePool
|
/third_party/nghttp2/src/ |
H A D | buffer.h | 56 size_t drain(size_t count) { in drain() function
|
H A D | shrpx_rate_limit.cc | 66 void RateLimit::drain(size_t n) { in drain() function in shrpx::RateLimit
|
H A D | memchunk.h | 303 size_t drain(size_t count) { in drain() function 639 size_t drain(size_t count) { in drain() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | pcm_rechunk_bsf.c | 121 int drain = FFMIN(s->in_pkt->size, data_size - s->out_pkt->size); in rechunk_filter() local
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_local.h | 34 int (*drain)(snd_rawmidi_t *rawmidi); member
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 64 static void drain(void) { in drain() function
|
H A D | pactl.c | 171 static void drain(void) { in drain() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_loop.c | 141 int drain = 0; in afilter_frame() local
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 173 int (*drain)(snd_pcm_ioplug_t *io); member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 248 vk_sync_timeline_gc_locked(struct vk_device *device, struct vk_sync_timeline *timeline, bool drain) vk_sync_timeline_gc_locked() argument
|
/third_party/python/Lib/asyncio/ |
H A D | streams.py | 355 async def drain(self): member in StreamWriter
|
H A D | base_events.py | 221 async def drain(self): member in _SendfileFallbackProtocol
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 484 usb_unlink_urb_sub(struct urb *urb, uint8_t drain) in usb_unlink_urb_sub() argument 464 usb_unlink_bsd(struct usb_xfer *xfer, struct urb *urb, uint8_t drain) usb_unlink_bsd() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 167 int (*drain)(snd_pcm_t *pcm); /* need own locking */ member
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 7647 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { assert_covariance() functions 12303 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { assert_covariance() functions 13664 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { assert_covariance() functions 17738 pub fn drain<R>(&mut self, range: R) -> Drain<'_> drain() functions 40387 mod drain; global() modules 41537 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T> drain() functions 45355 pub fn drain(&mut self) -> Drain<'_, T> { drain() functions 46895 mod drain; global() modules 48536 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A> drain() functions [all...] |