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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
list 73 explicit list(size_type __n, const _Tp& __value = _Tp(),
75 : _Base(__n, __value, __a) { }
464 remove(const _Tp& __value)
468 if (*__x == __value)
deque 72 explicit deque(size_type __n, const _Tp& __value = _Tp(),
74 : _Base(__n, __value, __a) { }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 529 operator=(const typename _Container::value_type& __value)
531 container->insert(__value);
572 operator=(const typename _Container::value_type& __value)
574 container->insert(__value);
hash_set 497 operator=(const typename _Container::value_type& __value)
499 container->insert(__value);
541 operator=(const typename _Container::value_type& __value)
543 container->insert(__value);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 54 static const _Tp __value; member in struct:std::tr1::__detail::__floating_point_constant
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
deque.tcc 335 _M_fill_initialize(const value_type& __value)
344 __value, _M_get_Tp_allocator());
347 __value, _M_get_Tp_allocator());
902 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
912 std::fill(__first._M_cur, __first._M_last, __value);
913 std::fill(__last._M_first, __last._M_cur, __value);
916 std::fill(__first._M_cur, __last._M_cur, __value);
random.tcc 162 __factor *= __detail::_Shift<_UIntType, 32>::__value;
346 __detail::_Shift<_UIntType, __w>::__value>(__sd);
355 __detail::_Shift<_UIntType, __w>::__value>(__x);
384 __factor *= __detail::_Shift<_UIntType, 32>::__value;
387 __detail::_Shift<_UIntType, __w>::__value>(__sum);
401 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value;
526 seed(result_type __value)
529 __lcg(__value == 0u ? default_seed : __value);
540 __detail::_Shift<uint_least32_t, 32>::__value>
    [all...]
stl_vector.h 259 vector(size_type __n, const value_type& __value,
262 { _M_fill_initialize(__n, __value); }
273 vector(size_type __n, const value_type& __value = value_type(),
276 { _M_fill_initialize(__n, __value); }
1151 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
deque.tcc 335 _M_fill_initialize(const value_type& __value)
344 __value, _M_get_Tp_allocator());
347 __value, _M_get_Tp_allocator());
902 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
912 std::fill(__first._M_cur, __first._M_last, __value);
913 std::fill(__last._M_first, __last._M_cur, __value);
916 std::fill(__first._M_cur, __last._M_cur, __value);
random.tcc 162 __factor *= __detail::_Shift<_UIntType, 32>::__value;
346 __detail::_Shift<_UIntType, __w>::__value>(__sd);
355 __detail::_Shift<_UIntType, __w>::__value>(__x);
384 __factor *= __detail::_Shift<_UIntType, 32>::__value;
387 __detail::_Shift<_UIntType, __w>::__value>(__sum);
401 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value;
526 seed(result_type __value)
529 __lcg(__value == 0u ? default_seed : __value);
540 __detail::_Shift<uint_least32_t, 32>::__value>
    [all...]
stl_vector.h 259 vector(size_type __n, const value_type& __value,
262 { _M_fill_initialize(__n, __value); }
273 vector(size_type __n, const value_type& __value = value_type(),
276 { _M_fill_initialize(__n, __value); }
1151 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 184 enum { __value = 1 }; enumerator in enum:__is_scalar_type::__anon5462
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { }
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { }
234 enum { __value = 0 }; enumerator in enum:PR5796::__is_scalar_type::__anon5464
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 361 static typ id##__value(va_list args) {return va_arg(args, typ);} \
376 static typ id##__value(va_list args) {return va_arg(args, typ);} \
388 #define CAST(id, arg) id##__value(arg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 128 float __value; member in struct:__gnu_profile::__cost_factor
542 __factor->__value); }
573 __factor->__value = std::atof(__env_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 128 float __value; member in struct:__gnu_profile::__cost_factor
542 __factor->__value); }
573 __factor->__value = std::atof(__env_value);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
deque 72 explicit deque(size_type __n, const _Tp& __value = _Tp(),
74 : _Base(__n, __value, __a) { }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 72 explicit deque(size_type __n, const _Tp& __value = _Tp(),
74 : _Base(__n, __value, __a) { }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 72 explicit deque(size_type __n, const _Tp& __value = _Tp(),
74 : _Base(__n, __value, __a) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,

Completed in 1768 milliseconds

1 2 3 4 5 6 7 8 91011>>