HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 301 - 325 of 471) sorted by null

<<111213141516171819

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
value_handler.hpp 3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/fwd.hpp>
23 namespace boost { namespace
55 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
interpret_argument_value.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 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
20 #include <boost/test/utils/runtime/trace.hpp>
22 // Boost.Test
23 #include <boost/test/utils/basic_cstring/io.hpp>
24 #include <boost/test/utils/basic_cstring/compare.hpp>
26 // Boost
34 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
trivial_singleton.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/config.hpp>
19 #include <boost/detail/workaround.hpp>
21 #include <boost/noncopyable.hpp>
23 #include <boost/test/detail/suppress_warnings.hpp>
27 namespace boost { namespace
36 class singleton : private boost::noncopyable {
47 friend class boost::unit_test::singleton<type>;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 0 // boost timer.hpp header file ---------------------------------------------//
3 // Copyright Beman Dawes 1994-99. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/timer for documentation.
10 // 01 Apr 01 Modified to use new <boost/limits.hpp> header. (JMaddock)
15 // 6 Jul 99 Initial boost version
20 #include <boost/config.hpp>
22 #include <boost/limits.hpp>
29 namespace boost { namespace
70 } // namespace boost
    [all...]
aligned_storage.hpp 2 // boost aligned_storage.hpp header file
3 // See http://www.boost.org for updates, documentation, and revision history.
9 // Distributed under the Boost Software License, Version 1.0. (See
11 // http://www.boost.org/LICENSE_1_0.txt)
18 #include "boost/config.hpp"
19 #include "boost/detail/workaround.hpp"
20 #include "boost/type_traits/alignment_of.hpp"
21 #include "boost/type_traits/type_with_alignment.hpp"
22 #include "boost/type_traits/is_pod.hpp"
24 #include "boost/mpl/eval_if.hpp
29 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_reference.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/is_reference.hpp>
13 #include <boost/detail/workaround.hpp>
14 #include <boost/config.hpp>
17 #include <boost/type_traits/detail/type_trait_def.hpp>
19 namespace boost { namespace
47 ::boost::is_reference<T>::value
95 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_reference,T,typename boost::detail::add_reference_impl<T>::type
    [all...]
is_enum.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
14 #include <boost/type_traits/intrinsics.hpp>
16 #include <boost/type_traits/add_reference.hpp>
17 #include <boost/type_traits/is_arithmetic.hpp>
18 #include <boost/type_traits/is_reference.hpp>
19 #include <boost/type_traits/is_convertible.hpp>
20 #include <boost/type_traits/is_array.hpp>
22 #include <boost/type_traits/is_function.hpp
34 namespace boost { namespace
    [all...]
make_unsigned.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/mpl/if.hpp>
13 #include <boost/type_traits/is_integral.hpp>
14 #include <boost/type_traits/is_signed.hpp>
15 #include <boost/type_traits/is_unsigned.hpp>
16 #include <boost/type_traits/is_enum.hpp>
17 #include <boost/type_traits/is_same.hpp>
18 #include <boost/type_traits/remove_cv.hpp
31 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp 0 // Boost string_algo library compare.hpp header file -------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
24 namespace boost { namespace
188 // pull names to the boost namespace
196 } // namespace boost
concept.hpp 0 // Boost string_algo library concept.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/concept_check.hpp>
15 #include <boost/range/iterator_range.hpp>
16 #include <boost/range/begin.hpp>
17 #include <boost/range/end.hpp>
23 namespace boost { namespace
68 ::boost::begin((*pFo)( (*pF)(i,i) ))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_all.hpp 0 // Boost string_algo library find_format_all.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
15 #include <boost/range/iterator_range.hpp>
16 #include <boost/range/const_iterator.hpp>
17 #include <boost/range/value_type.hpp>
18 #include <boost/algorithm/string/detail/find_format_store.hpp>
19 #include <boost/algorithm/string/detail/replace_storage.hpp
21 namespace boost { namespace
    [all...]
find_format_store.hpp 0 // Boost string_algo library find_format_store.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
15 #include <boost/range/iterator_range.hpp>
17 namespace boost { namespace
87 } // namespace boost
formatter.hpp 0 // Boost string_algo library formatter.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org for updates, documentation, and revision history.
15 #include <boost/range/iterator_range.hpp>
16 #include <boost/range/begin.hpp>
17 #include <boost/range/end.hpp>
18 #include <boost/range/const_iterator.hpp>
20 #include <boost/algorithm/string/detail/util.hpp>
24 namespace boost { namespace
    [all...]
replace_storage.hpp 0 // Boost string_algo library replace_storage.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
16 #include <boost/mpl/bool.hpp>
17 #include <boost/algorithm/string/sequence_traits.hpp>
18 #include <boost/algorithm/string/detail/sequence.hpp>
20 namespace boost { namespace
49 Storage.insert( Storage.end(), ::boost::begin(What), ::boost::end(What) )
    [all...]
sequence.hpp 0 // Boost string_algo library sequence.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
15 #include <boost/mpl/bool.hpp>
16 #include <boost/mpl/logical.hpp>
17 #include <boost/range/begin.hpp>
18 #include <boost/range/end.hpp>
20 #include <boost/algorithm/string/sequence_traits.hpp
22 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
container_fwd.hpp 3 // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/container for documentation.
24 namespace boost{ namespace
29 namespace boost{ namespace container{ namespace container_detail{ namespace
31 namespace bi = boost::intrusive;
47 namespace boost { namespace
171 }} //namespace boost { namespace container {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
31 # include <boost/detail/iterator.hpp>
34 namespace boost { namespace detail { namespace
42 typename traits::difference_type len = boost::detail::distance(first, last);
67 typename traits::difference_type len = boost::detail::distance(first, last);
92 typename traits::difference_type len = boost::detail::distance(first, last);
117 typename traits::difference_type len = boost::detail::distance(first, last);
142 typename traits::difference_type len = boost::detail::distance(first, last);
158 left = boost::detail::lower_bound(first, middle, val)
    [all...]
indirect_traits.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
7 # include <boost/type_traits/is_function.hpp>
8 # include <boost/type_traits/is_reference.hpp>
9 # include <boost/type_traits/is_pointer.hpp>
10 # include <boost/type_traits/is_class.hpp>
11 # include <boost/type_traits/is_const.hpp>
12 # include <boost/type_traits/is_volatile.hpp>
13 # include <boost/type_traits/is_member_function_pointer.hpp>
14 # include <boost/type_traits/is_member_pointer.hpp
33 namespace boost { namespace detail { namespace
    [all...]
lcast_precision.hpp 4 // Boost Software License, Version 1.0.
6 // or copy at http://www.boost.org/LICENSE_1_0.txt)
15 #include <boost/config.hpp>
16 #include <boost/integer_traits.hpp>
20 #include <boost/mpl/if.hpp>
21 #include <boost/type_traits/is_abstract.hpp>
31 #include <boost/assert.hpp>
33 #include <boost/static_assert.hpp>
36 namespace boost { namespace detail { namespace
50 typedef BOOST_DEDUCED_TYPENAME boost::mpl::if_
    [all...]
reference_content.hpp 2 // boost detail/reference_content.hpp header file
3 // See http://www.boost.org for updates, documentation, and revision history.
9 // Distributed under the Boost Software License, Version 1.0. (See
11 // http://www.boost.org/LICENSE_1_0.txt)
16 #include "boost/config.hpp"
19 # include "boost/mpl/bool.hpp"
20 # include "boost/type_traits/has_nothrow_copy.hpp"
22 # include "boost/mpl/if.hpp"
23 # include "boost/type_traits/is_reference.hpp"
26 #include "boost/mpl/void.hpp
28 namespace boost { namespace
    [all...]
sp_typeinfo.hpp 14 // Distributed under the Boost Software License, Version 1.0.
16 // http://www.boost.org/LICENSE_1_0.txt)
18 #include <boost/config.hpp>
22 #include <boost/current_function.hpp>
25 namespace boost namespace
103 } // namespace boost
105 #define BOOST_SP_TYPEID(T) (boost::detail::sp_typeid_<T>::ti_)
111 namespace boost
129 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 # include <boost/iterator/iterator_categories.hpp>
9 # include <boost/mpl/or.hpp> // used in iterator_tag inheritance logic
10 # include <boost/mpl/and.hpp>
11 # include <boost/mpl/if.hpp>
12 # include <boost/mpl/eval_if.hpp>
13 # include <boost/mpl/identity.hpp>
14 # include <boost/mpl/assert.hpp>
16 # include <boost/type_traits/is_same.hpp
34 namespace boost { struct use_default; } namespace
36 namespace boost { namespace detail { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
9 # include <boost/config.hpp>
10 # include <boost/detail/iterator.hpp>
11 # include <boost/iterator/detail/config_def.hpp>
13 # include <boost/detail/workaround.hpp>
15 # include <boost/mpl/eval_if.hpp>
16 # include <boost/mpl/identity.hpp>
17 # include <boost/mpl/placeholders.hpp>
18 # include <boost/mpl/aux_/lambda_support.hpp
24 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp 6 // Boost Software License, Version 1.0. (See accompanying file
7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
16 #include <boost/math/tools/config.hpp>
17 #include <boost/math/special_functions/math_fwd.hpp>
18 #include <boost/math/special_functions/detail/fp_traits.hpp>
20 namespace boost{ namespace math{ namespace
113 typedef typename boost::is_floating_point<T>::type fp_tag;
120 return (z == 0) ? 0 : (boost::math::signbit)(z) ? -1 : 1;
127 typedef typename boost::is_floating_point<T>::type fp_tag;
136 return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::changesign)(x) : x
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
advance.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/advance_fwd.hpp>
18 #include <boost/mpl/less.hpp>
19 #include <boost/mpl/negate.hpp>
20 #include <boost/mpl/long.hpp>
21 #include <boost/mpl/if.hpp>
22 #include <boost/mpl/tag.hpp>
23 #include <boost/mpl/apply_wrap.hpp
30 namespace boost { namespace mpl { namespace
    [all...]

Completed in 318 milliseconds

<<111213141516171819