HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
cpp_type_traits.h 94 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; enumerator in enum:__traitor::__anon13287
95 typedef typename __truth_type<__value>::__type __type;
102 enum { __value = 0 }; enumerator in enum:__are_same::__anon13288
109 enum { __value = 1 }; enumerator in enum:__are_same::__anon13289
117 enum { __value = 0 }; enumerator in enum:__is_void::__anon13290
124 enum { __value = 1 }; enumerator in enum:__is_void::__anon13291
134 enum { __value = 0 }; enumerator in enum:__is_integer::__anon13292
144 enum { __value = 1 } enumerator in enum:__is_integer::__anon13293
151 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13294
158 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13295
165 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13296
173 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13297
182 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13298
189 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13299
197 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13300
204 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13301
211 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13302
218 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13303
225 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13304
232 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13305
239 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13306
246 enum { __value = 1 }; enumerator in enum:__is_integer::__anon13307
256 enum { __value = 0 }; enumerator in enum:__is_floating::__anon13308
264 enum { __value = 1 }; enumerator in enum:__is_floating::__anon13309
271 enum { __value = 1 }; enumerator in enum:__is_floating::__anon13310
278 enum { __value = 1 }; enumerator in enum:__is_floating::__anon13311
288 enum { __value = 0 }; enumerator in enum:__is_pointer::__anon13312
295 enum { __value = 1 }; enumerator in enum:__is_pointer::__anon13313
305 enum { __value = 0 }; enumerator in enum:__is_normal_iterator::__anon13314
313 enum { __value = 1 }; enumerator in enum:__is_normal_iterator::__anon13315
347 enum { __value = 0 }; enumerator in enum:__is_char::__anon13316
354 enum { __value = 1 }; enumerator in enum:__is_char::__anon13317
362 enum { __value = 1 }; enumerator in enum:__is_char::__anon13318
370 enum { __value = 0 }; enumerator in enum:__is_byte::__anon13319
377 enum { __value = 1 }; enumerator in enum:__is_byte::__anon13320
384 enum { __value = 1 }; enumerator in enum:__is_byte::__anon13321
391 enum { __value = 1 }; enumerator in enum:__is_byte::__anon13322
401 enum { __value = 0 }; enumerator in enum:__is_move_iterator::__anon13323
412 enum { __value = 1 }; enumerator in enum:__is_move_iterator::__anon13324
    [all...]
stl_numeric.h 80 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value)
91 *__first = __value;
92 ++__value;
245 _ValueType __value = *__first;
246 *__result = __value;
249 __value = __value + *__first;
250 *++__result = __value;
285 _ValueType __value = *__first;
286 *__result = __value;
    [all...]
stl_heap.h 131 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
140 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
168 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
177 _Distance __topIndex, _Tp __value, _Compare __comp)
181 && __comp(*(__first + __parent), __value))
187 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
217 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp)
258 _ValueType __value = _GLIBCXX_MOVE(*__result); local
330 _ValueType __value = _GLIBCXX_MOVE(*__result); local
393 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
433 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
    [all...]
stl_algobase.h 138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
140 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
392 && __is_pointer<_II>::__value
393 && __is_pointer<_OI>::__value
394 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
412 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
418 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
738 std::__niter_base<_ForwardIterator>::__b(__last), __value); local
    [all...]
streambuf_iterator.h 61 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
67 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
73 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
213 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
274 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
291 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
303 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
315 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
350 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
stl_iterator.h 415 operator=(typename _Container::const_reference __value)
417 container->push_back(__value);
423 operator=(typename _Container::value_type&& __value)
425 container->push_back(std::move(__value));
498 operator=(typename _Container::const_reference __value)
500 container->push_front(__value);
506 operator=(typename _Container::value_type&& __value)
508 container->push_front(std::move(__value));
602 operator=(typename _Container::const_reference __value)
604 iter = container->insert(iter, __value);
    [all...]
locale_facets_nonio.tcc 429 string_type __value;
430 __value.reserve(2 * __len);
441 __value.assign(2 * __paddec, char_type());
443 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
447 __value.erase(__vend - &__value[0]);
450 __value.assign(__beg, __paddec);
456 __value += __lc->_M_decimal_point;
458 __value.append(__beg + __paddec, __lc->_M_frac_digits);
462 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
74 ::new(static_cast<void*>(__p)) _T1(__value);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 116 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
132 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
148 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
166 typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value
167 && __is_arithmetic<_Up>::__value,
186 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
202 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
218 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
234 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
250 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
    [all...]
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/i686-linux/include/c++/4.4.3/tr1/
type_traits 146 static const bool __value = (is_same<_Base, _Derived>::value
155 __is_base_of_helper<_Base, _Derived>::__value>
168 static const bool __value = sizeof(__test(__makeFrom())) == 1;
178 static const bool __value = (is_integral<_Tp>::value
190 && __is_int_or_cref<_To>::__value))>
194 static const bool __value = (__is_convertible_simple<typename
195 add_reference<_From>::type, _To>::__value);
200 { static const bool __value = (is_void<_To>::value
201 || (__is_int_or_cref<_To>::__value
207 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 334 _ForwardIterator __last, const _Tp& __value)
336 while (__first != __last && *__first < __value)
338 while (__first != __last && !(*__first < __value))
346 _ForwardIterator __last, const _Tp& __value)
348 while (__first != __last && !(__value < *__first))
350 while (__first != __last && __value < *__first)
359 _ForwardIterator __last, const _Tp& __value,
362 while (__first != __last && bool(__pred(*__first, __value)))
364 while (__first != __last && !bool(__pred(*__first, __value)))
372 _ForwardIterator __last, const _Tp& __value,
    [all...]
formatter.h 192 _Parameter(long __value, const char* __name)
196 _M_variant._M_integer._M_value = __value;
199 _Parameter(const char* __value, const char* __name)
203 _M_variant._M_string._M_value = __value;
318 _M_integer(long __value, const char* __name = 0) const
321 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name);
326 _M_string(const char* __value, const char* __name = 0) const
329 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name);
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/sysroot/usr/include/sys/
xattr.h 41 __const void *__value, size_t __size, int __flags)
48 __const void *__value, size_t __size, int __flags)
53 extern int fsetxattr (int __fd, __const char *__name, __const void *__value,
59 void *__value, size_t __size) __THROW;
65 void *__value, size_t __size) __THROW;
69 extern ssize_t fgetxattr (int __fd, __const char *__name, void *__value,
vlimit.h 63 extern int vlimit (enum __vlimit_resource __resource, int __value) __THROW;
  /external/stlport/stlport/
type_traits 56 static const bool __value;
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1);
81 static const bool __value;
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1);
115 static const bool __value;
117 static const bool __value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false;
123 const bool __virtual_aux<T,B>::__value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false;
146 public integral_constant<bool, __uoc_aux<_Tp>::__value>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 56 static const bool __value;
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1);
81 static const bool __value;
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1);
115 static const bool __value;
117 static const bool __value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false;
123 const bool __virtual_aux<T,B>::__value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false;
146 public integral_constant<bool, __uoc_aux<_Tp>::__value>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric_traits.h 83 (std::__are_same<_Tp, float>::__value ? _Fval \
84 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval)
123 : public __conditional_type<std::__is_integer<_Value>::__value,
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>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value))
350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /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...]

Completed in 666 milliseconds

1 2 3 4 5