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

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
sequence_traits.hpp 0 // Boost string_algo library sequence_traits.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/config.hpp>
15 #include <boost/mpl/bool.hpp>
16 #include <boost/algorithm/string/yes_no_type.hpp>
29 header for a specific container. They are located in boost/algorithm/string/stl
30 directory. Alternatively she can include boost/algorithm/string/std_collection_traits.hpp
34 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
assert.hpp 2 // boost/assert.hpp - BOOST_ASSERT(expr)
10 // Distributed under the Boost Software License, Version 1.0. (See
12 // http://www.boost.org/LICENSE_1_0.txt)
16 // See http://www.boost.org/libs/utility/assert.html for documentation.
37 #include <boost/current_function.hpp>
39 namespace boost namespace
43 } // namespace boost
47 : ::boost::assertion_failed(#expr, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__))
66 #include <boost/current_function.hpp>
68 namespace boost
    [all...]
cstdint.hpp 0 // boost cstdint.hpp header file ------------------------------------------//
6 // Distributed under the Boost
8 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10 // See http://www.boost.org/libs/integer for documentation.
16 // 12 Nov 00 Merged <boost/stdint.h> (Jens Maurer)
19 // 29 Jun 00 Reimplement to avoid including stdint.h within namespace boost
36 #include <boost/config.hpp>
42 // See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990
100 namespace boost namespace
    [all...]
concept_check.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 // 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
15 // See http://www.boost.org/libs/concept_check for documentation.
20 # include <boost/concept/assert.hpp>
22 # include <boost/iterator.hpp>
23 # include <boost/type_traits/conversion_traits.hpp>
25 # include <boost/type_traits/is_same.hpp>
26 # include <boost/type_traits/is_void.hpp>
27 # include <boost/mpl/assert.hpp
35 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.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.Test
19 #include <boost/test/detail/global_typedef.hpp>
20 #include <boost/test/utils/class_properties.hpp>
21 #include <boost/test/predicate_result.hpp>
23 // Boost
24 #include <boost/limits.hpp> // for std::numeric_limits
25 #include <boost/numeric/conversion/conversion_traits.hpp> // for numeric::conversion_trait
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
callback.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
19 #include <boost/config.hpp>
20 #include <boost/detail/workaround.hpp>
21 #include <boost/shared_ptr.hpp>
23 #include <boost/test/detail/suppress_warnings.hpp>
31 namespace boost { namespace
124 boost::shared_ptr<ut_detail::callback0_impl<R> > m_impl
    [all...]
named_params.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>
20 #include <boost/detail/workaround.hpp>
22 // Boost.Test
23 #include <boost/test/utils/rtti.hpp>
24 #include <boost/test/utils/assign_op.hpp>
26 #include <boost/type_traits/remove_reference.hpp
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 0 // Boost string_algo library finder.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/algorithm/string/constants.hpp>
16 #include <boost/detail/iterator.hpp>
18 #include <boost/range/iterator_range.hpp>
19 #include <boost/range/begin.hpp>
20 #include <boost/range/end.hpp
24 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_collector.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/unit_test_suite_impl.hpp>
20 #include <boost/test/unit_test_log.hpp>
21 #include <boost/test/results_collector.hpp>
22 #include <boost/test/framework.hpp>
24 // Boost
25 #include <boost/cstdlib.hpp
    [all...]
exception_safety.ipp 3 // Boost Software License, Version 1.0. (See accompanying file
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/detail/config.hpp>
23 #include <boost/test/detail/global_typedef.hpp>
24 #include <boost/test/detail/unit_test_parameters.hpp>
26 #include <boost/test/utils/callback.hpp>
27 #include <boost/test/utils/wrap_stringstream.hpp>
28 #include <boost/test/utils/iterator/token_iterator.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp 3 // Distributed under the Boost Software License, Version 1.0. (See
5 // http://www.boost.org/LICENSE_1_0.txt)
18 // Note: The implementation of boost::value_initialized had to deal with the
20 // The constructor of boost::value_initialized<T> works around these compiler
24 #include <boost/aligned_storage.hpp>
25 #include <boost/config.hpp> // For BOOST_NO_COMPLETE_VALUE_INITIALIZATION.
26 #include <boost/detail/workaround.hpp>
27 #include <boost/static_assert.hpp>
28 #include <boost/type_traits/cv_traits.hpp>
29 #include <boost/type_traits/alignment_of.hpp
63 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/type_traits/is_arithmetic.hpp"
14 #include "boost/type_traits/is_same.hpp"
15 #include "boost/type_traits/remove_cv.hpp"
17 #include "boost/numeric/conversion/detail/meta.hpp"
18 #include "boost/numeric/conversion/detail/int_float_mixture.hpp"
19 #include "boost/numeric/conversion/detail/sign_mixture.hpp"
20 #include "boost/numeric/conversion/detail/udt_builtin_mixture.hpp
23 namespace boost { namespace numeric { namespace convdetail namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 16 // Distributed under the Boost Software License, Version 1.0. (See
18 // http://www.boost.org/LICENSE_1_0.txt)
25 #include <boost/config.hpp>
26 #include <boost/checked_delete.hpp>
27 #include <boost/throw_exception.hpp>
28 #include <boost/smart_ptr/bad_weak_ptr.hpp>
29 #include <boost/smart_ptr/detail/sp_counted_base.hpp>
30 #include <boost/smart_ptr/detail/sp_counted_impl.hpp>
31 #include <boost/detail/workaround.hpp>
32 // In order to avoid circular dependencies with Boost.TR
40 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/iterator/
iterator_facade.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See
6 // http://www.boost.org/LICENSE_1_0.txt)
10 #include <boost/iterator.hpp>
11 #include <boost/iterator/interoperable.hpp>
12 #include <boost/iterator/iterator_traits.hpp>
14 #include <boost/iterator/detail/facade_iterator_category.hpp>
15 #include <boost/iterator/detail/enable_if.hpp>
17 #include <boost/static_assert.hpp>
18 #include <boost/utility/addressof.hpp>
20 #include <boost/type_traits/is_same.hpp
39 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.ipp 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/trace.hpp>
21 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
31 namespace boost {
207 } // namespace boost
  /external/stlport/test/unit/
reference_wrapper_test.cpp 31 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) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/quote.hpp" header
12 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
list10.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/list/list10.hpp" header
12 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
vector10.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/vector/vector10.hpp" header
12 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.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>
20 #include <boost/detail/workaround.hpp>
22 #include <boost/iterator/iterator_categories.hpp>
23 #include <boost/iterator/iterator_traits.hpp>
25 #include <boost/test/utils/iterator/input_iterator_facade.hpp>
26 #include <boost/test/utils/basic_cstring/basic_cstring.hpp
42 namespace boost { namespace
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
reference_wrapper_test.cpp 31 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) );
  /ndk/tests/device/test-stlport/unit/
reference_wrapper_test.cpp 31 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) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.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)
18 boost namespace

Completed in 828 milliseconds

<<21222324252627282930>>