/external/v8/src/objects/ |
D | literal-objects-inl.h | 62 bool ArrayBoilerplateDescription::is_empty() const { in is_empty() function
|
/external/libchrome/base/ |
D | unguessable_token.h | 68 bool is_empty() const { return high_ == 0 && low_ == 0; } in is_empty() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
D | 5-1.c | 27 int is_empty(sigset_t * set) in is_empty() function
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 99 bool is_empty() const { return rows_.empty(); } in is_empty() function
|
D | desktop_geometry.h | 61 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/ |
D | safe_list.h | 57 bool is_empty () { in is_empty() function
|
/external/libchrome/ui/gfx/range/ |
D | range_f.h | 50 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
|
D | range.h | 76 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
|
/external/v8/src/ |
D | vector.h | 54 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
|
D | property-descriptor.h | 58 bool is_empty() const { in is_empty() function
|
D | splay-tree.h | 90 bool is_empty() { return root_ == nullptr; } in is_empty() function
|
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs_extended_tcp_client.cc | 56 bool is_empty = false; in ReadNullableString() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant.h | 180 bool is_empty() const { return value_ == nullptr; } in is_empty() function
|
/external/v8/src/zone/ |
D | zone-handle-set.h | 24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function
|
D | zone-chunk-list.h | 64 bool is_empty() const { return size() == 0; } in is_empty() function
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-switch_if_empty.hpp | 65 mutable bool is_empty; member
|
D | rx-all.hpp | 128 auto is_empty(AN&&... an) in is_empty() function
|
/external/webrtc/webrtc/base/ |
D | sigslot.h | 510 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/ |
D | asynchat.py | 287 def is_empty (self): member in fifo
|
/external/harfbuzz_ng/src/ |
D | hb-map.hh | 177 bool is_empty () const { return population == 0; } in is_empty() function
|
/external/scapy/scapy/ |
D | asn1fields.py | 143 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/ |
D | double-conversion-utils.h | 215 bool is_empty() const { return length_ == 0; } in is_empty() function
|
/external/v8/src/wasm/baseline/ |
D | liftoff-register.h | 239 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function
|
/external/v8/src/wasm/ |
D | decoder.h | 391 bool is_empty() const { return length_ == 0; } in is_empty() function
|
/external/wpa_supplicant_8/src/fst/ |
D | fst_group.c | 498 Boolean is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local
|