Searched refs:_STLP_ASSERT (Results 1 - 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_carray.h49 _STLP_ASSERT(__i < _Nb)
H A D_valarray.h137 _STLP_ASSERT(__x.size() == this->size())
157 _STLP_ASSERT(__n < this->size())
161 _STLP_ASSERT(__n < this->size())
258 _STLP_ASSERT(__x.size() == this->size())
265 _STLP_ASSERT(__x.size() == this->size())
272 _STLP_ASSERT(__x.size() == this->size())
279 _STLP_ASSERT(__x.size() == this->size())
286 _STLP_ASSERT(__x.size() == this->size())
293 _STLP_ASSERT(__x.size() == this->size())
300 _STLP_ASSERT(__
[all...]
H A D_rope.c128 _STLP_ASSERT(0)
145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data)
163 _STLP_ASSERT(__curr_depth <= _RopeRep::_S_max_rope_depth)
217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data)
223 _STLP_ASSERT(__node_start_pos + __len == __x._M_current_pos)
398 _STLP_ASSERT(__r->_M_c_string == __r->_M_data)
414 //_STLP_ASSERT(__r->_M_ref_count >= 1)
427 // _STLP_ASSERT(__r->_M_ref_count == 1)
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
448 _STLP_ASSERT(__lef
709 _STLP_ASSERT(false) function
[all...]
H A D_valarray.c46 _STLP_ASSERT(__x._M_slice.size() == this->size())
127 _STLP_ASSERT(__x._M_addr.size() == this->size())
H A D_fstream.c309 _STLP_ASSERT(__whence == ios_base::cur)
349 _STLP_ASSERT(__epos >= 0)
364 _STLP_ASSERT(__status == _Codecvt::ok)
365 _STLP_ASSERT(__inext == __ibegin + __ipos)
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>()))
H A D_rope.h473 _STLP_ASSERT(_p_size > 0)
544 { _STLP_ASSERT(_p_size > 0) }
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data)
593 _STLP_ASSERT(false)
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
728 _STLP_ASSERT(0 == __x)
1451 //_STLP_ASSERT(2 == __result._M_tree_ptr._M_data->_M_ref_count)
1494 _STLP_ASSERT(get_allocato
[all...]
H A D_pthread_alloc.h146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
329 _STLP_ASSERT( (__p == 0) == (__n == 0) )
H A D_hashtable.c209 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj)))
240 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj)))
488 _STLP_ASSERT( _M_bkt_num(*__cur, __num_buckets) == __b )
489 _STLP_ASSERT( !_M_equals(_M_get_key(*__fst), _M_get_key(*__cur)) || _M_equals(_M_get_key(*__snd), _M_get_key(*__cur)) )
H A D_alloc.h318 _STLP_ASSERT( (__p == 0) == (__n == 0) )
H A D_list.h487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_iterator.h46 { _STLP_ASSERT(0) }
50 { _STLP_ASSERT(0) }
54 { _STLP_ASSERT(0) }
66 _STLP_ASSERT(0)
72 _STLP_ASSERT(0)
78 _STLP_ASSERT(0)
84 _STLP_ASSERT(0)
H A D_debug.h159 # if !defined (_STLP_ASSERT)
160 # define _STLP_ASSERT(expr) \ macro
165 # define _STLP_ASSERT(expr)
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
H A D_debug.c466 _STLP_ASSERT(__pos->_Owner()== __l)
477 _STLP_ASSERT(__l->_M_node._Owner() != 0)
480 _STLP_ASSERT(__pos->_Owner()== __l)
546 _STLP_ASSERT(__next && __next->_Owner() == __l)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h313 # define assert(expr) _STLP_ASSERT(expr)
/ndk/sources/cxx-stl/stlport/src/
H A Dlocale_impl.cpp697 _STLP_ASSERT( loc != 0 );
704 _STLP_ASSERT( loc != 0 );
716 _STLP_ASSERT( loc != 0 );

Completed in 170 milliseconds