Searched refs:Drain (Results 1 - 10 of 10) sorted by relevance
/third_party/node/src/ |
H A D | cleanup_queue.cc | 27 void CleanupQueue::Drain() { in Drain() function in node::CleanupQueue
|
H A D | cleanup_queue.h | 34 void Drain();
|
H A D | node_realm.cc | 268 cleanup_queue_.Drain(); in RunCleanup()
|
H A D | node_messaging.h | 261 static void Drain(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | node_messaging.cc | 1060 void MessagePort::Drain(const FunctionCallbackInfo<Value>& args) { in Drain() function in node::worker::MessagePort 1513 SetMethod(context, target, "drainMessagePort", MessagePort::Drain); in InitMessaging() 1543 registry->Register(MessagePort::Drain); in RegisterExternalReferences()
|
H A D | env.cc | 1040 cleanup_queue_.Drain(); in RunCleanup()
|
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc.c | 601 ctx->delayed_drain = 1; // input queue is full: resubmit Drain() in ff_amf_receive_packet in ff_amf_receive_packet() 603 res = ctx->encoder->pVtbl->Drain(ctx->encoder); in ff_amf_receive_packet() 605 ctx->delayed_drain = 1; // input queue is full: resubmit Drain() in ff_amf_receive_packet in ff_amf_receive_packet() 610 AMF_RETURN_IF_FALSE(ctx, res == AMF_OK, AVERROR_UNKNOWN, "Drain() failed with error %d\n", res); in ff_amf_receive_packet() 747 res = ctx->encoder->pVtbl->Drain(ctx->encoder); in ff_amf_receive_packet() 751 AMF_RETURN_IF_FALSE(ctx, res == AMF_OK, AVERROR_UNKNOWN, "Repeated Drain() failed with error %d\n", res); in ff_amf_receive_packet()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 13 Drain = linux_raw_sys::general::TCSADRAIN,
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 13 Drain = c::TCSADRAIN,
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 6540 use std::vec::{Drain, IntoIter}; 7647 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { in assert_covariance() 11206 use std::collections::{vec_deque::Drain, VecDeque}; 12303 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { in assert_covariance() 13283 use std::collections::binary_heap::{Drain, PeekMut}; 13664 fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { in assert_covariance() 17738 pub fn drain<R>(&mut self, range: R) -> Drain<' 18708 pub struct Drain<'a> { global() structure names 18745 impl<'a> Drain<'a> { global() impls 40124 pub struct Drain<'a, T: 'a> { global() structure names 45628 pub struct Drain<'a, T: 'a> { global() structure names 46303 pub struct Drain< global() structure names 46324 impl<'a, T, A: Allocator> Drain<'a, T, A> { fmt() impls 50049 impl<T, A: Allocator> Drain<'_, T, A> { global() impls [all...] |
Completed in 40 milliseconds