Home
last modified time | relevance | path

Searched full:boost (Results 1 – 25 of 11732) sorted by relevance

12345678910>>...470

/external/sdv/vsomeip/third_party/boost/endian/test/
Dendian_load_test.cpp3 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt
6 #include <boost/endian/conversion.hpp>
7 #include <boost/core/lightweight_test.hpp>
8 #include <boost/config.hpp>
9 #include <boost/cstdint.hpp>
19 …BOOST_TEST_EQ( (boost::endian::endian_load<boost::int8_t, 1, boost::endian::order::little>( v )), … in main()
20 …BOOST_TEST_EQ( (boost::endian::endian_load<boost::uint8_t, 1, boost::endian::order::little>( v )),… in main()
22 …BOOST_TEST_EQ( (boost::endian::endian_load<boost::int8_t, 1, boost::endian::order::big>( v )), 0x0… in main()
23 …BOOST_TEST_EQ( (boost::endian::endian_load<boost::uint8_t, 1, boost::endian::order::big>( v )), 0x… in main()
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/detail/cpp03/preprocessed/
Dfunction_eval_40.hpp4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
25 typename boost::result_of<evaluator(F, Context)>::type
28 …typedef typename boost::add_reference< typename boost::add_const< typename boost::result_of< boost
30 boost::result_of<fn(a0)>::type
44 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
56 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
75 typename boost::result_of<evaluator(F, Context)>::type
78boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix::evalua…
80 boost::result_of<fn(a0 , a1)>::type
[all …]
Dfunction_eval_50.hpp4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
25 typename boost::result_of<evaluator(F, Context)>::type
28 …typedef typename boost::add_reference< typename boost::add_const< typename boost::result_of< boost
30 boost::result_of<fn(a0)>::type
44 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
56 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
75 typename boost::result_of<evaluator(F, Context)>::type
78boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix::evalua…
80 boost::result_of<fn(a0 , a1)>::type
[all …]
Dfunction_eval_30.hpp4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
25 typename boost::result_of<evaluator(F, Context)>::type
28 …typedef typename boost::add_reference< typename boost::add_const< typename boost::result_of< boost
30 boost::result_of<fn(a0)>::type
44 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
56 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
75 typename boost::result_of<evaluator(F, Context)>::type
78boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix::evalua…
80 boost::result_of<fn(a0 , a1)>::type
[all …]
Dfunction_eval_20.hpp4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
25 typename boost::result_of<evaluator(F, Context)>::type
28 …typedef typename boost::add_reference< typename boost::add_const< typename boost::result_of< boost
30 boost::result_of<fn(a0)>::type
44 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
56 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
75 typename boost::result_of<evaluator(F, Context)>::type
78boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix::evalua…
80 boost::result_of<fn(a0 , a1)>::type
[all …]
Dfunction_eval_10.hpp4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
25 typename boost::result_of<evaluator(F, Context)>::type
28 …typedef typename boost::add_reference< typename boost::add_const< typename boost::result_of< boost
30 boost::result_of<fn(a0)>::type
44 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
56 … return boost::phoenix::eval(f, ctx)(help_rvalue_deduction(boost::phoenix::eval(a0, ctx))); in operator ()()
75 typename boost::result_of<evaluator(F, Context)>::type
78boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix::evalua…
80 boost::result_of<fn(a0 , a1)>::type
[all …]
/external/sdv/vsomeip/third_party/boost/thread/example/
Dfuture_when_all.cpp3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #include <boost/config.hpp>
17 #include <boost/thread/future.hpp>
18 #include <boost/thread/csbl/vector.hpp>
19 #include <boost/assert.hpp>
20 #include <boost/thread/detail/log.hpp>
32 boost::this_thread::sleep_for(boost::chrono::seconds(1)); in p1()
39 boost::this_thread::sleep_for(boost::chrono::seconds(1)); in p1b()
43 int p2(boost::future<int> f) in p2()
[all …]
/external/sdv/vsomeip/third_party/boost/thread/doc/
Dchanges.qbk4 Distributed under the Boost Software License, Version 1.0.
6 http://www.boost.org/LICENSE_1_0.txt).
11 [heading Version 4.9.0 - boost 1.70]
15 * [@http://svn.boost.org/trac/boost/ticket/3926 #3926] thread_specific_ptr + dlopen library causes …
17 * [@http://svn.boost.org/trac/boost/ticket/10964 #10964] future<future<T>>::unwrap().then() Deadloc…
20 Please take a look at [@https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=re…
22 Please take a look at [@http://www.boost.org/development/tests/master/developer/thread.html thread …
39 * [@https://github.com/boostorg/thread/pull/266] Remove linking with Boost.System
41 [heading Version 4.8.1 - boost 1.67]
45 * [@http://svn.boost.org/trac/boost/ticket/3926 #3926] thread_specific_ptr + dlopen library causes …
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/
Dasio.hpp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10 // See www.boost.org/libs/asio for documentation.
20 #include <boost/asio/associated_allocator.hpp>
21 #include <boost/asio/associated_executor.hpp>
22 #include <boost/asio/async_result.hpp>
23 #include <boost/asio/awaitable.hpp>
24 #include <boost/asio/basic_datagram_socket.hpp>
25 #include <boost/asio/basic_deadline_timer.hpp>
26 #include <boost/asio/basic_io_object.hpp>
[all …]
/external/sdv/vsomeip/third_party/boost/iterator/test/
Dfilter_iterator_test.cpp3 // Distributed under the Boost Software License, Version 1.0. (See
5 // http://www.boost.org/LICENSE_1_0.txt)
7 #include <boost/iterator/filter_iterator.hpp>
8 #include <boost/iterator/reverse_iterator.hpp>
9 #include <boost/iterator/new_iterator_tests.hpp>
10 #include <boost/type_traits/is_convertible.hpp>
11 #include <boost/concept_check.hpp>
12 #include <boost/concept_archetype.hpp>
13 #include <boost/iterator/iterator_concepts.hpp>
14 #include <boost/iterator/iterator_archetypes.hpp>
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/
Dtype_traits.hpp2 // Use, modification and distribution are subject to the Boost Software License,
4 // http://www.boost.org/LICENSE_1_0.txt).
6 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
8 // See boost/type_traits/*.hpp for full copyright notices.
13 #include <boost/type_traits/add_const.hpp>
14 #include <boost/type_traits/add_cv.hpp>
15 #include <boost/type_traits/add_lvalue_reference.hpp>
16 #include <boost/type_traits/add_pointer.hpp>
17 #include <boost/type_traits/add_reference.hpp>
18 #include <boost/type_traits/add_rvalue_reference.hpp>
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_all/
Dvariadic_pass.cpp12 // Distributed under the Boost Software License, Version 1.0. (See accompanying
13 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
15 // <boost/thread/future.hpp>
20 #include <boost/config.hpp>
29 #include <boost/thread/future.hpp>
30 #include <boost/detail/lightweight_test.hpp>
39 boost::this_thread::sleep_for(boost::chrono::milliseconds(100)); in p1()
49 boost::this_thread::sleep_for(boost::chrono::milliseconds(200)); in p2()
58 boost::future<int> f1; in main()
59 boost::future<int> f2 = boost::make_ready_future(321); in main()
[all …]
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_nested_rv_test.cpp1 #include <boost/config.hpp>
8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt
13 #include <boost/bind/bind.hpp>
14 #include <boost/make_shared.hpp>
15 #include <boost/function.hpp>
16 #include <boost/core/lightweight_test.hpp>
18 using namespace boost::placeholders;
22 bool f1( boost::shared_ptr<int> p1 ) in f1()
28 bool f2( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2 ) in f2()
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_any/
Dvariadic_pass.cpp12 // Distributed under the Boost Software License, Version 1.0. (See accompanying
13 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
15 // <boost/thread/future.hpp>
20 #include <boost/config.hpp>
28 #include <boost/thread/future.hpp>
29 #include <boost/detail/lightweight_test.hpp>
47 boost::this_thread::sleep_for(boost::chrono::milliseconds(200)); in p2()
56 boost::future<int> f1; in main()
57 boost::future<int> f2 = boost::make_ready_future(321); in main()
60boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main()
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/test/literate/
Ddeduced-template-parameters0.cpp2 #include <boost/parameter.hpp>
4 namespace boost { namespace python { namespace
12 namespace boost { namespace python { namespace
26 #include <boost/mpl/bool.hpp>
27 #include <boost/mpl/placeholders.hpp>
28 #include <boost/mpl/if.hpp>
29 #include <boost/mpl/eval_if.hpp>
30 #include <boost/noncopyable.hpp>
31 #include <boost/type_traits/is_same.hpp>
32 #include <boost/type_traits/is_base_of.hpp>
[all …]
Dexercising-the-code-so-far0.cpp2 #include <boost/parameter.hpp>
4 namespace boost { namespace python { namespace
17 #include <boost/mpl/bool.hpp>
18 #include <boost/mpl/placeholders.hpp>
19 #include <boost/mpl/if.hpp>
20 #include <boost/mpl/is_sequence.hpp>
21 #include <boost/type_traits/is_class.hpp>
22 #include <boost/config.hpp>
26 #include <boost/type_traits/is_scalar.hpp>
29 namespace boost { namespace python { namespace
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dkeyword.hpp3 // Distributed under the Boost Software License, Version 1.0.
5 // http://www.boost.org/LICENSE_1_0.txt)
10 #include <boost/parameter/aux_/tag.hpp>
11 #include <boost/parameter/aux_/default.hpp>
12 #include <boost/parameter/keyword_fwd.hpp>
13 #include <boost/parameter/config.hpp>
16 #include <boost/core/enable_if.hpp>
20 #include <boost/mp11/integral.hpp>
21 #include <boost/mp11/utility.hpp>
24 #include <boost/mpl/bool.hpp>
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/
Drange_algebra.hpp3 boost/numeric/odeint/algebra/range_algebra.hpp
6 …which works with the most state types, like vector< double >, boost::array< double >, boost::range.
7 Internally is uses boost::range to obtain the begin and end iterator of the according sequence.
13 Distributed under the Boost Software License, Version 1.0.
15 copy at http://www.boost.org/LICENSE_1_0.txt)
22 #include <boost/range.hpp>
23 #include <boost/mpl/size_t.hpp>
25 #include <boost/numeric/odeint/algebra/detail/macros.hpp>
26 #include <boost/numeric/odeint/algebra/detail/for_each.hpp>
27 #include <boost/numeric/odeint/algebra/detail/norm_inf.hpp>
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_range_algebra.hpp3 boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp
13 Distributed under the Boost Software License, Version 1.0.
15 copy at http://www.boost.org/LICENSE_1_0.txt)
22 #include <boost/assert.hpp>
23 #include <boost/range.hpp>
24 #include <boost/numeric/odeint/algebra/norm_result_type.hpp>
25 #include <boost/numeric/odeint/util/n_ary_helper.hpp>
27 namespace boost { namespace
41 BOOST_ASSERT_MSG( len == boost::size(s ## n), "All state ranges must have the same size." ); \
42 typename boost::range_iterator<S ## n>::type beg ## n = boost::begin(s ## n);
[all …]
Dopenmp_nested_algebra.hpp3 boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp
13 Distributed under the Boost Software License, Version 1.0.
15 copy at http://www.boost.org/LICENSE_1_0.txt)
22 #include <boost/assert.hpp>
23 #include <boost/range.hpp>
24 #include <boost/numeric/odeint/algebra/norm_result_type.hpp>
25 #include <boost/numeric/odeint/util/n_ary_helper.hpp>
27 namespace boost { namespace
43 …BOOST_ASSERT_MSG( len == boost::size(s ## n), "All nested state ranges must have the same size." )…
44 typename boost::range_iterator<S ## n>::type beg ## n = boost::begin(s ## n);
[all …]
/external/sdv/vsomeip/third_party/boost/regex/test/concepts/
Dicu_concept_check.cpp7 * Boost Software License, Version 1.0. (See accompanying file
8 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
18 #include <boost/regex/config.hpp>
30 #include <boost/regex/icu.hpp>
31 #include <boost/detail/workaround.hpp>
33 #include <boost/regex/concepts.hpp>
69 boost::function_requires< in main()
70 boost::RegexTraitsConcept< in main()
71 boost::icu_regex_traits in main()
74 boost::function_requires< in main()
[all …]
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dequal.cpp1 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // For more information, see http://www.boost.org/libs/range/
11 #include <boost/range/algorithm/equal.hpp>
13 #include <boost/test/test_tools.hpp>
14 #include <boost/test/unit_test.hpp>
16 #include <boost/assign.hpp>
22 namespace boost namespace
29 using namespace boost::assign; in test_equal_impl()
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_shared_mutex_timed_locks.cpp2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
7 #define BOOST_TEST_MODULE Boost.Threads: shared_mutex_timed_locks test suite
9 #include <boost/test/unit_test.hpp>
10 #include <boost/thread/thread_only.hpp>
11 #include <boost/thread/xtime.hpp>
17 boost::unique_lock<boost::mutex> lock(mutex_name); \
24 boost::shared_mutex rw_mutex; in BOOST_AUTO_TEST_CASE()
25 boost::mutex finish_mutex; in BOOST_AUTO_TEST_CASE()
26 boost::mutex unblocked_mutex; in BOOST_AUTO_TEST_CASE()
[all …]
/external/sdv/vsomeip/third_party/boost/asio/test/
Dthread_pool.cpp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
17 #include <boost/asio/thread_pool.hpp>
19 #include <boost/asio/dispatch.hpp>
20 #include <boost/asio/post.hpp>
24 # include <boost/bind/bind.hpp>
29 using namespace boost::asio;
32 namespace bindns = boost;
49 boost::asio::post(*pool, bindns::bind(decrement_to_zero, pool, count)); in decrement_to_zero()
62 boost::asio::dispatch(*pool, in nested_decrement_to_zero()
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dfunction_cast.hpp3 // Distributed under the Boost Software License, Version 1.0.
5 // http://www.boost.org/LICENSE_1_0.txt)
10 #include <boost/parameter/config.hpp>
14 namespace boost { namespace parameter { namespace aux { namespace
33 }}} // namespace boost::parameter::aux
35 #include <boost/parameter/aux_/use_default_tag.hpp>
37 namespace boost { namespace parameter { namespace aux { namespace
40 inline ::boost::parameter::aux::use_default_tag
41 forward(::boost::parameter::aux::use_default_tag) in forward()
43 return ::boost::parameter::aux::use_default_tag(); in forward()
[all …]

12345678910>>...470