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

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
31 # include <boost/detail/iterator.hpp>
34 namespace boost { namespace detail { namespace
42 typename traits::difference_type len = boost::detail::distance(first, last);
67 typename traits::difference_type len = boost::detail::distance(first, last);
92 typename traits::difference_type len = boost::detail::distance(first, last);
117 typename traits::difference_type len = boost::detail::distance(first, last);
142 typename traits::difference_type len = boost::detail::distance(first, last);
158 left = boost::detail::lower_bound(first, middle, val)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
static_assert.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/static_assert for documentation.
17 #include <boost/config.hpp>
18 #include <boost/detail/workaround.hpp>
51 namespace boost{ namespace
91 typedef ::boost::static_assert_test<\
92 sizeof(::boost::STATIC_ASSERTION_FAILURE< (bool)( B ) >)\
96 typedef ::boost::static_assert_test<\
97 sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST ( B ) >)>
    [all...]
io_fwd.hpp 0 // Boost io_fwd.hpp header file --------------------------------------------//
4 // to the Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
7 // See <http://www.boost.org/libs/io/> for the library's home page.
15 namespace boost namespace
21 // From <boost/io/ios_state.hpp> -------------------------------------------//
64 } // namespace boost
timer.hpp 0 // boost timer.hpp header file ---------------------------------------------//
3 // Copyright Beman Dawes 1994-99. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/timer for documentation.
10 // 01 Apr 01 Modified to use new <boost/limits.hpp> header. (JMaddock)
15 // 6 Jul 99 Initial boost version
20 #include <boost/config.hpp>
22 #include <boost/limits.hpp>
29 namespace boost { namespace
70 } // namespace boost
    [all...]
cstdlib.hpp 0 // boost/cstdlib.hpp header ------------------------------------------------//
3 // Copyright Beman Dawes 2001. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/utility/cstdlib.html for documentation.
17 namespace boost namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
compiler_log_formatter.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/output/compiler_log_formatter.hpp>
20 #include <boost/test/unit_test_suite_impl.hpp>
21 #include <boost/test/framework.hpp>
22 #include <boost/test/utils/basic_cstring/io.hpp>
23 #include <boost/test/utils/lazy_ostream.hpp>
25 // Boost
    [all...]
logged_expectations.ipp 3 // Boost Software License, ELOG_VER 1.0. (See accompanying file
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>
23 #include <boost/test/detail/global_typedef.hpp>
25 #include <boost/test/utils/callback.hpp>
26 #include <boost/test/utils/iterator/token_iterator.hpp>
28 #include <boost/test/interaction_based.hpp>
29 #include <boost/test/test_tools.hpp
    [all...]
unit_test_suite.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.
19 // Boost.Test
20 #include <boost/detail/workaround.hpp>
21 #include <boost/test/unit_test_suite_impl.hpp>
22 #include <boost/test/framework.hpp>
23 #include <boost/test/utils/foreach.hpp>
24 #include <boost/test/results_collector.hpp>
25 #include <boost/test/detail/unit_test_parameters.hpp
    [all...]
unit_test_log.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/unit_test_log.hpp>
20 #include <boost/test/unit_test_log_formatter.hpp>
21 #include <boost/test/unit_test_suite_impl.hpp>
22 #include <boost/test/execution_monitor.hpp>
24 #include <boost/test/detail/unit_test_parameters.hpp>
26 #include <boost/test/utils/basic_cstring/compare.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
finder.hpp 0 // Boost string_algo library finder.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>
17 #include <boost/range/begin.hpp>
18 #include <boost/range/end.hpp>
19 #include <boost/range/iterator.hpp>
20 #include <boost/range/const_iterator.hpp
34 namespace boost { namespace
    [all...]
  /external/stlport/test/eh/
bug.cpp 4 #include <boost/timer.hpp>
5 #include <boost/lexical_cast.hpp>
16 std::size_t niters = argc < 2 ? 1000 : boost::lexical_cast<std::size_t>(argv[1]);
18 boost::timer t;
  /external/valgrind/main/
glibc-2.X-drd.supp 276 # Suppress the races on boost::once_flag::epoch and on
277 # boost::detail::this_thread_epoch. See also the source file
278 # boost/thread/pthread/once.hpp in the Boost source tree
279 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
281 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
287 drd-libboost-boost::detail::get_once_per_thread_epoch(
    [all...]
  /frameworks/base/docs/html/training/
best-background.jd 7 <p>These classes show you how to run jobs in the background to boost your
  /ndk/tests/device/issue42891-boost-1_52/jni/
Android.mk 7 LOCAL_C_INCLUDES += jni/boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
dtp.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/workaround.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
advance_backward.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/aux_/advance_backward.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace
advance_forward.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/aux_/advance_forward.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace
apply_wrap.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/apply_wrap.hpp" header
12 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
type_trait_def.hpp 6 // Distributed under the Boost Software License, Version 1.0.
8 // http://www.boost.org/LICENSE_1_0.txt)
14 #include <boost/type_traits/detail/template_arity_spec.hpp>
15 #include <boost/mpl/aux_/lambda_support.hpp>
bool_trait_def.hpp 6 // Distributed under the Boost Software License, Version 1.0.
8 // http://www.boost.org/LICENSE_1_0.txt)
14 #include <boost/type_traits/detail/template_arity_spec.hpp>
15 #include <boost/type_traits/integral_constant.hpp>
16 #include <boost/mpl/bool.hpp>
17 #include <boost/mpl/aux_/lambda_support.hpp>
18 #include <boost/config.hpp>
44 typedef ::boost::integral_constant<bool,C> type; \
52 typedef ::boost::integral_constant<bool,C> base_; \
63 # define BOOST_TT_AUX_BOOL_C_BASE(C) : public ::boost::integral_constant<bool,C
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
size.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See *
7 # * http://www.boost.org/LICENSE_1_0.txt) *
11 # /* See http://www.boost.org for most recent version. */
16 # include <boost/preprocessor/cat.hpp>
17 # include <boost/preprocessor/config/config.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
config.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/config.hpp>
16 #include <boost/detail/workaround.hpp>
intrinsics.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/type_traits for most recent version including documentation.
12 #include <boost/type_traits/config.hpp>
47 # include <boost/type_traits/is_same.hpp>
56 # define BOOST_IS_POD(T) ::boost::is_same< typename ::__type_traits<T>::is_POD_type, ::__true_type>::value
57 # define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_default_constructor, ::__true_type>::value
58 # define BOOST_HAS_TRIVIAL_COPY(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_copy_constructor, ::__true_type>::value
59 # define BOOST_HAS_TRIVIAL_ASSIGN(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_assignment_operator, ::__true_type>::value
60 # define BOOST_HAS_TRIVIAL_DESTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_destructor, ::__true_type>::valu
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
compare_pointees.hpp 3 // Use, modification, and distribution is subject to the Boost Software
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/optional for documentation.
17 namespace boost { namespace
65 } // namespace boost
identity_type.hpp 3 // Distributed under the Boost Software License, Version 1.0
5 // http://www.boost.org/LICENSE_1_0.txt)
6 // Home at http://www.boost.org/libs/utility/identity_type
16 #include <boost/type_traits/function_traits.hpp>
43 boost::function_traits< void parenthesized_type >::arg1_type

Completed in 779 milliseconds

<<21222324252627282930>>