HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 151 - 175 of 417) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
vector 77 explicit vector(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
323 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
385 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 57 || (std::__are_same<_Ret, int>::__value
numeric 132 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
140 *__first++ = __value++;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 563 extern int setenv (__const char *__name, __const char *__value, int __replace)
727 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
733 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
745 extern char *qecvt (long double __value, int __ndigit,
748 extern char *qfcvt (long double __value, int __ndigit,
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
757 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
760 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
764 extern int qecvt_r (long double __value, int __ndigit
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 563 extern int setenv (__const char *__name, __const char *__value, int __replace)
727 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
733 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
745 extern char *qecvt (long double __value, int __ndigit,
748 extern char *qfcvt (long double __value, int __ndigit,
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
757 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
760 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
764 extern int qecvt_r (long double __value, int __ndigit
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 563 extern int setenv (__const char *__name, __const char *__value, int __replace)
727 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
733 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
745 extern char *qecvt (long double __value, int __ndigit,
748 extern char *qfcvt (long double __value, int __ndigit,
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
757 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
760 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
764 extern int qecvt_r (long double __value, int __ndigit
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
deque.tcc 277 _M_fill_initialize(const value_type& __value)
286 __value, _M_get_Tp_allocator());
289 __value, _M_get_Tp_allocator());
844 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
850 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
854 std::fill(__first._M_cur, __first._M_last, __value);
855 std::fill(__last._M_first, __last._M_cur, __value);
858 std::fill(__first._M_cur, __last._M_cur, __value);
stream_iterator.h 186 operator=(const _Tp& __value)
191 *_M_stream << __value; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric 132 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
140 *__first++ = __value++;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 80 _Construct(_T1* __p, const _T2& __value)
84 ::new(static_cast<void*>(__p)) _T1(__value);
stream_iterator.h 193 operator=(const _Tp& __value)
198 *_M_stream << __value; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
numeric 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
145 *__first++ = __value++;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
forward_list 71 forward_list(size_type __n, const _Tp& __value,
73 : _Base(__n, __value, __al)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h 80 _Construct(_T1* __p, const _T2& __value)
84 ::new(static_cast<void*>(__p)) _T1(__value);
stream_iterator.h 193 operator=(const _Tp& __value)
198 *_M_stream << __value; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
numeric 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
145 *__first++ = __value++;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
forward_list 71 forward_list(size_type __n, const _Tp& __value,
73 : _Base(__n, __value, __al)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 277 _M_fill_initialize(const value_type& __value)
286 __value, _M_get_Tp_allocator());
289 __value, _M_get_Tp_allocator());
844 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
850 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
854 std::fill(__first._M_cur, __first._M_last, __value);
855 std::fill(__last._M_first, __last._M_cur, __value);
858 std::fill(__first._M_cur, __last._M_cur, __value);
stream_iterator.h 186 operator=(const _Tp& __value)
191 *_M_stream << __value; local
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 132 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
140 *__first++ = __value++;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 277 _M_fill_initialize(const value_type& __value)
286 __value, _M_get_Tp_allocator());
289 __value, _M_get_Tp_allocator());
844 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
850 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
854 std::fill(__first._M_cur, __first._M_last, __value);
855 std::fill(__last._M_first, __last._M_cur, __value);
858 std::fill(__first._M_cur, __last._M_cur, __value);
stream_iterator.h 186 operator=(const _Tp& __value)
191 *_M_stream << __value; local
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 132 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
140 *__first++ = __value++;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 277 _M_fill_initialize(const value_type& __value)
286 __value, _M_get_Tp_allocator());
289 __value, _M_get_Tp_allocator());
844 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
850 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
854 std::fill(__first._M_cur, __first._M_last, __value);
855 std::fill(__last._M_first, __last._M_cur, __value);
858 std::fill(__first._M_cur, __last._M_cur, __value);
stream_iterator.h 186 operator=(const _Tp& __value)
191 *_M_stream << __value; local

Completed in 1064 milliseconds

1 2 3 4 5 67 8 91011>>