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

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
enable_warnings.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.
suppress_warnings.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.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.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)
9 #include <boost/mpl/list.hpp>
10 #include <boost/mpl/contains.hpp>
11 #include <boost/mpl/if.hpp>
12 #include <boost/mpl/find_if.hpp>
13 #include <boost/mpl/remove_if.hpp>
14 #include <boost/mpl/vector.hpp>
15 #include <boost/mpl/push_back.hpp>
16 #include <boost/mpl/at.hpp
31 namespace boost{ namespace math{ namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
minus.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/minus.hpp" header
12 namespace boost { namespace mpl { namespace
127 namespace boost { namespace mpl { namespace
plus.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/plus.hpp" header
12 namespace boost { namespace mpl { namespace
127 namespace boost { namespace mpl { namespace
times.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/times.hpp" header
12 namespace boost { namespace mpl { namespace
127 namespace boost { namespace mpl { namespace
apply.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.hpp" header
12 namespace boost { namespace mpl { namespace
iter_fold_if_impl.hpp 5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
10 // Preprocessed version of "boost/mpl/aux_/iter_fold_if_impl.hpp" header
13 namespace boost { namespace mpl { namespace aux { namespace
  /external/eigen/bench/
BenchSparseUtil.h 85 #include <boost/numeric/mtl/mtl.hpp>
117 #include <boost/numeric/ublas/vector.hpp>
118 #include <boost/numeric/ublas/matrix.hpp>
119 #include <boost/numeric/ublas/io.hpp>
120 #include <boost/numeric/ublas/triangular.hpp>
121 #include <boost/numeric/ublas/vector_sparse.hpp>
122 #include <boost/numeric/ublas/matrix_sparse.hpp>
123 #include <boost/numeric/ublas/vector_of_vector.hpp>
124 #include <boost/numeric/ublas/operation.hpp>
126 typedef boost::numeric::ublas::compressed_matrix<Scalar,boost::numeric::ublas::column_major> UBlasSparse
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
user.hpp 0 // boost/config/user.hpp ---------------------------------------------------//
5 // Boost Software License, Version 1.0. (See accompanying file
6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 // This file may be customized by the end user, but not by boost.
68 // BOOST_DISABLE_ABI_HEADERS: Stops boost headers from including any
74 // boost.config would normally select, any replacement should set up
79 // boost.config would normally select, any replacement should undo
88 // be statically linked (Boost.Test for example) and others which may only
89 // be dynamically linked (Boost.Threads for example), in these cases this
101 // (Boost.Test for example) and others which may only be dynamically linked
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 0 // boost progress.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.
17 // 6 Jul 99 Initial boost version
22 #include <boost/timer.hpp>
23 #include <boost/utility.hpp> // for noncopyable
24 #include <boost/cstdint.hpp> // for uintmax_t
28 namespace boost { namespace
73 // NOTE: (Jan 12, 2001) Tried to change unsigned long to boost::uintmax_t, bu
    [all...]
limits.hpp 3 // (C) David Abrahams 2002. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/libs/compatibility/index.html for documentation.
14 #include <boost/config.hpp>
17 # include <boost/detail/limits.hpp>
29 # define BOOST_LLT ::boost::long_long_type
30 # define BOOST_ULLT ::boost::ulong_long_type
array.hpp 5 * http://www.boost.org/libs/array/
12 * Distributed under the Boost Software License, Version 1.0. (See
14 * http://www.boost.org/LICENSE_1_0.txt)
16 * 14 Apr 2012 - (mtc) Added support for boost::hash
33 #include <boost/detail/workaround.hpp>
38 # pragma warning(disable:4510) // boost::array<T,N>' : default constructor could not be generated
39 # pragma warning(disable:4610) // warning C4610: class 'boost::array<T,N>' can never be instantiated - user defined constructor required
44 #include <boost/assert.hpp>
45 #include <boost/swap.hpp>
48 #include <boost/detail/iterator.hpp
57 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // Boost versions of
22 // See http://www.boost.org for most recent version including documentation.
27 // boost::detail::iterator_traits_. Some progress made on fixes
38 // boost::iterator and which redefine difference_type.
53 # include <boost/config.hpp>
77 namespace boost { namespace detail { namespace
86 }} // namespace boost::detail
95 namespace boost { namespace detail
153 namespace boost { namespace detail { namespace
    [all...]
endian.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See accompany-
5 // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
21 * Copyright notice reproduced from <boost/detail/limits.hpp>, from
74 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_def.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See
6 // http://www.boost.org/LICENSE_1_0.txt)
12 // available in boost config.
16 #include <boost/config.hpp> // for prior
17 #include <boost/detail/workaround.hpp>
97 #include <boost/type_traits/is_convertible.hpp>
109 bool x = boost::is_convertible<foo<int const*>, foo<int*> >::value;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_parameters.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.
21 // Boost.Test
22 #include <boost/test/detail/unit_test_parameters.hpp>
23 #include <boost/test/utils/basic_cstring/basic_cstring.hpp>
24 #include <boost/test/utils/basic_cstring/compare.hpp>
25 #include <boost/test/utils/basic_cstring/io.hpp>
26 #include <boost/test/utils/fixed_mapping.hpp>
27 #include <boost/test/debug.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.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>
13 #include <boost/type_traits/is_function.hpp>
14 #include <boost/type_traits/add_pointer.hpp>
16 namespace boost { namespace
169 public boost::detail::function_traits_helper<typename boost::add_pointer<Function>::type>
230 BOOST_STATIC_CONSTANT(unsigned, arity = (sizeof(boost::detail::function_arity_helper((Function*)0))-1))
    [all...]
  /external/chromium_org/third_party/cld/base/
template_util.h 11 // The names choosen here reflect those used in tr1 and the boost::mpl
13 // well. I prefer the boost names for 2 reasons:
14 // 1. I think that portions of the Boost libraries are more likely to
16 // 2. It is not impossible that some of the boost libraries will be
19 // some of these with boost equivalents.
50 // true and false values. Also define the boost::mpl versions of those names,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock.h 21 #include <boost/thread/mutex.hpp>
26 typedef boost::mutex Lock;
27 typedef boost::mutex::scoped_lock AutoLock;
  /external/clang/test/Analysis/
cxx11-crashes.cpp 16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
clang.hpp 4 // Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org for most recent version.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.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/interaction_based.hpp>
22 // Boost
23 #include <boost/preprocessor/punctuation/comma.hpp>
25 #include <boost/test/detail/suppress_warnings.hpp>
29 namespace boost { namespace
    [all...]
  /external/eigen/bench/btl/cmake/
FindMTL4.cmake 20 find_path(MTL4_INCLUDE_DIR NAMES boost/numeric/mtl/mtl.hpp
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/
linux.hpp 4 // Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org for most recent version.
74 #include <boost/config/posix_features.hpp>

Completed in 1963 milliseconds

<<21222324252627282930>>