/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 578 static const bool __value = (is_same<_Base, _Derived>::value 587 __is_base_of_helper<_Base, _Derived>::__value> 600 static const bool __value = sizeof(__test(__makeFrom())) == 1; 610 static const bool __value = (is_integral<_Tp>::value 622 && __is_int_or_cref<_To>::__value))> 626 static const bool __value = (__is_convertible_simple<typename 627 add_reference<_From>::type, _To>::__value); 632 { static const bool __value = (is_void<_To>::value 633 || (__is_int_or_cref<_To>::__value 639 __is_convertible_helper<_From, _To>::__value> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
type_traits | 577 static const bool __value = (is_same<_Base, _Derived>::value 586 __is_base_of_helper<_Base, _Derived>::__value> 599 static const bool __value = sizeof(__test(__makeFrom())) == 1; 609 static const bool __value = (is_integral<_Tp>::value 621 && __is_int_or_cref<_To>::__value))> 625 static const bool __value = (__is_convertible_simple<typename 626 add_reference<_From>::type, _To>::__value); 631 { static const bool __value = (is_void<_To>::value 632 || (__is_int_or_cref<_To>::__value 638 __is_convertible_helper<_From, _To>::__value> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
type_traits | 577 static const bool __value = (is_same<_Base, _Derived>::value 586 __is_base_of_helper<_Base, _Derived>::__value> 599 static const bool __value = sizeof(__test(__makeFrom())) == 1; 609 static const bool __value = (is_integral<_Tp>::value 621 && __is_int_or_cref<_To>::__value))> 625 static const bool __value = (__is_convertible_simple<typename 626 add_reference<_From>::type, _To>::__value); 631 { static const bool __value = (is_void<_To>::value 632 || (__is_int_or_cref<_To>::__value 638 __is_convertible_helper<_From, _To>::__value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
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/ndk/5/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...] |
stl_construct.h | 70 _Construct(_T1* __p, const _T2& __value) 74 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilts/ndk/6/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...] |
stl_construct.h | 70 _Construct(_T1* __p, const _T2& __value) 74 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilts/ndk/7/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...] |
stl_construct.h | 70 _Construct(_T1* __p, const _T2& __value) 74 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libpthread-2.11.1.so | |
libpthread.so.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpthread-2.11.1.so | |
libpthread.so.0 | |
/prebuilts/ndk/5/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>
|
/prebuilts/ndk/6/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>
|
/prebuilts/ndk/7/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>
|