/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
spinlock_pt.hpp | 13 // Distributed under the Boost Software License, Version 1.0. 15 // http://www.boost.org/LICENSE_1_0.txt) 20 namespace boost namespace 75 } // namespace boost
|
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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
scoped_array.hpp | 7 // Distributed under the Boost Software License, Version 1.0. (See 9 // http://www.boost.org/LICENSE_1_0.txt) 11 // http://www.boost.org/libs/smart_ptr/scoped_array.htm 14 #include <boost/assert.hpp> 15 #include <boost/checked_delete.hpp> 16 #include <boost/config.hpp> // in case ptrdiff_t not in std 18 #include <boost/detail/workaround.hpp> 22 namespace boost namespace 59 boost::sp_array_constructor_hook( px ); 66 boost::sp_array_destructor_hook( px ) [all...] |
scoped_ptr.hpp | 7 // Distributed under the Boost Software License, Version 1.0. (See 9 // http://www.boost.org/LICENSE_1_0.txt) 11 // http://www.boost.org/libs/smart_ptr/scoped_ptr.htm 14 #include <boost/assert.hpp> 15 #include <boost/checked_delete.hpp> 16 #include <boost/detail/workaround.hpp> 22 namespace boost namespace 60 boost::sp_scalar_constructor_hook( px ); 69 boost::sp_scalar_constructor_hook( px ); 78 boost::sp_scalar_destructor_hook( px ) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
log_level.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 namespace boost { namespace 41 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
predicate_result.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/class_properties.hpp> 20 #include <boost/test/utils/wrap_stringstream.hpp> 21 #include <boost/test/utils/basic_cstring/basic_cstring.hpp> 23 // Boost 24 #include <boost/shared_ptr.hpp> 25 #include <boost/detail/workaround.hpp 34 namespace boost { namespace [all...] |
test_observer.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/fwd_decl.hpp> 20 #include <boost/test/detail/global_typedef.hpp> 21 #include <boost/test/detail/config.hpp> 23 #include <boost/test/detail/suppress_warnings.hpp> 27 namespace boost { namespace 58 } // namespace boost [all...] |
unit_test_monitor.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/execution_monitor.hpp> 21 #include <boost/test/detail/fwd_decl.hpp> 22 #include <boost/test/utils/trivial_singleton.hpp> 23 #include <boost/test/utils/callback.hpp> 25 #include <boost/test/detail/suppress_warnings.hpp> 29 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
compare.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> 33 namespace boost { namespace 98 operator <( boost::unit_test::basic_cstring<CharT> const& x, 99 boost::unit_test::basic_cstring<CharT> const& y ) 101 typedef typename boost::unit_test::basic_cstring<CharT>::traits_type traits_type [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
input_iterator_facade.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/iterator/iterator_facade.hpp> 21 #include <boost/test/detail/suppress_warnings.hpp> 25 namespace boost { namespace 78 friend class boost::iterator_core_access; 102 } // namespace boost 106 #include <boost/test/detail/enable_warnings.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
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>
|
rtti.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. 20 namespace boost { namespace 55 #define BOOST_RTTI_SWITCH( type_id_ ) if( ::boost::rtti::id_t switch_by_id = type_id_ ) 56 #define BOOST_RTTI_CASE( type ) if( switch_by_id == ::boost::rtti::type_id<type>() ) 62 } // namespace boost
|
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>
|
xml_printer.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> 20 #include <boost/test/utils/fixed_mapping.hpp> 21 #include <boost/test/utils/custom_manip.hpp> 22 #include <boost/test/utils/foreach.hpp> 23 #include <boost/test/utils/basic_cstring/io.hpp> 25 // Boost 35 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
argument.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/fwd.hpp> 21 #include <boost/test/utils/runtime/validation.hpp> 23 // Boost.Test 24 #include <boost/test/utils/class_properties.hpp> 25 #include <boost/test/utils/rtti.hpp 30 namespace boost { namespace [all...] |
validation.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> 21 // Boost.Test 22 #include <boost/test/utils/class_properties.hpp> 24 // Boost 25 #include <boost/shared_ptr.hpp> 32 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
argv_traverser.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.Test 22 #include <boost/test/utils/class_properties.hpp> 24 // Boost 25 #include <boost/noncopyable.hpp> 26 #include <boost/shared_array.hpp 28 namespace boost { namespace [all...] |
char_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> 20 #include <boost/test/utils/runtime/validation.hpp> 22 #include <boost/test/utils/runtime/cla/basic_parameter.hpp> 23 #include <boost/test/utils/runtime/cla/id_policy.hpp> 25 namespace boost { namespace 89 } // namespace boost [all...] |
named_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/basic_parameter.hpp> 22 #include <boost/test/utils/runtime/cla/id_policy.hpp> 24 namespace boost { namespace 84 } // namespace boost 89 # include <boost/test/utils/runtime/cla/named_parameter.ipp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
environment.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 // Boost.Runtime.Parameter 23 #include <boost/test/utils/runtime/config.hpp> 24 #include <boost/test/utils/runtime/fwd.hpp> 25 #include <boost/test/utils/runtime/argument.hpp> 26 #include <boost/test/utils/runtime/interpret_argument_value.hpp> 28 #include <boost/test/utils/runtime/env/fwd.hpp> 29 #include <boost/test/utils/runtime/env/modifier.hpp 38 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
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...] |
broken_compiler_spec.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/aux_/lambda_support.hpp> 13 #include <boost/config.hpp> 17 namespace boost { namespace detail { namespace 79 namespace boost { namespace detail { \ 91 # include <boost/type_traits/detail/type_trait_undef.hpp>
|
is_signed.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. 13 #include <boost/type_traits/is_integral.hpp> 14 #include <boost/type_traits/remove_cv.hpp> 15 #include <boost/type_traits/is_enum.hpp> 16 #include <boost/type_traits/detail/ice_or.hpp> 19 #include <boost/type_traits/detail/bool_trait_def.hpp> 21 namespace boost { namespace 46 BOOST_STATIC_CONSTANT(bool, value = (!(::boost::detail::is_signed_values<T>::minus_one > boost::detail::is_signed_values<T>::zero))) [all...] |
is_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. 13 #include <boost/type_traits/is_integral.hpp> 14 #include <boost/type_traits/is_enum.hpp> 15 #include <boost/type_traits/remove_cv.hpp> 16 #include <boost/type_traits/detail/ice_or.hpp> 19 #include <boost/type_traits/detail/bool_trait_def.hpp> 21 namespace boost { namespace 45 BOOST_STATIC_CONSTANT(bool, value = (::boost::detail::is_unsigned_values<T>::minus_one > ::boost::detail::is_unsigned_values<T>::zero)) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/ |
utility.hpp | 0 // Boost.Units - A C++ library for zero-overhead dimensional analysis and 7 // Distributed under the Boost Software License, Version 1.0. (See 9 // http://www.boost.org/LICENSE_1_0.txt) 25 #include <boost/algorithm/string/replace.hpp> 27 namespace boost { namespace 50 boost::replace_all(out,"boost::units::",""); 70 } // namespace boost 74 namespace boost { 97 } // namespace boost [all...] |