Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 25 of 184) sorted by relevance

12345678

/external/rust/crates/nix/src/
Dlib.rs108 fn is_empty(&self) -> bool; in is_empty() method
121 fn is_empty(&self) -> bool { in is_empty() method
136 fn is_empty(&self) -> bool { in is_empty() method
151 fn is_empty(&self) -> bool { in is_empty() method
171 fn is_empty(&self) -> bool { in is_empty() method
202 fn is_empty(&self) -> bool { in is_empty() method
216 fn is_empty(&self) -> bool { in is_empty() method
/external/libchrome/base/
Dunguessable_token.h68 bool is_empty() const { return high_ == 0 && low_ == 0; } in is_empty() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
D5-1.c27 static int is_empty(sigset_t * set) in is_empty() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache.proto34 bool is_empty = 5; field
/external/rust/crates/vulkano/src/command_buffer/submit/
Dmod.rs46 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/tokio/src/runtime/task/
Dlist.rs169 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
274 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h62 bool is_empty() const { return width_ <= 0 || height_ <= 0; } in is_empty() function
119 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() function
Ddesktop_region.h102 bool is_empty() const { return rows_.empty(); } in is_empty() function
/external/rust/cxx/syntax/
Ddoc.rs20 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/tokio/tests/support/
Dio_vec.rs12 pub fn is_empty(&self) -> bool { in is_empty() method
/external/webrtc/test/pc/e2e/echo/
Decho_emulation.cc46 bool is_empty = true; in OnAudioRendered() local
/external/rust/crates/tokio/src/time/driver/wheel/
Dstack.rs19 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/external/libchrome/ui/gfx/range/
Drange_f.h50 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
Drange.h76 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
/external/rust/crates/semver/src/
Dlib.rs512 pub fn is_empty(&self) -> bool { in is_empty() method
530 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/bindgen/src/
Dregex_set.rs20 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/regex/src/literal/
Dmod.rs43 pub fn is_empty(&self) -> bool { in is_empty() method
/external/libchrome/libchrome_tools/uprev/
Dlazytree.py139 def is_empty(self): member in LazyTree
/external/rust/crates/coset/src/header/
Dmod.rs76 pub fn is_empty(&self) -> bool { in is_empty() method
389 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/regex/src/
Dsparse.rs39 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/protobuf-codegen/src/
Dprotobuf_name.rs75 pub fn is_empty(&self) -> bool { in is_empty() method
254 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/crossbeam-epoch/tests/
Dloom.rs124 pub fn is_empty(&self) -> bool { in treiber_stack() method
/external/rust/crates/mio/src/event/
Devents.rs120 pub fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/untrusted/src/
Duntrusted.rs134 pub fn is_empty(&self) -> bool { self.value.is_empty() } in is_empty() method
371 pub fn is_empty(&self) -> bool { self.bytes.is_empty() } in is_empty() method
/external/rust/crates/tokio/src/runtime/
Dqueue.rs295 pub(super) fn is_empty(&self) -> bool { in is_empty() method
464 fn is_empty(&self) -> bool { in is_empty() method

12345678