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

<<21222324252627282930>>

  /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>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 11 // boost/smart_ptr/bad_weak_ptr.hpp
15 // Distributed under the Boost Software License, Version 1.0. (See
17 // http://www.boost.org/LICENSE_1_0.txt)
26 namespace boost namespace
53 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_convertible.hpp 14 // Distributed under the Boost Software License, Version 1.0.
16 // http://www.boost.org/LICENSE_1_0.txt
18 #include <boost/config.hpp>
34 namespace boost namespace
72 } // namespace boost
sp_has_sync.hpp 11 // boost/smart_ptr/detail/sp_has_sync.hpp
15 // Distributed under the Boost Software License, Version 1.0.
17 // http://www.boost.org/LICENSE_1_0.txt)
sp_counted_base_spin.hpp 16 // Distributed under the Boost Software License, Version 1.0. (See
18 // http://www.boost.org/LICENSE_1_0.txt)
21 #include <boost/detail/sp_typeinfo.hpp>
22 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
24 namespace boost namespace
129 } // namespace boost
sp_counted_impl.hpp 16 // Distributed under the Boost Software License, Version 1.0. (See
18 // http://www.boost.org/LICENSE_1_0.txt)
21 #include <boost/config.hpp>
27 #include <boost/checked_delete.hpp>
28 #include <boost/smart_ptr/detail/sp_counted_base.hpp>
31 #include <boost/smart_ptr/detail/quick_allocator.hpp>
40 namespace boost namespace
69 boost::sp_scalar_constructor_hook( px, sizeof(X), this );
76 boost::sp_scalar_destructor_hook( px_, sizeof(X), this );
78 boost::checked_delete( px_ )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.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/predicate_result.hpp>
20 #include <boost/test/unit_test_log.hpp>
21 #include <boost/test/floating_point_comparison.hpp>
23 #include <boost/test/detail/config.hpp>
24 #include <boost/test/detail/global_typedef.hpp>
25 #include <boost/test/detail/workaround.hpp
303 namespace boost { namespace
    [all...]
unit_test_suite_impl.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>
20 #include <boost/test/detail/global_typedef.hpp>
21 #include <boost/test/utils/class_properties.hpp>
22 #include <boost/test/utils/callback.hpp>
23 #include <boost/test/detail/fwd_decl.hpp>
24 #include <boost/test/detail/workaround.hpp
44 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
equal.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/
13 #include <boost/config.hpp>
14 #include <boost/range/concepts.hpp>
17 namespace boost namespace
175 return ::boost::range_detail::equal(
176 ::boost::begin(rng1), ::boost::end(rng1)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parser.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/config.hpp>
20 #include <boost/test/utils/runtime/trace.hpp>
21 #include <boost/test/utils/runtime/argument.hpp>
23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
24 #include <boost/test/utils/runtime/cla/parameter.hpp>
25 #include <boost/test/utils/runtime/cla/modifier.hpp
    [all...]
named_parameter.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/config.hpp>
21 #include <boost/test/utils/runtime/cla/named_parameter.hpp>
22 #include <boost/test/utils/runtime/cla/char_parameter.hpp>
24 // Boost.Test
25 #include <boost/test/utils/algorithm.hpp>
27 namespace boost {
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.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
15 #include <boost/config/no_tr1/cmath.hpp> // for std::floor and std::ceil
16 #include <boost/throw_exception.hpp>
20 #include "boost/type_traits/is_arithmetic.hpp"
22 #include "boost/mpl/if.hpp"
23 #include "boost/mpl/integral_c.hpp"
25 namespace boost { namespace numeric namespace
169 ::boost::throw_exception(negative_overflow())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
config.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
20 #include <boost/detail/workaround.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 10 // Boost lexical_cast.hpp header -------------------------------------------//
12 // See http://www.boost.org/libs/conversion for documentation.
24 #include <boost/config.hpp>
36 #include <boost/limits.hpp>
37 #include <boost/mpl/if.hpp>
38 #include <boost/throw_exception.hpp>
39 #include <boost/type_traits/ice.hpp>
40 #include <boost/type_traits/is_pointer.hpp>
41 #include <boost/static_assert.hpp>
42 #include <boost/detail/lcast_precision.hpp
72 namespace boost namespace
173 namespace boost { namespace
    [all...]
aligned_storage.hpp 2 // boost aligned_storage.hpp header file
3 // See http://www.boost.org for updates, documentation, and revision history.
9 // Distributed under the Boost Software License, Version 1.0. (See
11 // http://www.boost.org/LICENSE_1_0.txt)
18 #include "boost/config.hpp"
19 #include "boost/detail/workaround.hpp"
20 #include "boost/type_traits/alignment_of.hpp"
21 #include "boost/type_traits/type_with_alignment.hpp"
22 #include "boost/type_traits/is_pod.hpp"
24 #include "boost/mpl/eval_if.hpp
29 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
util.hpp 0 // Boost string_algo library util.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>
16 #include <boost/range/iterator_range.hpp>
18 namespace boost { namespace
103 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
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_abstract.hpp 12 // Use, modification and distribution is subject to the Boost Software
14 // http://www.boost.org/LICENSE_1_0.txt)
16 // See http://www.boost.org for updates, documentation, and revision history.
40 // - Adapted and added into Boost.Serialization library by Robert Ramey
43 // - Jan 2004: modified to be part of Boost.TypeTraits (Pavel Vozenilek).
51 #include <boost/type_traits/intrinsics.hpp>
53 #include <boost/static_assert.hpp>
54 #include <boost/type_traits/detail/yes_no_type.hpp>
55 #include <boost/type_traits/is_class.hpp>
56 #include <boost/type_traits/detail/ice_and.hpp
65 namespace boost { namespace
    [all...]
add_rvalue_reference.hpp 5 // Distributed under the Boost Software License, Version 1.0.
6 // See http://www.boost.org/LICENSE_1_0.txt
11 #include <boost/config.hpp>
15 #include <boost/type_traits/is_void.hpp>
16 #include <boost/type_traits/is_reference.hpp>
19 #include <boost/type_traits/detail/type_trait_def.hpp>
34 namespace boost { namespace
53 typedef typename boost::type_traits_detail::add_rvalue_reference_helper
59 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_rvalue_reference,T,typename boost::type_traits_detail::add_rvalue_reference_imp<T>::type)
61 } // namespace boost
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
bool_trait_undef.hpp 6 // Distributed under the Boost Software License, Version 1.0.
8 // http://www.boost.org/LICENSE_1_0.txt)
type_trait_undef.hpp 6 // Distributed under the Boost Software License, Version 1.0.
8 // http://www.boost.org/LICENSE_1_0.txt)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
enable_if.hpp 0 // Boost enable_if library
5 // Use, modification, and distribution is subject to the Boost Software
7 // http://www.boost.org/LICENSE_1_0.txt)
17 #include "boost/config.hpp"
24 namespace boost namespace
72 } // namespace boost
76 namespace boost {
115 } // namespace boost
base_from_member.hpp 0 // boost utility/base_from_member.hpp header file --------------------------//
4 // distribution are subject to the Boost Software License, Version 1.0. (See
6 // <http://www.boost.org/LICENSE_1_0.txt>.)
8 // See <http://www.boost.org/libs/utility/> for the library's home page.
13 #include <boost/preprocessor/arithmetic/inc.hpp>
14 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
15 #include <boost/preprocessor/repetition/enum_params.hpp>
16 #include <boost/preprocessor/repetition/repeat_from_to.hpp>
53 namespace boost namespace
78 }; // boost::base_from_membe
    [all...]
  /external/llvm/test/Transforms/PhaseOrdering/
2010-03-22-empty-baseclass.ll 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" }
7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 }
22 %x = alloca %"struct.boost::compressed_pair<empty_t,int>" ; <%"struct.boost::compressed_pair<empty_t,int>"*> [#uses=3]
26 %3 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<empty_t,int>"* %x) ssp ; <i32*> [#uses=1]
28 %4 = call %struct.empty_base_t* @_ZN5boost15compressed_pairI7empty_tiE5firstEv(%"struct.boost::compressed_pair<empty_t,int>"* %x) ssp ; <%struct.empty_base_t*> [#uses=1]
31 %5 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<empty_t,int>"* %x) ssp ; <i32*> [#uses=1]
82 define linkonce_odr i32* @_ZN5boost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this) nounwind ssp align 2 {
84 %this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"struct.boost::details::compressed_pai (…)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.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/
13 #include <boost/config.hpp> // Define __STL_CONFIG_H, if appropriate.
14 #include <boost/detail/workaround.hpp>
21 #include <boost/assert.hpp>
22 #include <boost/iterator/iterator_traits.hpp>
23 #include <boost/iterator/iterator_facade.hpp>
24 #include <boost/type_traits/is_abstract.hpp
43 namespace boost namespace
    [all...]

Completed in 935 milliseconds

<<21222324252627282930>>