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

1 2 3 4 5 6 7 891011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
cast.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
24 #include <boost/detail/workaround.hpp>
28 # include<boost/numeric/conversion/detail/old_numeric_cast.hpp>
32 #include <boost/type.hpp>
33 #include <boost/numeric/conversion/converter.hpp>
34 #include <boost/numeric/conversion/numeric_cast_traits.hpp>
36 namespace boost namespace
43 typedef boost::numeric::converte
    [all...]
numeric_cast_traits.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 #include <boost/numeric/conversion/converter_policies.hpp>
14 namespace boost { namespace numeric { namespace
24 }}//namespace boost::numeric;
27 #include <boost/cstdint.hpp>
28 #include <boost/numeric/conversion/detail/numeric_cast_traits.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp>
15 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp>
21 #include <boost/preprocessor/seq/elem.hpp>
22 #include <boost/preprocessor/seq/size.hpp>
23 #include <boost/preprocessor/iteration/iterate.hpp>
32 // Distributed under the Boost Software License, Version 1.0. (See
34 // http://www.boost.org/LICENSE_1_0.txt)
59 namespace boost { namespace numeric namespace
91 namespace boost { namespace numeric { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_common.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 namespace boost { namespace numeric { namespace
    [all...]
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...]
  /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...]
begin.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>
21 #include <boost/range/detail/begin.hpp>
24 #include <boost/range/iterator.hpp>
26 namespace boost namespace
123 } // namespace boost
127 namespace boost namespace
    [all...]
end.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>
21 #include <boost/range/detail/end.hpp>
24 #include <boost/range/detail/implementation_help.hpp>
25 #include <boost/range/iterator.hpp>
26 #include <boost/range/const_iterator.hpp>
28 namespace boost namespace
121 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
extract_optional_type.hpp 0 // Boost.Range library
4 // Use, modification and distribution is subject to the Boost Software
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
17 #include <boost/config.hpp>
30 namespace boost { namespace
45 , BOOST_DEDUCED_TYPENAME boost::range_detail::exists< BOOST_DEDUCED_TYPENAME C::a_typedef >::type \
implementation_help.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/
14 #include <boost/range/config.hpp>
15 #include <boost/range/detail/common.hpp>
16 #include <boost/type_traits/is_same.hpp>
24 namespace boost namespace
100 } // namespace 'boost'
str_types.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/
14 #include <boost/range/size_type.hpp>
15 #include <boost/range/iterator.hpp>
17 namespace boost namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
workaround.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> // compilers workarounds and std::ptrdiff_t
24 #include <boost/test/detail/suppress_warnings.hpp>
28 namespace boost { namespace
59 } // namespace boost
63 #include <boost/test/detail/enable_warnings.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
plain_report_formatter.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/results_reporter.hpp>
22 #include <boost/test/detail/suppress_warnings.hpp>
26 namespace boost { namespace
56 } // namespace boost
60 #include <boost/test/detail/enable_warnings.hpp
    [all...]
xml_log_formatter.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/unit_test_log_formatter.hpp>
25 #include <boost/test/detail/suppress_warnings.hpp>
29 namespace boost { namespace
66 } // namespace boost
70 #include <boost/test/detail/enable_warnings.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.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/wrap_stringstream.hpp>
21 #include <boost/test/predicate_result.hpp>
26 #include <boost/test/detail/suppress_warnings.hpp>
36 namespace boost { namespace
72 } // namespace boost
    [all...]
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 // Boost.Test
19 #include <boost/test/test_tools.hpp>
20 #include <boost/test/unit_test_suite.hpp>
36 # include <boost/config/auto_link.hpp>
44 namespace boost { namespace unit_test { namespace
59 return ::boost::unit_test::unit_test_main( &init_unit_test, argc, argv );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
algorithm.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.
22 #include <boost/test/detail/suppress_warnings.hpp>
26 namespace boost { namespace
220 } // namespace boost
224 #include <boost/test/detail/enable_warnings.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring_fwd.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.
19 #include <boost/detail/workaround.hpp>
21 namespace boost { namespace
37 } // namespace boost
io.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/utils/basic_cstring/basic_cstring.hpp>
25 #include <boost/test/detail/suppress_warnings.hpp>
29 namespace boost { namespace
67 } // namespace boost
71 #include <boost/test/detail/enable_warnings.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
basic_parameter.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/typed_parameter.hpp>
23 // Boost.Test
24 #include <boost/test/utils/rtti.hpp>
26 // Boost
27 #include <boost/utility/base_from_member.hpp
29 namespace boost { namespace
    [all...]
fwd.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 // Boost
22 #include <boost/shared_ptr.hpp>
24 namespace boost { namespace
53 } // namespace boost
typed_parameter.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/fwd.hpp>
22 #include <boost/test/utils/runtime/validation.hpp>
24 #include <boost/test/utils/runtime/cla/parameter.hpp>
25 #include <boost/test/utils/runtime/cla/argument_factory.hpp>
27 // Boost.Tes
30 namespace boost { namespace
    [all...]
validation.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
38 if( b ) ; else ::boost::BOOST_RT_PARAM_NAMESPACE::cla::report_input_error( tr, format_stream().ref() << msg )
46 } // namespace boost
51 # include <boost/test/utils/runtime/cla/validation.ipp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp 7 // See http://www.boost.org for updates, documentation, and revision history.
19 // Boost.Runtime.Parameter
20 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
23 // Boost.Test
24 #include <boost/test/utils/basic_cstring/io.hpp>
25 #include <boost/test/utils/basic_cstring/compare.hpp>
27 #include <boost/lexical_cast.hpp>
33 namespace boost { namespace
80 } // namespace boost
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
argument_factory.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>
20 #include <boost/test/utils/runtime/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/fwd.hpp>
24 namespace boost { namespace
45 } // namespace boost

Completed in 327 milliseconds

1 2 3 4 5 6 7 891011>>