HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 551 - 575 of 1302) sorted by null

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
msvc_type.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/aux_/config/eti.hpp>
18 #include <boost/mpl/aux_/is_msvc_eti_arg.hpp>
20 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_sync.hpp 13 // Distributed under the Boost Software License, Version 1.0.
15 // http://www.boost.org/LICENSE_1_0.txt)
18 #include <boost/smart_ptr/detail/yield_k.hpp>
24 namespace boost namespace
48 boost::detail::yield( k );
83 } // namespace boost
spinlock_pool.hpp 11 // boost/detail/spinlock_pool.hpp
15 // Distributed under the Boost Software License, Version 1.0.
17 // http://www.boost.org/LICENSE_1_0.txt)
24 #include <boost/config.hpp>
25 #include <boost/smart_ptr/detail/spinlock.hpp>
28 namespace boost namespace
89 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
integral_constant.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)
9 #include <boost/config.hpp>
10 #include <boost/mpl/bool.hpp>
11 #include <boost/mpl/integral_c.hpp>
13 namespace boost{ namespace
alignment_of.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/config.hpp>
15 #include <boost/type_traits/intrinsics.hpp>
17 #include <boost/type_traits/detail/size_t_trait_def.hpp>
27 namespace boost { namespace
66 (::boost::detail::alignment_logic<
67 sizeof(::boost::detail::alignment_of_hack<T>) - sizeof(T),
72 (::boost::detail::alignment_logic
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 10 // Distributed under the Boost Software License, Version 1.0. (See
12 // http://www.boost.org/LICENSE_1_0.txt)
14 // See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
17 #include <boost/config.hpp> // for broken compiler workarounds
20 #include <boost/smart_ptr/detail/shared_ptr_nmt.hpp>
23 // In order to avoid circular dependencies with Boost.TR1
27 #include <boost/config/no_tr1/memory.hpp> // std::auto_ptr
29 #include <boost/assert.hpp>
30 #include <boost/checked_delete.hpp>
31 #include <boost/throw_exception.hpp
54 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.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>
22 #include <boost/test/utils/runtime/cla/modifier.hpp>
23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp>
27 // Boost.Tes
31 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
find_format.hpp 0 // Boost string_algo library find_format.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/detail/iterator.hpp>
16 #include <boost/range/iterator_range.hpp>
17 #include <boost/range/begin.hpp>
18 #include <boost/range/end.hpp>
19 #include <boost/range/const_iterator.hpp>
20 #include <boost/range/as_literal.hpp
32 namespace boost { namespace
    [all...]
replace.hpp 0 // Boost string_algo library replace.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/range/iterator_range.hpp>
17 #include <boost/range/begin.hpp>
18 #include <boost/range/end.hpp>
19 #include <boost/range/iterator.hpp>
20 #include <boost/range/const_iterator.hpp
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 4 // Boost Software License, Version 1.0.
6 // or copy at http://www.boost.org/LICENSE_1_0.txt)
11 #include <boost/config.hpp>
17 namespace boost namespace
36 boost::long_long_type lltrunc(const T& v, const Policy& pol);
38 boost::long_long_type lltrunc(const T& v);
54 boost::long_long_type llround(const T& v, const Policy& pol);
56 boost::long_long_type llround(const T& v);
72 T modf(const T& v, boost::long_long_type* ipart, const Policy& pol);
74 T modf(const T& v, boost::long_long_type* ipart)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
default_params.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/aux_/config/preprocessor.hpp>
26 # include <boost/preprocessor/cat.hpp>
45 # include <boost/preprocessor/tuple/elem.hpp>
46 # include <boost/preprocessor/comma_if.hpp>
47 # include <boost/preprocessor/repeat.hpp>
48 # include <boost/preprocessor/inc.hpp>
49 # include <boost/preprocessor/cat.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
item.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/void.hpp>
19 #include <boost/mpl/next_prior.hpp>
20 #include <boost/mpl/aux_/type_wrapper.hpp>
21 #include <boost/mpl/aux_/config/typeof.hpp>
22 #include <boost/mpl/aux_/config/ctps.hpp>
24 namespace boost { namespace mpl namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
as_literal.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/
19 #include <boost/range/detail/as_literal.hpp>
22 #include <boost/range/iterator_range.hpp>
23 #include <boost/range/detail/str_types.hpp>
25 #include <boost/detail/workaround.hpp>
32 namespace boost namespace
93 return boost::make_iterator_range( r )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
addressof.hpp 6 // Distributed under the Boost Software License, Version 1.0. (See
8 // http://www.boost.org/LICENSE_1_0.txt)
10 // For more information, see http://www.boost.org
15 # include <boost/config.hpp>
16 # include <boost/detail/workaround.hpp>
18 namespace boost namespace
55 return boost::detail::addressof_impl<T>::f( v, 0 );
59 return boost::detail::addressof_impl<T>::f( boost::detail::addr_impl_ref<T>( v ), 0 );
100 } // namespace boost
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 3 // Distributed under the Boost Software License, Version 1.0.
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/test for the library home page.
14 // The original Boost Test Library included an implementation detail function
20 // Requests from early adopters of the Boost Test Library included
35 // Boost.Test
36 #include <boost/test/detail/global_typedef.hpp>
37 #include <boost/test/detail/fwd_decl.hpp>
38 #include <boost/test/utils/callback.hpp>
39 #include <boost/test/utils/class_properties.hpp
51 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
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...]
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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
ref.hpp 10 #include <boost/config.hpp>
11 #include <boost/utility/addressof.hpp>
12 #include <boost/mpl/bool.hpp>
13 #include <boost/detail/workaround.hpp>
22 // Distributed under the Boost Software License, Version 1.0. (See
24 // http://www.boost.org/LICENSE_1_0.txt)
26 // See http://www.boost.org/libs/bind/ref.html for documentation.
29 namespace boost namespace
43 explicit reference_wrapper(T& t): t_(boost::addressof(t)) {}
117 } // namespace boost
    [all...]
iterator.hpp 3 // (C) Copyright Beman Dawes 2000. 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/utility for documentation.
19 #include <boost/config.hpp>
21 namespace boost namespace
55 struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
57 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
plain_report_formatter.ipp 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.Test
19 #include <boost/test/output/plain_report_formatter.hpp>
20 #include <boost/test/utils/custom_manip.hpp>
21 #include <boost/test/results_collector.hpp>
22 #include <boost/test/unit_test_suite_impl.hpp>
24 #include <boost/test/utils/basic_cstring/io.hpp>
28 #include <boost/config/no_tr1/cmath.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.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
19 #include <boost/config.hpp>
27 // Boost.Test
28 #include <boost/test/detail/config.hpp>
29 #include <boost/test/utils/basic_cstring/basic_cstring.hpp>
30 #include <boost/test/utils/wrap_stringstream.hpp>
31 #include <boost/test/utils/basic_cstring/io.hpp> // operator<<(boost::runtime::cstring
51 namespace boost { namespace
    [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/issue42891-boost-1_52/jni/boost/boost/detail/
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...]
  /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>

Completed in 3062 milliseconds

<<21222324252627282930>>