/external/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_tree.h | 230 iterator insert_unique(iterator __pos, const value_type& __x) { 231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x)); 234 iterator insert_equal(iterator __pos, const value_type& __x) { 235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos)) 236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x)); 269 void erase(iterator __pos) { 270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos)) 271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos)) 272 _Invalidate_iterator(__pos); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_texture.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) { 128 uint32_t __pos = 0; local 165 PAD(__pos, 8); 167 if (__pos != __len) { 191 uint32_t __pos = 0 local 245 uint32_t __pos = 0; local 299 uint32_t __pos = 0; local 366 uint32_t __pos = 0; local [all...] |
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_texture.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) { 128 uint32_t __pos = 0; local 165 PAD(__pos, 8); 167 if (__pos != __len) { 191 uint32_t __pos = 0 local 245 uint32_t __pos = 0; local 299 uint32_t __pos = 0; local 366 uint32_t __pos = 0; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
bitset | 97 _S_whichword(size_t __pos ) 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos ) 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos ) 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos ) 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
bitset | 97 _S_whichword(size_t __pos ) 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos ) 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos ) 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos ) 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 97 _S_whichword(size_t __pos ) 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos ) 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos ) 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos ) 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 97 _S_whichword(size_t __pos) _GLIBCXX_NOEXCEPT 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos) _GLIBCXX_NOEXCEPT 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos) _GLIBCXX_NOEXCEPT 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos) _GLIBCXX_NOEXCEPT 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) _GLIBCXX_NOEXCEPT 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 97 _S_whichword(size_t __pos ) 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos ) 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos ) 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos ) 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 97 _S_whichword(size_t __pos) _GLIBCXX_NOEXCEPT 98 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 101 _S_whichbyte(size_t __pos) _GLIBCXX_NOEXCEPT 102 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 105 _S_whichbit(size_t __pos) _GLIBCXX_NOEXCEPT 106 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 109 _S_maskbit(size_t __pos) _GLIBCXX_NOEXCEPT 110 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 113 _M_getword(size_t __pos) _GLIBCXX_NOEXCEPT 114 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
bitset | 95 _S_whichword(size_t __pos) _GLIBCXX_NOEXCEPT 96 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 99 _S_whichbyte(size_t __pos) _GLIBCXX_NOEXCEPT 100 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 103 _S_whichbit(size_t __pos) _GLIBCXX_NOEXCEPT 104 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 107 _S_maskbit(size_t __pos) _GLIBCXX_NOEXCEPT 108 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 111 _M_getword(size_t __pos) _GLIBCXX_NOEXCEPT 112 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
sso_string_base.h | 217 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 221 _M_erase(size_type __pos, size_type __n); 540 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 543 const size_type __how_much = _M_length() - __pos - __len1; 548 if (__pos) 549 this->_S_copy(__r, _M_data(), __pos); 551 this->_S_copy(__r + __pos, __s, __len2); 553 this->_S_copy(__r + __pos + __len2, 554 _M_data() + __pos + __len1, __how_much); 564 _M_erase(size_type __pos, size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
sso_string_base.h | 217 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 221 _M_erase(size_type __pos, size_type __n); 540 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 543 const size_type __how_much = _M_length() - __pos - __len1; 548 if (__pos) 549 this->_S_copy(__r, _M_data(), __pos); 551 this->_S_copy(__r + __pos, __s, __len2); 553 this->_S_copy(__r + __pos + __len2, 554 _M_data() + __pos + __len1, __how_much); 564 _M_erase(size_type __pos, size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
sso_string_base.h | 216 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 220 _M_erase(size_type __pos, size_type __n); 539 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 542 const size_type __how_much = _M_length() - __pos - __len1; 547 if (__pos) 548 this->_S_copy(__r, _M_data(), __pos); 550 this->_S_copy(__r + __pos, __s, __len2); 552 this->_S_copy(__r + __pos + __len2, 553 _M_data() + __pos + __len1, __how_much); 563 _M_erase(size_type __pos, size_type __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 359 _M_insert_after(const_iterator __pos, _Args&&... __args); 366 _M_erase_after(_Fwd_list_node_base* __pos); 369 _M_erase_after(_Fwd_list_node_base* __pos, 827 * @param __pos A const_iterator into the %forward_list. 839 emplace_after(const_iterator __pos, _Args&&... __args) 840 { return iterator(this->_M_insert_after(__pos, 846 * @param __pos An iterator into the %forward_list. 856 insert_after(const_iterator __pos, const _Tp& __val) 857 { return iterator(this->_M_insert_after(__pos, __val)); } 863 insert_after(const_iterator __pos, _Tp&& __val [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 359 _M_insert_after(const_iterator __pos, _Args&&... __args); 366 _M_erase_after(_Fwd_list_node_base* __pos); 369 _M_erase_after(_Fwd_list_node_base* __pos, 827 * @param __pos A const_iterator into the %forward_list. 839 emplace_after(const_iterator __pos, _Args&&... __args) 840 { return iterator(this->_M_insert_after(__pos, 846 * @param __pos An iterator into the %forward_list. 856 insert_after(const_iterator __pos, const _Tp& __val) 857 { return iterator(this->_M_insert_after(__pos, __val)); } 863 insert_after(const_iterator __pos, _Tp&& __val [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 367 _M_insert_after(const_iterator __pos, _Args&&... __args); 374 _M_erase_after(_Fwd_list_node_base* __pos); 377 _M_erase_after(_Fwd_list_node_base* __pos, 825 * @param __pos A const_iterator into the %forward_list. 837 emplace_after(const_iterator __pos, _Args&&... __args) 838 { return iterator(this->_M_insert_after(__pos, 844 * @param __pos An iterator into the %forward_list. 854 insert_after(const_iterator __pos, const _Tp& __val) 855 { return iterator(this->_M_insert_after(__pos, __val)); } 861 insert_after(const_iterator __pos, _Tp&& __val [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
omp_loop.h | 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos) 98 __f(__o, __begin+__pos));
|
omp_loop_static.h | 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos) 98 __f(__o, __begin+__pos));
|
/external/stlport/stlport/stl/ |
_slist_base.h | 58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, 62 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, _Slist_node_base* __head);
|