Home
last modified time | relevance | path

Searched defs:is_full (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.h30 bool is_full() const { return is_full_; } in is_full() function
/external/webrtc/net/dcsctp/rx/
Dreassembly_queue.h114 bool is_full() const { return queued_bytes_ >= max_size_bytes_; } in is_full() function
/external/rust/crates/quiche/src/
Ddgram.rs102 pub fn is_full(&self) -> bool { in is_full() method
/external/vixl/src/
Dcode-buffer-vixl.h161 bool is_full = !HasSpaceFor(amount); in EnsureSpaceFor() local
/external/rust/crates/crossbeam-channel/src/flavors/
Dnever.rs57 pub(crate) fn is_full(&self) -> bool { in is_full() method
Dat.rs125 pub(crate) fn is_full(&self) -> bool { in is_full() method
Dtick.rs100 pub(crate) fn is_full(&self) -> bool { in is_full() method
Dzero.rs386 pub(crate) fn is_full(&self) -> bool { in is_full() method
Darray.rs509 pub(crate) fn is_full(&self) -> bool { in is_full() method
Dlist.rs632 pub(crate) fn is_full(&self) -> bool { in is_full() method
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c78 mir_pack_scalar_source(unsigned mod, bool is_full, unsigned component) in mir_pack_scalar_source()
95 bool is_full = nir_alu_type_get_type_size(ins->dest_type) == 32; in vector_to_scalar_alu() local
/external/crosvm/devices/src/usb/xhci/
Devent_ring.rs153 pub fn is_full(&self) -> Result<bool> { in is_full() method
/external/rust/crates/crossbeam-channel/src/
Dchannel.rs576 pub fn is_full(&self) -> bool { in is_full() method
991 pub fn is_full(&self) -> bool { in is_full() method
Derr.rs202 pub fn is_full(&self) -> bool { in is_full() method
/external/rust/crates/crossbeam-queue/src/
Darray_queue.rs392 pub fn is_full(&self) -> bool { in is_full() method
/external/icing/icing/index/lite/
Dlite-index.cc463 bool LiteIndex::is_full() const { in is_full() function in icing::lib::LiteIndex
/external/rust/crates/flagset/src/
Dlib.rs954 pub fn is_full(self) -> bool { in is_full() method
/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs188 pub fn is_full(&self) -> bool { in is_full() method
224 pub fn is_full(&self) -> bool { in is_full() method
/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h841 PA_ALWAYS_INLINE bool SlotSpanMetadata<thread_safe>::is_full() const { in is_full() function
/external/rust/crates/hashbrown/src/raw/
Dmod.rs112 fn is_full(ctrl: u8) -> bool { in is_full() function