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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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,
  /prebuilts/ndk/android-ndk-r7/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 187 _Tp& __value)
196 _GLIBCXX_MOVE(__value));
202 __value = _GLIBCXX_MOVE(*__prev);
225 // While __value may altered during this algorithm, it will have
234 _Tp& __value)
241 __ucr(__first, __last, __value);
stl_iterator.h 423 operator=(typename _Container::const_reference __value)
425 container->push_back(__value);
430 operator=(const typename _Container::value_type& __value)
432 container->push_back(__value);
437 operator=(typename _Container::value_type&& __value)
439 container->push_back(std::move(__value));
513 operator=(typename _Container::const_reference __value)
515 container->push_front(__value);
520 operator=(const typename _Container::value_type& __value)
522 container->push_front(__value);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_vector_to_list.h 243 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
245 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
247 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
255 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
257 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
259 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 187 _Tp& __value)
196 _GLIBCXX_MOVE(__value));
202 __value = _GLIBCXX_MOVE(*__prev);
225 // While __value may altered during this algorithm, it will have
234 _Tp& __value)
241 __ucr(__first, __last, __value);
stl_iterator.h 423 operator=(typename _Container::const_reference __value)
425 container->push_back(__value);
430 operator=(const typename _Container::value_type& __value)
432 container->push_back(__value);
437 operator=(typename _Container::value_type&& __value)
439 container->push_back(std::move(__value));
513 operator=(typename _Container::const_reference __value)
515 container->push_front(__value);
520 operator=(const typename _Container::value_type& __value)
522 container->push_front(__value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_vector_to_list.h 243 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
245 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
247 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
255 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
257 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
259 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 581 static const bool __value = (is_same<_Base, _Derived>::value
590 __is_base_of_helper<_Base, _Derived>::__value>
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
613 static const bool __value = (is_integral<_Tp>::value
625 && __is_int_or_cref<_To>::__value))>
629 static const bool __value = (__is_convertible_simple<typename
630 add_reference<_From>::type, _To>::__value);
635 { static const bool __value = (is_void<_To>::value
636 || (__is_int_or_cref<_To>::__value
642 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 581 static const bool __value = (is_same<_Base, _Derived>::value
590 __is_base_of_helper<_Base, _Derived>::__value>
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
613 static const bool __value = (is_integral<_Tp>::value
625 && __is_int_or_cref<_To>::__value))>
629 static const bool __value = (__is_convertible_simple<typename
630 add_reference<_From>::type, _To>::__value);
635 { static const bool __value = (is_void<_To>::value
636 || (__is_int_or_cref<_To>::__value
642 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 

Completed in 1936 milliseconds

1 2 34 5 6 7 8 91011>>