| /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/v8/src/heap/cppgc/ |
| D | persistent-node.cc | 47 bool is_empty = true; in Trace() local
|
| D | sweeper.cc | 105 bool is_empty = false; member 138 ResultType GetResult(bool is_empty) { return is_empty; } in GetResult() 169 ResultType&& GetResult(bool is_empty) { in GetResult() 224 const bool is_empty = (start_of_gap == page->PayloadStart()); in SweepNormalPage() local 364 const bool is_empty = SweepNormalPage<InlinedFinalizationBuilder>(page); in VisitNormalPage() local
|
| /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/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/base/ |
| D | address-region.h | 39 bool is_empty() const { return size_ == 0; } in is_empty() function
|
| D | threaded-list.h | 226 bool is_empty() const { return head_ == nullptr; } in is_empty() function
|
| /external/v8/src/objects/ |
| D | literal-objects-inl.h | 135 bool ArrayBoilerplateDescription::is_empty() const { in is_empty() function
|
| D | feedback-vector-inl.h | 58 bool FeedbackMetadata::is_empty() const { return slot_count() == 0; } in is_empty() function 103 bool FeedbackVector::is_empty() const { return length() == 0; } in is_empty() function
|
| D | property-descriptor.h | 56 bool is_empty() const { in is_empty() function
|
| /external/v8/src/zone/ |
| D | zone-list.h | 89 V8_INLINE bool is_empty() const { return length_ == 0; } in is_empty() function
|
| D | zone-handle-set.h | 24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function
|
| /external/v8/src/heap/ |
| D | embedder-tracing.h | 99 void SetEmbedderWorklistEmpty(bool is_empty) { in SetEmbedderWorklistEmpty()
|
| /external/pdfium/third_party/base/allocator/partition_allocator/ |
| D | partition_page.h | 258 ALWAYS_INLINE bool PartitionPage::is_empty() const { 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/harfbuzz_ng/src/ |
| D | hb-bimap.hh | 85 bool is_empty () const { return get_population () == 0; } 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/rust/crates/proc-macro2/src/ |
| D | strnom.rs | 37 pub fn is_empty(&self) -> bool { in is_empty() method
|
| /external/icu/icu4c/source/i18n/ |
| D | double-conversion-utils.h | 220 bool is_empty() const { return length_ == 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
|