/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
random.tcc | 148 __factor *= __detail::_Shift<_UIntType, 32>::__value; 332 __detail::_Shift<_UIntType, __w>::__value>(__sd); 341 __detail::_Shift<_UIntType, __w>::__value>(__x); 370 __factor *= __detail::_Shift<_UIntType, 32>::__value; 373 __detail::_Shift<_UIntType, __w>::__value>(__sum); 387 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value; 543 seed(result_type __value) 546 __lcg(__value == 0u ? default_seed : __value); 557 __detail::_Shift<uint_least32_t, 32>::__value> [all...] |
alloc_traits.h | 57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr); member in class:__alloctr_rebind_helper 61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value; member in class:__alloctr_rebind_helper 64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
random.tcc | 148 __factor *= __detail::_Shift<_UIntType, 32>::__value; 332 __detail::_Shift<_UIntType, __w>::__value>(__sd); 341 __detail::_Shift<_UIntType, __w>::__value>(__x); 370 __factor *= __detail::_Shift<_UIntType, 32>::__value; 373 __detail::_Shift<_UIntType, __w>::__value>(__sum); 387 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value; 543 seed(result_type __value) 546 __lcg(__value == 0u ? default_seed : __value); 557 __detail::_Shift<uint_least32_t, 32>::__value> [all...] |
alloc_traits.h | 57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr); member in class:__alloctr_rebind_helper 61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value; member in class:__alloctr_rebind_helper 64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
random.tcc | 148 __factor *= __detail::_Shift<_UIntType, 32>::__value; 332 __detail::_Shift<_UIntType, __w>::__value>(__sd); 341 __detail::_Shift<_UIntType, __w>::__value>(__x); 370 __factor *= __detail::_Shift<_UIntType, 32>::__value; 373 __detail::_Shift<_UIntType, __w>::__value>(__sum); 387 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value; 543 seed(result_type __value) 546 __lcg(__value == 0u ? default_seed : __value); 557 __detail::_Shift<uint_least32_t, 32>::__value> [all...] |
alloc_traits.h | 57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr); member in class:__alloctr_rebind_helper 61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value; member in class:__alloctr_rebind_helper 64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
random.tcc | 148 __factor *= __detail::_Shift<_UIntType, 32>::__value; 332 __detail::_Shift<_UIntType, __w>::__value>(__sd); 341 __detail::_Shift<_UIntType, __w>::__value>(__x); 370 __factor *= __detail::_Shift<_UIntType, 32>::__value; 373 __detail::_Shift<_UIntType, __w>::__value>(__sum); 387 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value; 543 seed(result_type __value) 546 __lcg(__value == 0u ? default_seed : __value); 557 __detail::_Shift<uint_least32_t, 32>::__value> [all...] |
list.tcc | 281 remove(const value_type& __value) 290 if (*__first == __value) 295 if (std::__addressof(*__first) != std::__addressof(__value))
|
stl_vector.h | 328 * @param __value An element to copy. 331 * This constructor fills the %vector with @a __n copies of @a __value. 333 vector(size_type __n, const value_type& __value, 336 { _M_fill_initialize(__n, __value); } 341 * @param __value An element to copy. 344 * This constructor fills the %vector with @a __n copies of @a __value. 347 vector(size_type __n, const value_type& __value = value_type(), 350 { _M_fill_initialize(__n, __value); } 1412 _M_fill_initialize(static_cast<size_type>(__n), __value); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
threading.py | 437 self.__value = value 461 while self.__value == 0: 466 self, blocking, self.__value) 469 self.__value = self.__value - 1 472 self, self.__value) 486 self.__value = self.__value + 1 489 self, self.__value) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
threading.py | 437 self.__value = value 461 while self.__value == 0: 466 self, blocking, self.__value) 469 self.__value = self.__value - 1 472 self, self.__value) 486 self.__value = self.__value + 1 489 self, self.__value) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 437 self.__value = value 461 while self.__value == 0: 466 self, blocking, self.__value) 469 self.__value = self.__value - 1 472 self, self.__value) 486 self.__value = self.__value + 1 489 self, self.__value) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 437 self.__value = value 461 while self.__value == 0: 466 self, blocking, self.__value) 469 self.__value = self.__value - 1 472 self, self.__value) 486 self.__value = self.__value + 1 489 self, self.__value) [all...] |
/external/libcxx/include/experimental/ |
any | 190 any(_ValueType && __value); 329 _Tp & __value = *static_cast<_Tp *>(static_cast<void*>(&__this.__s.__buf)); 330 __value.~_Tp();
|
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 366 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);} 370 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);} 372 #define CAST(id, arg) id##__value(arg)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
vpx_codec_internal.h | 405 static typ id##__value(va_list args) {return va_arg(args, typ);} \ 420 static typ id##__value(va_list args) {return va_arg(args, typ);} \ 432 #define CAST(id, arg) id##__value(arg)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 121 float __value; member in struct:__gnu_profile::__cost_factor 535 __factor->__value); } 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 121 float __value; member in struct:__gnu_profile::__cost_factor 535 __factor->__value); } 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_trace.h | 121 float __value; member in struct:__gnu_profile::__cost_factor 535 __factor->__value); } 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_trace.h | 121 float __value; member in struct:__gnu_profile::__cost_factor 535 __factor->__value); } 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_local_iterator.h | 68 return std::__are_same<const_iterator, _Safe_local_iterator>::__value; 126 typename _Sequence::local_iterator::iterator_type>::__value,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_local_iterator.h | 68 return std::__are_same<const_iterator, _Safe_local_iterator>::__value; 126 typename _Sequence::local_iterator::iterator_type>::__value,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_local_iterator.h | 68 return std::__are_same<const_iterator, _Safe_local_iterator>::__value; 126 typename _Sequence::local_iterator::iterator_type>::__value,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algo.h | [all...] |