/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/ |
empty.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. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/ |
comma.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. */
|
/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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
type.hpp | 2 // Distributed under the Boost Software License, Version 1.0. (See 4 // http://www.boost.org/LICENSE_1_0.txt) 9 namespace boost { namespace
|
bind.hpp | 15 // Distributed under the Boost Software License, Version 1.0. 17 // http://www.boost.org/LICENSE_1_0.txt 19 // See http://www.boost.org/libs/bind/bind.html for documentation. 22 #include <boost/bind/bind.hpp>
|
checked_delete.hpp | 11 // boost/checked_delete.hpp 17 // Distributed under the Boost Software License, Version 1.0. (See 19 // http://www.boost.org/LICENSE_1_0.txt) 21 // See http://www.boost.org/libs/utility/checked_delete.html for documentation. 24 namespace boost namespace 51 // boost:: disables ADL 52 boost::checked_delete(x); 63 boost::checked_array_delete(x); 67 } // namespace boost
|
mem_fn.hpp | 15 // Distributed under the Boost Software License, Version 1.0. 17 // http://www.boost.org/LICENSE_1_0.txt 19 // See http://www.boost.org/libs/bind/mem_fn.html for documentation. 22 #include <boost/bind/mem_fn.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
add_reference.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/type_traits/is_reference.hpp> 13 #include <boost/detail/workaround.hpp> 14 #include <boost/config.hpp> 17 #include <boost/type_traits/detail/type_trait_def.hpp> 19 namespace boost { namespace 47 ::boost::is_reference<T>::value 95 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_reference,T,typename boost::detail::add_reference_impl<T>::type [all...] |
/external/clang/test/PCH/ |
pth.h | 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
general.hpp | 1 // Copyright David Abrahams 2006. Distributed under the Boost 3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 # include <boost/preprocessor/cat.hpp> 8 # include <boost/concept/detail/backward_compatibility.hpp> 11 # include <boost/concept/detail/has_constraints.hpp> 12 # include <boost/mpl/if.hpp> 17 namespace boost { namespace concepts { namespace 69 typedef ::boost::concepts::detail::instantiate< \ 70 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/no_tr1/ |
cmath.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) 8 // the Boost TR1 components if boost/tr1/tr1/cmath is in the
|
complex.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) 8 // the Boost TR1 components if boost/tr1/tr1/complex is in the
|
memory.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) 8 // the Boost TR1 components if boost/tr1/tr1/memory is in the
|
utility.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) 8 // the Boost TR1 components if boost/tr1/tr1/utility is in the
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/ |
type_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/detail/sp_typeinfo.hpp> 16 #include <boost/current_function.hpp> 17 #include <boost/config.hpp> 19 #include <boost/units/detail/utility.hpp> 24 boost namespace 74 #define BOOST_EXCEPTION_STATIC_TYPEID(T) ::boost::exception_detail::type_info_(BOOST_SP_TYPEID(T)) 77 #define BOOST_EXCEPTION_DYNAMIC_TYPEID(x) ::boost::exception_detail::type_info_(typeid(x))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
enable_if.hpp | 4 // Distributed under the Boost Software License, Version 1.0. (See 6 // http://www.boost.org/LICENSE_1_0.txt) 10 #include <boost/detail/workaround.hpp> 11 #include <boost/mpl/identity.hpp> 13 #include <boost/iterator/detail/config_def.hpp> 16 // Boost iterators uses its own enable_if cause we need 21 namespace boost namespace 82 } // namespace boost 84 #include <boost/iterator/detail/config_undef.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
interoperable.hpp | 4 // Distributed under the Boost Software License, Version 1.0. (See 6 // http://www.boost.org/LICENSE_1_0.txt) 10 # include <boost/mpl/bool.hpp> 11 # include <boost/mpl/or.hpp> 13 # include <boost/type_traits/is_convertible.hpp> 15 # include <boost/iterator/detail/config_def.hpp> // must appear last 17 namespace boost namespace 46 } // namespace boost 48 # include <boost/iterator/detail/config_undef.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
O1_size.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/O1_size_fwd.hpp> 18 #include <boost/mpl/sequence_tag.hpp> 19 #include <boost/mpl/aux_/O1_size_impl.hpp> 20 #include <boost/mpl/aux_/na_spec.hpp> 21 #include <boost/mpl/aux_/lambda_support.hpp> 23 namespace boost { namespace mpl { namespace
|
O1_size_fwd.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 namespace boost { namespace mpl { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
advance_backward.hpp | 11 // Distributed under the Boost Software License, Version 1.0. 13 // http://www.boost.org/LICENSE_1_0.txt) 15 // See http://www.boost.org/libs/mpl for documentation. 22 # include <boost/mpl/prior.hpp> 23 # include <boost/mpl/apply_wrap.hpp> 26 #include <boost/mpl/aux_/config/use_preprocessed.hpp> 32 # include <boost/mpl/aux_/include_preprocessed.hpp> 36 # include <boost/mpl/limits/unrolling.hpp> 37 # include <boost/mpl/aux_/nttp_decl.hpp> 38 # include <boost/mpl/aux_/config/eti.hpp 44 namespace boost { namespace mpl { namespace aux { namespace [all...] |
advance_forward.hpp | 11 // Distributed under the Boost Software License, Version 1.0. 13 // http://www.boost.org/LICENSE_1_0.txt) 15 // See http://www.boost.org/libs/mpl for documentation. 22 # include <boost/mpl/next.hpp> 23 # include <boost/mpl/apply_wrap.hpp> 26 #include <boost/mpl/aux_/config/use_preprocessed.hpp> 32 # include <boost/mpl/aux_/include_preprocessed.hpp> 36 # include <boost/mpl/limits/unrolling.hpp> 37 # include <boost/mpl/aux_/nttp_decl.hpp> 38 # include <boost/mpl/aux_/config/eti.hpp 44 namespace boost { namespace mpl { namespace aux { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ |
compiler.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. 19 # include <boost/mpl/aux_/config/dtp.hpp> 20 # include <boost/mpl/aux_/config/ttp.hpp> 21 # include <boost/mpl/aux_/config/ctps.hpp> 22 # include <boost/mpl/aux_/config/msvc.hpp> 23 # include <boost/mpl/aux_/config/gcc.hpp> 24 # include <boost/mpl/aux_/config/workaround.hpp>
|
intel.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. 19 #include <boost/config.hpp>
|
msvc.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. 19 #include <boost/config.hpp>
|
workaround.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/detail/workaround.hpp>
|