/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.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 // Boost.Test 20 #include <boost/test/detail/config.hpp> 22 // Boost 24 #include <boost/preprocessor/seq/for_each.hpp> 26 #include <boost/call_traits.hpp> 27 #include <boost/type_traits/add_pointer.hpp> 28 #include <boost/type_traits/add_const.hpp 38 namespace boost { namespace [all...] |
fixed_mapping.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/preprocessor/repetition/repeat.hpp> 20 #include <boost/preprocessor/arithmetic/add.hpp> 21 #include <boost/call_traits.hpp> 22 #include <boost/detail/binary_search.hpp> 30 #include <boost/test/detail/suppress_warnings.hpp> 34 namespace boost { namespace [all...] |
lazy_ostream.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/config.hpp> 24 #include <boost/test/detail/suppress_warnings.hpp> 32 namespace boost { namespace 108 } // namespace boost 112 #include <boost/test/detail/enable_warnings.hpp>
|
wrap_stringstream.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 // Boost.Test 20 #include <boost/test/detail/config.hpp> 29 #include <boost/test/detail/suppress_warnings.hpp> 33 namespace boost { namespace 158 } // namespace boost 162 #include <boost/test/detail/enable_warnings.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
config.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) 13 #include <boost/config.hpp> 14 #include <boost/cstdint.hpp> // for boost::uintmax_t 15 #include <boost/detail/workaround.hpp> 17 #include <boost/config/no_tr1/cmath.hpp> 24 #include <boost/math/tools/user.hpp> 25 #include <boost/math/special_functions/detail/round_fwd.hpp> 110 # include "boost/type.hpp 249 namespace boost{ namespace math{ namespace 280 namespace boost{ namespace math{ namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
framework.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/framework.hpp> 20 #include <boost/test/execution_monitor.hpp> 21 #include <boost/test/debug.hpp> 22 #include <boost/test/unit_test_suite_impl.hpp> 23 #include <boost/test/unit_test_log.hpp> 24 #include <boost/test/unit_test_monitor.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
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. 14 #include <boost/detail/iterator.hpp> 15 #include <boost/range/value_type.hpp> 16 #include <boost/range/iterator_range.hpp> 17 #include <boost/range/as_literal.hpp> 19 #include <boost/algorithm/string/detail/formatter.hpp> 32 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
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. 22 #include <boost/config.hpp> 26 #include <boost/type_traits/is_arithmetic.hpp> 27 #include <boost/type_traits/is_enum.hpp> 28 #include <boost/type_traits/is_pointer.hpp> 29 #include <boost/detail/workaround.hpp> 31 namespace boost{ namespace 86 typedef typename boost::detail::ct_imp [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/numeric/conversion/detail/ |
meta.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/remove_cv.hpp" 15 #include "boost/mpl/if.hpp" 16 #include "boost/mpl/eval_if.hpp" 17 #include "boost/mpl/equal_to.hpp" 18 #include "boost/mpl/not.hpp" 19 #include "boost/mpl/and.hpp" 20 #include "boost/mpl/bool.hpp 23 namespace boost { namespace numeric { namespace convdetail namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/ |
repeat_from_to.hpp | 5 # * Distributed under the Boost Software License, Version 1.0. (See 7 # * http://www.boost.org/LICENSE_1_0.txt) 12 # /* See http://www.boost.org for most recent version. */ 17 # include <boost/preprocessor/arithmetic/add.hpp> 18 # include <boost/preprocessor/arithmetic/sub.hpp> 19 # include <boost/preprocessor/cat.hpp> 20 # include <boost/preprocessor/config/config.hpp> 21 # include <boost/preprocessor/control/while.hpp> 22 # include <boost/preprocessor/debug/error.hpp> 23 # include <boost/preprocessor/detail/auto_rec.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_array.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_array.htm for documentation. 17 #include <boost/config.hpp> // for broken compiler workarounds 20 #include <boost/smart_ptr/detail/shared_array_nmt.hpp> 25 #include <boost/assert.hpp> 26 #include <boost/checked_delete.hpp> 28 #include <boost/smart_ptr/detail/shared_count.hpp> 29 #include <boost/detail/workaround.hpp> 35 namespace boost namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
bcs_char_traits.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> 21 #include <boost/test/detail/config.hpp> 22 #include <boost/type_traits/add_const.hpp> 28 #include <boost/test/detail/suppress_warnings.hpp> 32 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
get_error_info.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) 15 #include <boost/exception/exception.hpp> 16 #include <boost/exception/detail/error_info_impl.hpp> 17 #include <boost/exception/detail/type_info.hpp> 18 #include <boost/shared_ptr.hpp> 21 boost namespace 102 get_error_info( boost::exception const & x ) 109 get_error_info( boost::exception & x )
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
integral_wrapper.hpp | 4 // Distributed under the Boost Software License, Version 1.0. 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // See http://www.boost.org/libs/mpl for documentation. 16 #include <boost/mpl/integral_c_tag.hpp> 17 #include <boost/mpl/aux_/static_cast.hpp> 18 #include <boost/mpl/aux_/nttp_decl.hpp> 19 #include <boost/mpl/aux_/config/static_constant.hpp> 20 #include <boost/mpl/aux_/config/workaround.hpp> 22 #include <boost/preprocessor/cat.hpp>
|
type_wrapper.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/aux_/config/ctps.hpp> 20 namespace boost { namespace mpl { namespace aux { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/functional/hash/ |
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) 17 #include <boost/config.hpp> 19 #include <boost/detail/workaround.hpp> 21 namespace boost namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ |
eti.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/msvc.hpp> 18 #include <boost/mpl/aux_/config/workaround.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
equal_to.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/equal_to.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
greater.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/greater.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
greater_equal.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/greater_equal.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
less.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/less.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
less_equal.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/less_equal.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
not_equal_to.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/not_equal_to.hpp" header 12 namespace boost { namespace mpl { namespace 82 namespace boost { namespace mpl { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/ |
check.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 15 # include <boost/preprocessor/cat.hpp> 16 # include <boost/preprocessor/config/config.hpp>
|