Home
last modified time | relevance | path

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

123

/external/v8/src/objects/
Dliteral-objects-inl.h62 bool ArrayBoilerplateDescription::is_empty() const { in is_empty() function
/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 int is_empty(sigset_t * set) in is_empty() function
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h99 bool is_empty() const { return rows_.empty(); } in is_empty() function
Ddesktop_geometry.h61 bool is_empty() const { return width_ <= 0 || height_ <= 0; } in is_empty() function
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() function
/external/libxcam/xcore/
Dsafe_list.h57 bool is_empty () { in is_empty() function
/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/v8/src/
Dvector.h54 constexpr bool is_empty() const { return length_ == 0; } in is_empty() function
212 constexpr bool is_empty() const { return length_ == 0; } in is_empty() function
Dproperty-descriptor.h58 bool is_empty() const { in is_empty() function
Dsplay-tree.h90 bool is_empty() { return root_ == nullptr; } in is_empty() function
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_extended_tcp_client.cc56 bool is_empty = false; in ReadNullableString() local
/external/tensorflow/tensorflow/core/framework/
Dvariant.h180 bool is_empty() const { return value_ == nullptr; } in is_empty() function
/external/v8/src/zone/
Dzone-handle-set.h24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function
Dzone-chunk-list.h64 bool is_empty() const { return size() == 0; } in is_empty() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_if_empty.hpp65 mutable bool is_empty; member
Drx-all.hpp128 auto is_empty(AN&&... an) in is_empty() function
/external/webrtc/webrtc/base/
Dsigslot.h510 bool is_empty() in is_empty() function
664 bool is_empty() in is_empty() function
803 bool is_empty() in is_empty() function
941 bool is_empty() in is_empty() function
1079 bool is_empty() in is_empty() function
1219 bool is_empty() in is_empty() function
1359 bool is_empty() in is_empty() function
1499 bool is_empty() in is_empty() function
1640 bool is_empty() in is_empty() function
/external/python/cpython2/Lib/
Dasynchat.py287 def is_empty (self): member in fifo
/external/harfbuzz_ng/src/
Dhb-map.hh177 bool is_empty () const { return population == 0; } in is_empty() function
/external/scapy/scapy/
Dasn1fields.py143 def is_empty(self, pkt): member in ASN1F_field
294 def is_empty(self, pkt): member in ASN1F_SEQUENCE
353 def is_empty(self, pkt): member in ASN1F_SEQUENCE_OF
/external/icu/icu4c/source/i18n/
Ddouble-conversion-utils.h215 bool is_empty() const { return length_ == 0; } in is_empty() function
/external/v8/src/wasm/baseline/
Dliftoff-register.h239 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function
/external/v8/src/wasm/
Ddecoder.h391 bool is_empty() const { return length_ == 0; } in is_empty() function
/external/wpa_supplicant_8/src/fst/
Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local

123