/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 240 static const bool __value = sizeof(__test(__makeFrom())) == 1; 247 static const bool __value = (is_integral<_Tp>::value 259 && __is_int_or_cref<_To>::__value))> 263 static const bool __value = (__is_convertible_simple<typename 265 _To>::__value); 270 { static const bool __value = (is_void<_To>::value 271 || (__is_int_or_cref<_To>::__value 280 __is_convertible_helper<_From, _To>::__value>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_construct.h | 70 _Construct(_T1* __p, const _T2& __value) 74 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 240 static const bool __value = sizeof(__test(__makeFrom())) == 1; 247 static const bool __value = (is_integral<_Tp>::value 259 && __is_int_or_cref<_To>::__value))> 263 static const bool __value = (__is_convertible_simple<typename 265 _To>::__value); 270 { static const bool __value = (is_void<_To>::value 271 || (__is_int_or_cref<_To>::__value 280 __is_convertible_helper<_From, _To>::__value>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vlimit.h | 63 extern int vlimit (enum __vlimit_resource __resource, int __value) __THROW;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
safe_sequence.h | 50 _Type __value; member in class:__gnu_debug::_Not_equal_to 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 57 { return __value != __x; }
|
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,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
type_traits.h | 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
|
string_conversions.h | 57 || (std::__are_same<_Ret, int>::__value
|
numeric | 132 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value) 140 *__first++ = __value++;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_sequence.h | 50 _Type __value; member in class:__gnu_debug::_Not_equal_to 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 57 { return __value != __x; }
|
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,
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
|
string_conversions.h | 57 || (std::__are_same<_Ret, int>::__value
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_sequence.h | 50 _Type __value; member in class:__gnu_debug::_Not_equal_to 53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 57 { return __value != __x; }
|
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,
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
|
string_conversions.h | 57 || (std::__are_same<_Ret, int>::__value
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random.tcc | 182 seed(unsigned long __value) 185 __detail::_Shift<_UIntType, __w>::__value>(__value); 194 __detail::_Shift<_UIntType, __w>::__value>(__x); 210 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 316 seed(unsigned long __value) 318 if (__value == 0) 319 __value = 19780503; 322 __lcg(__value); 347 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 182 seed(unsigned long __value) 185 __detail::_Shift<_UIntType, __w>::__value>(__value); 194 __detail::_Shift<_UIntType, __w>::__value>(__x); 210 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 316 seed(unsigned long __value) 318 if (__value == 0) 319 __value = 19780503; 322 __lcg(__value); 347 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 182 seed(unsigned long __value) 185 __detail::_Shift<_UIntType, __w>::__value>(__value); 194 __detail::_Shift<_UIntType, __w>::__value>(__x); 210 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 316 seed(unsigned long __value) 318 if (__value == 0) 319 __value = 19780503; 322 __lcg(__value); 347 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
semaphore.h | 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
|
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...] |
/prebuilt/linux-x86/toolchain/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
|
/prebuilt/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);
|