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

12

/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/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...]
H A DBenchSparseUtil.h85 #include <boost/numeric/mtl/mtl.hpp>
117 #include <boost/numeric/ublas/vector.hpp>
118 #include <boost/numeric/ublas/matrix.hpp>
119 #include <boost/numeric/ublas/io.hpp>
120 #include <boost/numeric/ublas/triangular.hpp>
121 #include <boost/numeric/ublas/vector_sparse.hpp>
122 #include <boost/numeric/ublas/matrix_sparse.hpp>
123 #include <boost/numeric/ublas/vector_of_vector.hpp>
124 #include <boost/numeric/ublas/operation.hpp>
126 typedef boost
[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/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;
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp44 namespace boost { namespace
48 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}}
52 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {};
62 typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' in 'boost::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration}}
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.cc99 Group(size_t max_results, double boost) argument
101 boost_(boost) {
123 double boost = boost_; local
129 boost = 4.0;
132 boost = 3.75;
135 boost = 3.25;
138 boost = 3.0;
147 SortData(*result_it, (*result_it)->relevance() + boost));
/external/valgrind/main/
H A Dglibc-2.X-drd.supp276 # Suppress the races on boost::once_flag::epoch and on
277 # boost::detail::this_thread_epoch. See also the source file
278 # boost/thread/pthread/once.hpp in the Boost source tree
279 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
281 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
287 drd-libboost-boost::detail::get_once_per_thread_epoch()
291 # Suppress the race reports on boost
[all...]
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h137 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon11
138 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_model.js197 var boost = (this.maxTimestamp - this.minTimestamp) * 0.15;
198 this.minTimestamp = this.minTimestamp - boost;
199 this.maxTimestamp = this.maxTimestamp + boost;
/external/freetype/src/cff/
H A Dcf2blues.c151 * net 1 pixel boost to the height of ideographic glyphs.
394 * Suppress overshoot and boost blue zones at small sizes. Boost
397 * Note: This boost amount is different from the coretype heuristic.
409 blues->boost = FT_MulFix(
414 if ( blues->boost > 0x7FFF )
416 /* boost must remain less than 0.5, or baseline could go negative */
417 blues->boost = 0x7FFF;
421 /* boost and darkening have similar effects; don't do both */
423 blues->boost = 0;
426 /* apply boost amoun
[all...]
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/stlport/
H A Dconfigure40 --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)

Completed in 637 milliseconds

12