Home
last modified time | relevance | path

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

/external/libmojo/base/android/
Djni_weak_ref.h28 bool is_empty() const { return obj_ == NULL; } in is_empty() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
D5-1.c28 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/v8/src/
Dfeedback-vector-inl.h32 bool FeedbackMetadata::is_empty() const { in is_empty() function
80 bool FeedbackVector::is_empty() const { in is_empty() function
Dsmall-pointer-list.h55 bool is_empty() const { return length() == 0; } in is_empty() function
Dproperty-descriptor.h55 bool is_empty() const { in is_empty() function
Dsplay-tree.h92 bool is_empty() { return root_ == NULL; } in is_empty() function
Dvector.h47 bool is_empty() const { return length_ == 0; } in is_empty() function
Deffects.h257 bool is_empty() { return node_ == NULL; } in is_empty() function
/external/v8/src/zone/
Dzone-handle-set.h23 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function
/external/python/cpython2/Lib/
Dasynchat.py287 def is_empty (self): member in fifo
/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
Dwin32regkey.cc1053 bool is_empty = true; in IsKeyEmpty() local
/external/wpa_supplicant_8/src/fst/
Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local
/external/harfbuzz_ng/src/
Dhb-set-private.hh174 inline bool is_empty (void) const { in is_empty() function
/external/v8/src/profiler/
Dheap-snapshot-generator.h318 bool is_empty() const { return entries_.occupancy() == 0; } in is_empty() function
/external/mesa3d/src/compiler/glsl/
Dlist.h559 inline bool exec_list::is_empty() const in is_empty() function
/external/v8/src/regexp/
Dregexp-ast.h63 bool is_empty() { return from_ == kNone; } in is_empty() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp2030 bool alu_clause_tracker::is_empty() { in is_empty() function in r600_sb::alu_clause_tracker
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp731 bool is_empty(const BasicBlock *B) { in is_empty() function
/external/v8/src/heap/
Dheap.h415 bool is_empty() { in is_empty() function
Dspaces.h188 bool is_empty() { return top() == nullptr; } in is_empty() function
/external/v8/src/ast/
Dast.h251 bool is_empty() const { return list_.is_empty(); } in is_empty() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp221 void is_empty() in is_empty() function