Home
last modified time | relevance | path

Searched refs:_is_empty (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dproxy.py19 def _is_empty(self): member in CachingGeometryProxy
23 if not self._is_empty and self.__geom__:
31 if gtag != self._gtag or self._is_empty:
53 if gtag != self._gtag or self._is_empty:
/dports/net-mgmt/py-msrestazure/msrestazure-0.6.3/msrestazure/polling/
H A Darm_polling.py142 def _is_empty(self, response): member in LongRunningOperation
187 if self._is_empty(response):
198 if self._is_empty(response):
220 if self._is_empty(response):
260 if self._is_empty(response):
273 if self._is_empty(response):
287 if not self._is_empty(response):
301 if self._is_empty(response):
/dports/devel/py-shapely/Shapely-1.8.0/tests/
H A Dtest_emptiness.py19 self.assertTrue(g._is_empty)
23 self.assertTrue(g._is_empty)
28 self.assertFalse(p._is_empty)
30 self.assertTrue(p._is_empty)
/dports/net-mgmt/py-msrestazure/msrestazure-0.6.3/msrestazure/
H A Dazure_operation.py150 def _is_empty(self, response): member in LongRunningOperation
199 if self._is_empty(response):
210 if self._is_empty(response):
232 if self._is_empty(response):
273 if self._is_empty(response):
286 if self._is_empty(response):
304 if self._is_empty(response):
/dports/devel/py-azure-mgmt-core/azure-mgmt-core-1.2.1/azure/mgmt/core/polling/
H A Darm_polling.py38 _is_empty,
154 if _is_empty(response):
168 if _is_empty(response):
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DBso_internal_functions.h91 inline bool _is_empty (const typename Traits:: Polygon_2& pgn, Traits& tr) in _is_empty() function
100 inline bool _is_empty (const typename Traits::Polygon_with_holes_2&, Traits&) in _is_empty() function
109 if (_is_empty(pgn1, tr) || _is_empty(pgn2, tr)) in _join()
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DStream.pm443 if( !$self->_is_empty ) {
543 sub _is_empty subroutine
586 return $self->SUPER::close if $self->_is_empty;
906 1 while !$self->_is_empty and $self->_flush_one_write;
908 if( $self->_is_empty ) {
935 1 while !$self->_is_empty and $self->_flush_one_write and $self->{write_all};
938 if( $self->_is_empty ) {
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_LIFO.hpp132 bool _is_empty() const noexcept { in _is_empty() function
163 return this->_is_empty(); in empty()
322 return this->_is_empty(); in empty()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_LIFO.hpp132 bool _is_empty() const noexcept { in _is_empty() function
163 return this->_is_empty(); in empty()
322 return this->_is_empty(); in empty()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_LIFO.hpp132 bool _is_empty() const noexcept { in _is_empty() function
163 return this->_is_empty(); in empty()
322 return this->_is_empty(); in empty()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/http/
H A Dhttp-curl-header-list.c56 _is_empty(List *s) in _is_empty() function
84 self->super.is_empty = _is_empty; in http_curl_header_list_new()
/dports/www/youtube_dl/youtube-dl/test/
H A Dtest_cache.py19 def _is_empty(d): function
49 self.assertFalse(_is_empty(self.test_dir))
/dports/www/yt-dlp/yt-dlp-2021.12.27/test/
H A Dtest_cache.py19 def _is_empty(d): function
49 self.assertFalse(_is_empty(self.test_dir))
/dports/biology/lamarc/lamarc-2.1.8/boost/filesystem/
H A Doperations.hpp50 BOOST_FILESYSTEM_DECL bool _is_empty( const path & ph ); // deprecated
53 inline bool is_empty( const path & ph ) { return _is_empty( ph ); } in is_empty()
/dports/www/p5-WebDAO/WebDAO-2.25/lib/WebDAO/
H A DResponse.pm36 _is_empty=>0,
492 sub set_empty { $_[0]->_is_empty(1); $_[0]}
501 sub is_empty { return $_[0]->_is_empty() }
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ack-tracker/
H A Dconsecutive_ack_record_container_static.c36 _is_empty(const ConsecutiveAckRecordContainer *s) in _is_empty() function
133 self->super.is_empty = _is_empty; in consecutive_ack_record_container_static_new()
H A Dconsecutive_ack_record_container_dynamic.c37 _is_empty(const ConsecutiveAckRecordContainer *s) in _is_empty() function
171 self->super.is_empty = _is_empty; in consecutive_ack_record_container_dynamic_new()
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/
H A Dunitdata.py96 if self._is_empty:
114 def _is_empty(self): member in BaseBuilder
/dports/devel/py-azure-core/azure-core-1.20.1/azure/core/polling/
H A Dbase_polling.py119 def _is_empty(response): function
211 if not _is_empty(response):
257 if _is_empty(response):
535 if not _is_empty(response):
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dqueue.h69 #define QUEUE_is_empty(TYPE, Q) queue_ ## TYPE ## _is_empty (Q)
182 queue_ ## TYPE ## _is_empty (QUEUE (TYPE) *q) \
284 extern int queue_ ## TYPE ## _is_empty (QUEUE (TYPE) *q); \
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/protocol/
H A Dh2.py40 self._is_empty = event_class()
44 await self._is_empty.wait()
52 await self._is_empty.set()
63 await self._is_empty.clear()
75 await self._is_empty.set()
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm335 sub _is_empty { !_not_empty(@_) } subroutine
346 shift @$seq while @$seq && _is_empty( $seq->[0] );
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm335 sub _is_empty { !_not_empty(@_) } subroutine
346 shift @$seq while @$seq && _is_empty( $seq->[0] );
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm335 sub _is_empty { !_not_empty(@_) } subroutine
346 shift @$seq while @$seq && _is_empty( $seq->[0] );
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Session/
H A DData.pm26 has _is_empty => ( is => 'rw', isa => 'Bool', init_arg => undef, default => 1);
31 $self->_is_empty(0);

12345