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

1 2 3 4 5 6 7 891011>>

  /external/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_workaround.h 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
168 size_type __pos, size_type __n) {
169 _Base::append(__s, __pos, __n);
254 size_type __pos, size_type __n) {
255 _Base::assign(__s, __pos, __n);
319 _Self& insert(size_type __pos, const _Self& __s) {
320 _Base::insert(__pos, __s);
324 _Self& insert(size_type __pos, const _Self& __s,
326 _Base::insert(__pos, __s, __beg, __n)
    [all...]
_deque.h 730 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
732 iterator insert(iterator __pos, const value_type& __x) {
737 if (__pos._M_cur == this->_M_start._M_cur) {
741 else if (__pos._M_cur == this->_M_finish._M_cur) {
748 return _M_fill_insert_aux(__pos, 1, __x, _Movable());
753 iterator insert(iterator __pos)
754 { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
757 void insert(iterator __pos, size_type __n, const value_type& __x)
758 { _M_fill_insert(__pos, __n, __x); }
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_shader.c 45 uint32_t __pos = 0; local
64 PAD(__pos, 8);
66 if (__pos != __len) {
84 uint32_t __pos = 0; local
105 PAD(__pos, 8);
107 if (__pos != __len) {
126 uint32_t __pos = 0; local
149 PAD(__pos, 8);
151 if (__pos != __len) {
171 uint32_t __pos = 0 local
215 uint32_t __pos = 0; local
260 uint32_t __pos = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.c 45 uint32_t __pos = 0; local
64 PAD(__pos, 8);
66 if (__pos != __len) {
84 uint32_t __pos = 0; local
105 PAD(__pos, 8);
107 if (__pos != __len) {
126 uint32_t __pos = 0; local
149 PAD(__pos, 8);
151 if (__pos != __len) {
171 uint32_t __pos = 0 local
215 uint32_t __pos = 0; local
260 uint32_t __pos = 0; local
    [all...]
  /external/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_vector.h 176 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type))
178 iterator insert(iterator __pos, const value_type& __x)
180 { return cast_traits::to_value_type_ptr(_M_impl.insert(cast_traits::to_storage_type_ptr(__pos),
185 iterator insert(iterator __pos)
186 { return _M_impl.insert(cast_traits::to_storage_type_ptr(__pos)); }
196 void insert(iterator __pos, _InputIterator __first, _InputIterator __last)
197 { _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), __first, __last); }
199 void insert(iterator __pos, const_iterator __first, const_iterator __last) {
200 _M_impl.insert(cast_traits::to_storage_type_ptr(__pos), cast_traits::to_storage_type_cptr(__first),
205 void insert (iterator __pos, size_type __n, const value_type& __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 362 _M_insert_after(const_iterator __pos, _Args&&... __args);
369 _M_erase_after(_Fwd_list_node_base* __pos);
372 _M_erase_after(_Fwd_list_node_base* __pos,
841 emplace_after(const_iterator __pos, _Args&&... __args)
842 { return iterator(this->_M_insert_after(__pos,
858 insert_after(const_iterator __pos, const _Tp& __val)
859 { return iterator(this->_M_insert_after(__pos, __val)); }
865 insert_after(const_iterator __pos, _Tp&& __val)
866 { return iterator(this->_M_insert_after(__pos, std::move(__val))); }
884 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 362 _M_insert_after(const_iterator __pos, _Args&&... __args);
369 _M_erase_after(_Fwd_list_node_base* __pos);
372 _M_erase_after(_Fwd_list_node_base* __pos,
841 emplace_after(const_iterator __pos, _Args&&... __args)
842 { return iterator(this->_M_insert_after(__pos,
858 insert_after(const_iterator __pos, const _Tp& __val)
859 { return iterator(this->_M_insert_after(__pos, __val)); }
865 insert_after(const_iterator __pos, _Tp&& __val)
866 { return iterator(this->_M_insert_after(__pos, std::move(__val))); }
884 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
    [all...]

Completed in 804 milliseconds

1 2 3 4 5 6 7 891011>>