HomeSort by relevance Sort by last modified time
    Searched refs:__pos (Results 151 - 175 of 515) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 206 iterator insert(iterator __pos, const _Tp& __x = _Tp()) {
208 iterator insert(iterator __pos, const _Tp& __x) {
210 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list,__pos))
211 return iterator(&_M_iter_list,_M_non_dbg_impl.insert(__pos._M_iterator, __x) );
215 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
220 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
221 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __pos))
223 _M_non_dbg_impl.insert(__pos._M_iterator,
229 void insert(iterator __pos, const _Tp* __first, const _Tp* __last)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 206 iterator insert(iterator __pos, const _Tp& __x = _Tp()) {
208 iterator insert(iterator __pos, const _Tp& __x) {
210 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list,__pos))
211 return iterator(&_M_iter_list,_M_non_dbg_impl.insert(__pos._M_iterator, __x) );
215 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
220 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
221 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __pos))
223 _M_non_dbg_impl.insert(__pos._M_iterator,
229 void insert(iterator __pos, const _Tp* __first, const _Tp* __last)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 206 iterator insert(iterator __pos, const _Tp& __x = _Tp()) {
208 iterator insert(iterator __pos, const _Tp& __x) {
210 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list,__pos))
211 return iterator(&_M_iter_list,_M_non_dbg_impl.insert(__pos._M_iterator, __x) );
215 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
220 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
221 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __pos))
223 _M_non_dbg_impl.insert(__pos._M_iterator,
229 void insert(iterator __pos, const _Tp* __first, const _Tp* __last)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_list.h 206 iterator insert(iterator __pos, const _Tp& __x = _Tp()) {
208 iterator insert(iterator __pos, const _Tp& __x) {
210 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list,__pos))
211 return iterator(&_M_iter_list,_M_non_dbg_impl.insert(__pos._M_iterator, __x) );
215 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
220 void insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
221 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __pos))
223 _M_non_dbg_impl.insert(__pos._M_iterator,
229 void insert(iterator __pos, const _Tp* __first, const _Tp* __last)
    [all...]
  /external/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.h 144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
162 _M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
391 iterator insert(iterator __pos, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp));
393 iterator insert(iterator __pos, const _Tp& __x);
398 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp));
    [all...]
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos,
284 const size_type __elems_after = this->_M_finish - __pos;
289 _Traits::move(__pos + __n, __pos, (__elems_after - __n) + 1);
290 _Traits::assign(__pos, __n, __c);
295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish);
297 _Traits::assign(__pos, __elems_after + 1, __c);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
305 __new_finish = _STLP_PRIV __ucopy(__pos, this->_M_finish, __new_finish);
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xdrlib.py 126 self.__pos = 0
129 return self.__pos
132 self.__pos = position
138 if self.__pos < len(self.__buf):
142 i = self.__pos
143 self.__pos = j = i+4
154 i = self.__pos
155 self.__pos = j = i+4
178 i = self.__pos
179 self.__pos = j = i+
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xdrlib.py 126 self.__pos = 0
129 return self.__pos
132 self.__pos = position
138 if self.__pos < len(self.__buf):
142 i = self.__pos
143 self.__pos = j = i+4
154 i = self.__pos
155 self.__pos = j = i+4
178 i = self.__pos
179 self.__pos = j = i+
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]

Completed in 508 milliseconds

1 2 3 4 5 67 8 91011>>