Searched refs:boost (Results 1 - 25 of 73) sorted by relevance

123

/external/stlport/test/unit/
H A Dboost_check.cpp6 #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>
H A Dreference_wrapper_test.cpp31 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/clang/test/PCH/Inputs/
H A Dtypo.hpp1 namespace boost { namespace
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Df.cpp7 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
22 * - Download boost source code matching to your distro.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp7 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
22 * - Download boost source code matching to your distro.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost
[all...]
/external/valgrind/main/drd/tests/
H A Dboost_thread.cpp2 // use the boost::thread, boost::mutex and boost::condition classes.
5 #include <boost/thread/condition.hpp>
6 #include <boost/thread/mutex.hpp>
7 #include <boost/thread/thread.hpp>
11 static boost::condition s_cva;
12 static boost::mutex s_m;
18 boost::mutex::scoped_lock sl(s_m);
26 boost
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp26 namespace boost { namespace
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp26 namespace boost { namespace
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton.h22 #include <boost/scoped_ptr.hpp>
23 #include <boost/thread/once.hpp>
24 #include <boost/utility.hpp>
30 class Singleton : private boost::noncopyable {
35 boost::call_once(Init, flag);
44 static boost::scoped_ptr<T> instance;
45 static boost::once_flag flag;
48 template <class T> boost::scoped_ptr<T> Singleton<T>::instance;
49 template <class T> boost::once_flag Singleton<T>::flag = BOOST_ONCE_INIT;
/external/stlport/stlport/
H A Dfunctional48 #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
[all...]
H A Dmemory72 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
[all...]
/external/stlport/stlport/stl/
H A Dboost_type_traits.h24 # 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_trait
[all...]
/external/stlport/test/eh/
H A Dbug.cpp4 #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/eigen/bench/
H A DBenchUtil.h11 #include <boost/preprocessor/repetition/enum_params.hpp>
12 #include <boost/preprocessor/repetition.hpp>
13 #include <boost/preprocessor/seq.hpp>
14 #include <boost/preprocessor/array.hpp>
15 #include <boost/preprocessor/arithmetic.hpp>
16 #include <boost/preprocessor/comparison.hpp>
17 #include <boost/preprocessor/punctuation.hpp>
18 #include <boost/preprocessor/punctuation/comma.hpp>
19 #include <boost/preprocessor/stringize.hpp>
73 #include <boost/numeri
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
H A Dlock.h21 #include <boost/thread/mutex.hpp>
26 typedef boost::mutex Lock;
27 typedef boost::mutex::scoped_lock AutoLock;
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
H A Dmove_convert07.fail.cpp43 boost::unique_ptr<B[]> s(new B);
45 boost::unique_ptr<A[]> s2(new A);
47 s2 = boost::move(s);
H A Dmove_convert08.fail.cpp45 boost::unique_ptr<B[], Deleter<B> > s(new B);
47 boost::unique_ptr<A[], Deleter<A> > s2(new A);
49 s2 = (boost::move(s));
H A Dmove_convert09.fail.cpp48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
52 s2 = boost::move(s);
H A Dmove_convert02.fail.cpp47 boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
H A Dmove_convert03.fail.cpp48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
H A Dmove_convert04.fail.cpp45 const boost::unique_ptr<B[]> s(new B);
47 boost::unique_ptr<A[]> s2;
H A Dmove_convert05.fail.cpp47 const boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
H A Dmove_convert06.fail.cpp48 const boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh23 #include <boost/numeric/ublas/vector.hpp>
24 #include <boost/numeric/ublas/matrix.hpp>
25 #include <boost/numeric/ublas/io.hpp>
26 #include <boost/numeric/ublas/triangular.hpp>
28 using namespace boost::numeric;
40 typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matrix;
41 typedef typename boost::numeric::ublas::vector<real> gene_vector;
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem;

Completed in 892 milliseconds

123