HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 626 - 650 of 883) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
slist 844 slist<_Tp, _Alloc>::resize(size_type __len, const _Tp& __x)
847 while (__cur->_M_next != 0 && __len > 0)
849 --__len;
855 _M_insert_after_fill(__cur, __len, __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
slist 844 slist<_Tp, _Alloc>::resize(size_type __len, const _Tp& __x)
847 while (__cur->_M_next != 0 && __len > 0)
849 --__len;
855 _M_insert_after_fill(__cur, __len, __x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
slist 844 slist<_Tp, _Alloc>::resize(size_type __len, const _Tp& __x)
847 while (__cur->_M_next != 0 && __len > 0)
849 --__len;
855 _M_insert_after_fill(__cur, __len, __x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
slist 844 slist<_Tp, _Alloc>::resize(size_type __len, const _Tp& __x)
847 while (__cur->_M_next != 0 && __len > 0)
849 --__len;
855 _M_insert_after_fill(__cur, __len, __x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
slist 843 slist<_Tp, _Alloc>::resize(size_type __len, const _Tp& __x)
846 while (__cur->_M_next != 0 && __len > 0)
848 --__len;
854 _M_insert_after_fill(__cur, __len, __x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algobase.h 958 _DistanceType __len = std::distance(__first, __last); local
960 while (__len > 0)
962 _DistanceType __half = __len >> 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 649 // Extract numeric component of length __len.
652 int __min, int __max, size_t __len,
    [all...]
deque.tcc 67 const size_type __len = size();
70 if (__len >= __x.size())
75 const_iterator __mid = __x.begin() + difference_type(__len);
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 656 // Extract numeric component of length __len.
659 int __min, int __max, size_t __len,
    [all...]
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 656 // Extract numeric component of length __len.
659 int __min, int __max, size_t __len,
    [all...]
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 649 // Extract numeric component of length __len.
652 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 649 // Extract numeric component of length __len.
652 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 649 // Extract numeric component of length __len.
652 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 649 // Extract numeric component of length __len.
652 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 656 // Extract numeric component of length __len.
659 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 656 // Extract numeric component of length __len.
659 int __min, int __max, size_t __len,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 759 size_t __len) __THROW __nonnull ((3, 4, 5));
762 size_t __len) __THROW __nonnull ((3, 4, 5));
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 759 size_t __len) __THROW __nonnull ((3, 4, 5));
762 size_t __len) __THROW __nonnull ((3, 4, 5));
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 759 size_t __len) __THROW __nonnull ((3, 4, 5));
762 size_t __len) __THROW __nonnull ((3, 4, 5));
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
sstream 157 __size_type __len = 0;
159 __len = _M_string.size();
160 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
sstream 159 __size_type __len = 0;
161 __len = _M_string.size();
162 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
sstream 159 __size_type __len = 0;
161 __len = _M_string.size();
162 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len);

Completed in 571 milliseconds

<<21222324252627282930>>