Searched defs:is_empty (Results 1 - 24 of 24) sorted by relevance

/external/libmojo/base/android/
H A Djni_weak_ref.h28 bool is_empty() const { return obj_ == NULL; } function in class:JavaObjectWeakGlobalRef
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D5-1.c28 int is_empty(sigset_t * set) function
76 if (is_empty(&mask) != 1) {
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dbounds.py25 def is_empty(self): member in class:Bounds
51 if self.is_empty or other.is_empty:
59 if self.is_empty or other.is_empty:
69 if bounds.is_empty:
90 if not a.is_empty and not b.is_empty:
93 if a.is_empty and not b.is_empty
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h99 bool is_empty() const { return rows_.empty(); } function in class:webrtc::DesktopRegion
H A Ddesktop_geometry.h61 bool is_empty() const { return width_ <= 0 || height_ <= 0; } function in class:webrtc::DesktopSize
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } function in class:webrtc::DesktopRect
/external/v8/src/
H A Dlist.h79 INLINE(bool is_empty() const) { return length_ == 0; } function in class:v8::internal::List
H A Dproperty-descriptor.h55 bool is_empty() const { function in class:v8::internal::PropertyDescriptor
H A Dsmall-pointer-list.h55 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
H A Dsplay-tree.h92 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
H A Dtype-feedback-vector-inl.h34 bool TypeFeedbackMetadata::is_empty() const { function in class:v8::internal::TypeFeedbackMetadata
88 bool TypeFeedbackVector::is_empty() const { function in class:v8::internal::TypeFeedbackVector
H A Deffects.h176 bool IsEmpty() { return map_->is_empty(); }
257 bool is_empty() { return node_ == NULL; } function in class:v8::internal::NestedEffectsBase
327 DCHECK(!this->is_empty());
/external/mesa3d/src/glsl/
H A Dlist.h319 bool is_empty() const function in struct:exec_list
336 return !is_empty() ? head : NULL;
341 return !is_empty() ? head : NULL;
346 return !is_empty() ? tail_pred : NULL;
351 return !is_empty() ? tail_pred : NULL;
404 if (is_empty()) {
424 if (source->is_empty())
458 if (before->is_empty())
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && local
501 if (is_empty)
504 return is_empty;
/external/wpa_supplicant_8/src/fst/
H A Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && local
501 if (is_empty)
504 return is_empty;
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && local
501 if (is_empty)
504 return is_empty;
/external/webrtc/webrtc/base/
H A Dwin32regkey.cc1053 bool is_empty = true; local
1064 is_empty = key.GetSubkeyCount() == 0 && key.GetValueCount() == 0;
1069 return is_empty;
H A Dsigslot.h510 bool is_empty() function in class:sigslot::_signal_base0
664 bool is_empty() function in class:sigslot::_signal_base1
803 bool is_empty() function in class:sigslot::_signal_base2
941 bool is_empty() function in class:sigslot::_signal_base3
1079 bool is_empty() function in class:sigslot::_signal_base4
1219 bool is_empty() function in class:sigslot::_signal_base5
1359 bool is_empty() function in class:sigslot::_signal_base6
1499 bool is_empty() function in class:sigslot::_signal_base7
1640 bool is_empty() function in class:sigslot::_signal_base8
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h318 bool is_empty() const { return entries_.occupancy() == 0; } function in class:v8::internal::HeapObjectsSet
/external/v8/src/regexp/
H A Dregexp-ast.h63 bool is_empty() { return from_ == kNone; } function in class:v8::internal::Interval
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp731 bool is_empty(const BasicBlock *B) { function in namespace:__anon12971
792 while (is_empty(DomB)) {
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp221 void is_empty() function
/external/v8/src/heap/
H A Dheap.h404 bool is_empty() { function in class:v8::internal::GarbageCollectionReason::PromotionQueue
H A Dspaces.h188 bool is_empty() { return top() == nullptr; } function in class:v8::internal::FreeListCategory
1701 if (!category->is_empty()) empty = false;
/external/v8/src/ast/
H A Dast.h246 bool is_empty() const { return list_.is_empty(); } function in class:v8::internal::final
444 return !statements_.is_empty() && statements_.last()->IsJump()

Completed in 521 milliseconds