/external/stlport/test/unit/ |
boost_check.cpp | 6 #include <boost/config.hpp> 14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared 15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared 27 #include <boost/bind.hpp> 33 #include <boost/function.hpp> 39 #include <boost/function/function_base.hpp> 45 #include <boost/function/function1.hpp>
|
reference_wrapper_test.cpp | 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) ); 32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) ); 62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) ); 63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
boost_check.cpp | 6 #include <boost/config.hpp> 14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared 15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared 27 #include <boost/bind.hpp> 33 #include <boost/function.hpp> 39 #include <boost/function/function_base.hpp> 45 #include <boost/function/function1.hpp>
|
reference_wrapper_test.cpp | 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) ); 32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) ); 62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) ); 63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
|
/ndk/tests/device/test-stlport/unit/ |
boost_check.cpp | 6 #include <boost/config.hpp> 14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared 15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared 27 #include <boost/bind.hpp> 33 #include <boost/function.hpp> 39 #include <boost/function/function_base.hpp> 45 #include <boost/function/function1.hpp>
|
reference_wrapper_test.cpp | 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) ); 32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) ); 62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) ); 63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
|
/external/stlport/stlport/ |
functional | 48 #include <boost/ref.hpp> 49 #include <boost/utility/result_of.hpp> 50 #include <boost/bind/placeholders.hpp> 51 #include <boost/mem_fn.hpp> 52 #include <boost/bind.hpp> 54 namespace boost { 68 } // namespace boost 74 using ::boost::reference_wrapper; 75 using ::boost::ref; 76 using ::boost::cref [all...] |
memory | 72 namespace boost { 90 } // namespace boost 93 # include <boost/shared_ptr.hpp> 96 # include <boost/weak_ptr.hpp> 99 # include <boost/enable_shared_from_this.hpp> 106 using ::boost::bad_weak_ptr; 107 using ::boost::shared_ptr; 108 using ::boost::swap; 109 using ::boost::static_pointer_cast; 110 using ::boost::dynamic_pointer_cast [all...] |
/external/stlport/stlport/stl/ |
boost_type_traits.h | 24 # include <boost/config.hpp> 27 #include <boost/type_traits/is_integral.hpp> 28 #include <boost/type_traits/is_float.hpp> 29 #include <boost/type_traits/has_trivial_constructor.hpp> 30 #include <boost/type_traits/has_trivial_copy.hpp> 31 #include <boost/type_traits/has_trivial_assign.hpp> 32 #include <boost/type_traits/has_trivial_destructor.hpp> 33 #include <boost/type_traits/is_pod.hpp> 34 #include <boost/type_traits/is_pointer.hpp> 35 #include <boost/type_traits/is_reference.hpp [all...] |
type_traits.h | 68 # include <boost/type_traits/add_reference.hpp> 69 # include <boost/type_traits/add_const.hpp> 454 typedef typename __select< ::boost::is_reference<_Tp>::value, 455 typename ::boost::add_const<_Tp>::type, 456 typename ::boost::add_reference< typename ::boost::add_const<_Tp>::type >::type>::_Ret const_param_type; 457 typedef typename __select< ::boost::is_reference<_Tp>::value, 458 typename ::boost::remove_const<_Tp>::type, 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
functional | 48 #include <boost/ref.hpp> 49 #include <boost/utility/result_of.hpp> 50 #include <boost/bind/placeholders.hpp> 51 #include <boost/mem_fn.hpp> 52 #include <boost/bind.hpp> 54 namespace boost { 68 } // namespace boost 74 using ::boost::reference_wrapper; 75 using ::boost::ref; 76 using ::boost::cref [all...] |
memory | 72 namespace boost { 90 } // namespace boost 93 # include <boost/shared_ptr.hpp> 96 # include <boost/weak_ptr.hpp> 99 # include <boost/enable_shared_from_this.hpp> 106 using ::boost::bad_weak_ptr; 107 using ::boost::shared_ptr; 108 using ::boost::swap; 109 using ::boost::static_pointer_cast; 110 using ::boost::dynamic_pointer_cast [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 24 # include <boost/config.hpp> 27 #include <boost/type_traits/is_integral.hpp> 28 #include <boost/type_traits/is_float.hpp> 29 #include <boost/type_traits/has_trivial_constructor.hpp> 30 #include <boost/type_traits/has_trivial_copy.hpp> 31 #include <boost/type_traits/has_trivial_assign.hpp> 32 #include <boost/type_traits/has_trivial_destructor.hpp> 33 #include <boost/type_traits/is_pod.hpp> 34 #include <boost/type_traits/is_pointer.hpp> 35 #include <boost/type_traits/is_reference.hpp [all...] |
type_traits.h | 68 # include <boost/type_traits/add_reference.hpp> 69 # include <boost/type_traits/add_const.hpp> 454 typedef typename __select< ::boost::is_reference<_Tp>::value, 455 typename ::boost::add_const<_Tp>::type, 456 typename ::boost::add_reference< typename ::boost::add_const<_Tp>::type >::type>::_Ret const_param_type; 457 typedef typename __select< ::boost::is_reference<_Tp>::value, 458 typename ::boost::remove_const<_Tp>::type, 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type;
|
/external/stlport/test/eh/ |
bug.cpp | 4 #include <boost/timer.hpp> 5 #include <boost/lexical_cast.hpp> 16 std::size_t niters = argc < 2 ? 1000 : boost::lexical_cast<std::size_t>(argv[1]); 18 boost::timer t;
|
/external/stlport/ |
configure | 40 --with-boost=<dir> use boost headers in catalog <dir> 41 --with-system-boost use boost installed on this system 110 # write_option "${PWD}/external/boost" BOOST_DIR 170 --with-boost=*) 173 --with-system-boost)
|
configure.bat | 64 REM boost support 65 if "%1" == "--use-boost" goto opt_bst 152 echo "--use-boost <boost install path>" 153 echo Request use of boost support (www.boost.org). For the moment only the boost 510 REM * boost support 518 echo Error: Invalid boost intallation folder ("%2"). 522 echo Activating boost support using "%2" pat [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
|
ARM-E_interpolate_noloop_gnu.s | 97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
|
ARM-E_interpolate_noloop_gnu.s | 97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
|
/external/libvpx/vp8/common/x86/ |
subpixel_sse2.asm | [all...] |
subpixel_ssse3.asm | [all...] |