Home
last modified time | relevance | path

Searched defs:is_full (Results 1 – 17 of 17) 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/rust/crates/quiche/src/
Ddgram.rs98 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 fn is_full(&self) -> bool { in is_full() method
Dtick.rs100 pub fn is_full(&self) -> bool { in is_full() method
Dat.rs130 pub fn is_full(&self) -> bool { in is_full() method
Dzero.rs357 pub fn is_full(&self) -> bool { in is_full() method
Darray.rs518 pub fn is_full(&self) -> bool { in is_full() method
Dlist.rs556 pub fn is_full(&self) -> bool { in is_full() method
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.h247 ALWAYS_INLINE bool PartitionPage::is_full() const { in is_full() function
/external/icing/icing/index/lite/
Dlite-index.cc378 bool LiteIndex::is_full() const { in is_full() function in icing::lib::LiteIndex
/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.rs156 pub fn is_full(&self) -> Result<bool> { in is_full() method
/external/rust/crates/crossbeam-channel/src/
Dchannel.rs564 pub fn is_full(&self) -> bool { in is_full() method
976 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/futures-channel/src/mpsc/
Dmod.rs194 pub fn is_full(&self) -> bool { in is_full() method
232 pub fn is_full(&self) -> bool { in is_full() method
/external/rust/crates/hashbrown/src/raw/
Dmod.rs121 fn is_full(ctrl: u8) -> bool { in is_full() function