HomeSort by relevance Sort by last modified time
    Searched refs:boost (Results 1 - 25 of 739) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 15 // Distributed under the Boost Software License, Version 1.0. (See
17 // http://www.boost.org/LICENSE_1_0.txt)
19 // See http://www.boost.org/libs/bind/bind.html for documentation.
22 #include <boost/bind/arg.hpp>
23 #include <boost/config.hpp>
30 static inline boost::arg<1> _1() { return boost::arg<1>(); }
31 static inline boost::arg<2> _2() { return boost::arg<2>(); }
32 static inline boost::arg<3> _3() { return boost::arg<3>();
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
utility.hpp 0 // Boost utility.hpp header file -------------------------------------------//
4 // subject to the Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
7 // See <http://www.boost.org/libs/utility/> for the library's home page.
12 #include <boost/utility/addressof.hpp>
13 #include <boost/utility/base_from_member.hpp>
14 #include <boost/utility/binary.hpp>
15 #include <boost/utility/enable_if.hpp>
16 #include <boost/utility/identity_type.hpp>
17 #include <boost/checked_delete.hpp
    [all...]
type.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
9 namespace boost { namespace
call_traits.hpp 2 // 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/utility for most recent version including documentation.
8 // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
15 #include <boost/config.hpp>
19 #include <boost/detail/ob_call_traits.hpp>
21 #include <boost/detail/call_traits.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
logical.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/or.hpp>
18 #include <boost/mpl/and.hpp>
19 #include <boost/mpl/not.hpp>
comparison.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/equal_to.hpp>
18 #include <boost/mpl/not_equal_to.hpp>
19 #include <boost/mpl/less.hpp>
20 #include <boost/mpl/greater.hpp>
21 #include <boost/mpl/less_equal.hpp>
22 #include <boost/mpl/greater_equal.hpp>
back_inserter.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/push_back.hpp>
19 #include <boost/mpl/inserter.hpp>
21 namespace boost { namespace
front_inserter.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/push_front.hpp>
19 #include <boost/mpl/inserter.hpp>
21 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
intel.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
19 #include <boost/config.hpp>
msvc.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
19 #include <boost/config.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_reference.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 #include <boost/type_traits/config.hpp>
16 #include <boost/type_traits/is_lvalue_reference.hpp>
17 #include <boost/type_traits/is_rvalue_reference.hpp>
18 #include <boost/type_traits/ice.hpp>
21 #include <boost/type_traits/detail/bool_trait_def.hpp>
23 namespace boost { namespace
31 (::boost::type_traits::ice_or
    [all...]
cv_traits.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 #include <boost/type_traits/add_const.hpp>
16 #include <boost/type_traits/add_volatile.hpp>
17 #include <boost/type_traits/add_cv.hpp>
18 #include <boost/type_traits/is_const.hpp>
19 #include <boost/type_traits/is_volatile.hpp>
20 #include <boost/type_traits/remove_const.hpp>
21 #include <boost/type_traits/remove_volatile.hpp
    [all...]
is_class.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
13 #include <boost/type_traits/config.hpp>
14 #include <boost/type_traits/intrinsics.hpp>
16 # include <boost/type_traits/is_union.hpp>
17 # include <boost/type_traits/detail/ice_and.hpp>
18 # include <boost/type_traits/detail/ice_not.hpp>
21 # include <boost/type_traits/detail/yes_no_type.hpp>
23 # include <boost/type_traits/is_scalar.hpp
39 namespace boost { namespace
    [all...]
has_trivial_constructor.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
12 #include <boost/type_traits/config.hpp>
13 #include <boost/type_traits/intrinsics.hpp>
14 #include <boost/type_traits/is_pod.hpp>
15 #include <boost/type_traits/detail/ice_or.hpp>
18 #include <boost/type_traits/detail/bool_trait_def.hpp>
20 namespace boost { namespace
29 (::boost::type_traits::ice_or
    [all...]
ice.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
14 #include <boost/type_traits/detail/yes_no_type.hpp>
15 #include <boost/type_traits/detail/ice_or.hpp>
16 #include <boost/type_traits/detail/ice_and.hpp>
17 #include <boost/type_traits/detail/ice_not.hpp>
18 #include <boost/type_traits/detail/ice_eq.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/functional/
hash_fwd.hpp 3 // 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/functional/hash/hash_fwd.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
empty.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
19 #include <boost/range/begin.hpp>
20 #include <boost/range/end.hpp>
22 namespace boost namespace
28 return boost::begin( r ) == boost::end( r )
    [all...]
functions.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/end.hpp>
20 #include <boost/range/size.hpp>
21 #include <boost/range/distance.hpp>
22 #include <boost/range/empty.hpp>
23 #include <boost/range/rbegin.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_long_long.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
9 namespace boost { namespace numeric { namespace
16 , boost::long_long_type
21 typedef Trunc<boost::long_long_type> rounding_policy;
28 , boost::ulong_long_type
33 typedef Trunc<boost::ulong_long_type> rounding_policy;
40 , boost::long_long_type
45 typedef Trunc<boost::long_long_type> rounding_policy;
52 , boost::ulong_long_typ
    [all...]
  /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>
  /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>
  /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>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/
list0.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/long.hpp>
18 #include <boost/mpl/aux_/na.hpp>
19 #include <boost/mpl/list/aux_/push_front.hpp>
20 #include <boost/mpl/list/aux_/pop_front.hpp>
21 #include <boost/mpl/list/aux_/push_back.hpp>
22 #include <boost/mpl/list/aux_/front.hpp>
23 #include <boost/mpl/list/aux_/clear.hpp
30 namespace boost { namespace mpl { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/included/
unit_test.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 #include <boost/test/impl/compiler_log_formatter.ipp>
19 #include <boost/test/impl/debug.ipp>
20 #include <boost/test/impl/framework.ipp>
21 #include <boost/test/impl/exception_safety.ipp>
22 #include <boost/test/impl/execution_monitor.ipp>
23 #include <boost/test/impl/interaction_based.ipp>
24 #include <boost/test/impl/logged_expectations.ipp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See
6 // http://www.boost.org/LICENSE_1_0.txt)
10 # include <boost/mpl/bool.hpp>
11 # include <boost/mpl/or.hpp>
13 # include <boost/type_traits/is_convertible.hpp>
15 # include <boost/iterator/detail/config_def.hpp> // must appear last
17 namespace boost namespace
46 } // namespace boost
48 # include <boost/iterator/detail/config_undef.hpp>

Completed in 319 milliseconds

1 2 3 4 5 6 7 8 91011>>