HomeSort by relevance Sort by last modified time
    Searched refs:__pos (Results 176 - 200 of 593) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/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...]
  /external/stlport/stlport/stl/
_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/
_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/
_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/
_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/
_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/
_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/gnu-libstdc++/4.9/include/bits/
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
324 __throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
326 __s, __pos, this->size());
327 return __pos;
337 // NB: _M_limit doesn't check for a bad __pos value.
339 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
341 const bool __testoff = __off < this->size() - __pos;
342 return __testoff ? __off : this->size() - __pos;
425 _M_mutate(size_type __pos, size_type __len1, size_type __len2)
1358 const size_type __pos = __p - _M_ibegin(); local
1400 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
318 if (__pos > this->size())
320 return __pos;
330 // NB: _M_limit doesn't check for a bad __pos value.
332 _M_limit(size_type __pos, size_type __off) const
334 const bool __testoff = __off < this->size() - __pos;
335 return __testoff ? __off : this->size() - __pos;
415 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
457 basic_string(const basic_string& __str, size_type __pos,
466 basic_string(const basic_string& __str, size_type __pos,
1326 const size_type __pos = __p - _M_ibegin(); local
1367 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
318 if (__pos > this->size())
320 return __pos;
330 // NB: _M_limit doesn't check for a bad __pos value.
332 _M_limit(size_type __pos, size_type __off) const
334 const bool __testoff = __off < this->size() - __pos;
335 return __testoff ? __off : this->size() - __pos;
415 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
457 basic_string(const basic_string& __str, size_type __pos,
466 basic_string(const basic_string& __str, size_type __pos,
1326 const size_type __pos = __p - _M_ibegin(); local
1367 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 318 _M_check(size_type __pos, const char* __s) const
320 if (__pos > this->size())
322 return __pos;
332 // NB: _M_limit doesn't check for a bad __pos value.
334 _M_limit(size_type __pos, size_type __off) const
336 const bool __testoff = __off < this->size() - __pos;
337 return __testoff ? __off : this->size() - __pos;
417 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
456 * @param __pos Index of first character to copy from.
459 basic_string(const basic_string& __str, size_type __pos,
1337 const size_type __pos = __p - _M_ibegin(); local
1379 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
318 if (__pos > this->size())
320 return __pos;
330 // NB: _M_limit doesn't check for a bad __pos value.
332 _M_limit(size_type __pos, size_type __off) const
334 const bool __testoff = __off < this->size() - __pos;
335 return __testoff ? __off : this->size() - __pos;
415 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
457 basic_string(const basic_string& __str, size_type __pos,
466 basic_string(const basic_string& __str, size_type __pos,
1326 const size_type __pos = __p - _M_ibegin(); local
1367 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 318 _M_check(size_type __pos, const char* __s) const
320 if (__pos > this->size())
322 return __pos;
332 // NB: _M_limit doesn't check for a bad __pos value.
334 _M_limit(size_type __pos, size_type __off) const
336 const bool __testoff = __off < this->size() - __pos;
337 return __testoff ? __off : this->size() - __pos;
417 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
456 * @param __pos Index of first character to copy from.
459 basic_string(const basic_string& __str, size_type __pos,
1337 const size_type __pos = __p - _M_ibegin(); local
1379 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.c 44 uint32_t __pos = 0; local
61 PAD(__pos, 8);
63 if (__pos != __len) {
80 uint32_t __pos = 0; local
99 PAD(__pos, 8);
101 if (__pos != __len) {
119 uint32_t __pos = 0; local
140 PAD(__pos, 8);
142 if (__pos != __len) {
160 uint32_t __pos = 0 local
201 uint32_t __pos = 0; local
246 uint32_t __pos = 0; local
294 uint32_t __pos = 0; local
334 uint32_t __pos = 0; local
383 uint32_t __pos = 0; local
436 uint32_t __pos = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 44 uint32_t __pos = 0; local
61 PAD(__pos, 8);
63 if (__pos != __len) {
80 uint32_t __pos = 0; local
99 PAD(__pos, 8);
101 if (__pos != __len) {
119 uint32_t __pos = 0; local
140 PAD(__pos, 8);
142 if (__pos != __len) {
160 uint32_t __pos = 0 local
201 uint32_t __pos = 0; local
246 uint32_t __pos = 0; local
294 uint32_t __pos = 0; local
334 uint32_t __pos = 0; local
383 uint32_t __pos = 0; local
436 uint32_t __pos = 0; local
    [all...]

Completed in 1204 milliseconds

1 2 3 4 5 6 78 91011>>