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

12

/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/libmojo/base/
H A Dunguessable_token.h52 DCHECK(!is_empty());
58 DCHECK(!is_empty());
62 bool is_empty() const { return high_ == 0 && low_ == 0; } function in class:base::UnguessableToken
66 explicit operator bool() const { return !is_empty(); }
85 // simpler ToString() and is_empty().
/external/skia/tools/skqp/
H A Dgm_runner.cpp32 static bool is_empty(const SkTHashSet<SkString>& set) { function
36 return !is_empty(set) && nullptr != set.find(SkString(s));
103 if ((is_empty(gKnownGpuUnitTests) || in_set(test.name, gKnownGpuUnitTests))
262 if ((is_empty(gKnownGMs) || in_set(name.c_str(), gKnownGMs)) &&
/external/skqp/tools/skqp/
H A Dgm_runner.cpp31 static bool is_empty(const SkTHashSet<SkString>& set) { function
35 return !is_empty(set) && nullptr != set.find(SkString(s));
104 if ((is_empty(gKnownGpuUnitTests) || in_set(test.name, gKnownGpuUnitTests))
263 if ((is_empty(gKnownGMs) || in_set(name.c_str(), gKnownGMs)) &&
/external/libmojo/ui/gfx/range/
H A Drange.h77 constexpr bool is_empty() const { return start() == end(); } function in class:gfx::Range
H A Drange_f.h50 constexpr bool is_empty() const { return start() == end(); } function in class:gfx::RangeF
/external/libxcam/xcore/
H A Dsafe_list.h57 bool is_empty () { function in class:XCam::SafeList
/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/python/cpython2/Lib/
H A Dasynchat.py287 def is_empty (self): member in class:fifo
/external/tensorflow/tensorflow/core/framework/
H A Dvariant.h158 : value_(other.is_empty() ? std::unique_ptr<ValueInterface>()
183 bool is_empty() const { return value_ == nullptr; } function in class:tensorflow::Variant
194 if (is_empty()) {
210 if (is_empty() || (TTypeIndex != TypeId())) return nullptr;
219 if (is_empty() || (TTypeIndex != TypeId())) return nullptr;
230 if (is_empty()) {
238 if (!is_empty()) {
245 if (!is_empty()) {
253 if (!is_empty()) {
258 if (!is_empty()) {
[all...]
/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 Dfeedback-vector-inl.h32 bool FeedbackMetadata::is_empty() const { function in class:v8::internal::FeedbackMetadata
80 bool FeedbackVector::is_empty() const { function in class:v8::internal::FeedbackVector
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/v8/src/zone/
H A Dzone-handle-set.h23 bool is_empty() const { return data_ == kEmptyTag; } function in class:v8::internal::final
/external/strace/tests/
H A Ds390_sthyi.c174 is_empty(unsigned char *ptr, size_t size) function
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
456 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
549 if (hdr_size > 44 && !is_empty(buf + 44, hdr_size - 44)) {
610 if (hdr_size > 60 && !is_empty(cur + 60, hdr_size - 60)) {
712 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
/external/strace/tests-m32/
H A Ds390_sthyi.c174 is_empty(unsigned char *ptr, size_t size) function
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
456 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
549 if (hdr_size > 44 && !is_empty(buf + 44, hdr_size - 44)) {
610 if (hdr_size > 60 && !is_empty(cur + 60, hdr_size - 60)) {
712 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
/external/strace/tests-mx32/
H A Ds390_sthyi.c174 is_empty(unsigned char *ptr, size_t size) function
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
456 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
549 if (hdr_size > 44 && !is_empty(buf + 44, hdr_size - 44)) {
610 if (hdr_size > 60 && !is_empty(cur + 60, hdr_size - 60)) {
712 if (hdr_size > 56 && !is_empty(cur + 56, hdr_size - 56)) {
/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/scapy/scapy/
H A Dasn1fields.py143 def is_empty(self, pkt): member in class:ASN1F_field
294 def is_empty(self, pkt): member in class:ASN1F_SEQUENCE
296 if not f.is_empty(pkt):
353 def is_empty(self, pkt): member in class:ASN1F_SEQUENCE_OF
354 return ASN1F_field.is_empty(self, pkt)
422 if self._field.is_empty(pkt):

Completed in 563 milliseconds

12