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

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
12 namespace boost { namespace mpl { namespace aux { namespace
84 sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1
arg.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/arg.hpp" header
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
is_subranged.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
13 #include "boost/config.hpp"
14 #include "boost/limits.hpp"
16 #include "boost/mpl/int.hpp"
17 #include "boost/mpl/multiplies.hpp"
18 #include "boost/mpl/less.hpp"
19 #include "boost/mpl/equal_to.hpp"
21 #include "boost/type_traits/is_same.hpp
28 namespace boost { namespace numeric { namespace convdetail namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/bounds/
lower1.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. */
12 # include <boost/preprocessor/slot/detail/shared.hpp>
upper1.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. */
12 # include <boost/preprocessor/slot/detail/shared.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.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/bind/bind.html for documentation.
24 #include <boost/config.hpp>
25 #include <boost/ref.hpp>
26 #include <boost/mem_fn.hpp>
27 #include <boost/type.hpp>
28 #include <boost/is_placeholder.hpp>
29 #include <boost/bind/arg.hpp>
30 #include <boost/detail/workaround.hpp
48 namespace boost namespace
    [all...]
bind_mf2_cc.hpp 9 // Distributed under the Boost Software License, Version 1.0.
11 // http://www.boost.org/LICENSE_1_0.txt
13 // See http://www.boost.org/libs/bind/bind.html for documentation.
21 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (), A1 a1)
31 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) () const, A1 a1)
44 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1), A1 a1, A2 a2)
55 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1) const, A1 a1, A2 a2)
68 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3)
79 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3)
92 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3), A1 a1, A2 a2, A3 a3, A4 a4
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
execution_monitor.ipp 4 // Boost Software License, Version 1.0. (See accompanying file
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/test for the library home page.
21 // boost libraries.
27 // Boost.Test
28 #include <boost/test/detail/config.hpp>
29 #include <boost/test/detail/workaround.hpp>
30 #include <boost/test/execution_monitor.hpp>
31 #include <boost/test/debug.hpp>
33 // Boost
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.cc 99 Group(size_t max_results, double boost)
101 boost_(boost) {
123 double boost = boost_; local
129 boost = 4.0;
132 boost = 3.75;
135 boost = 3.25;
138 boost = 3.0;
147 SortData(*result_it, (*result_it)->relevance() + boost));
  /external/chromium_org/third_party/libjingle/source/talk/
LICENSE_THIRD_PARTY 17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
thread_checker.h 24 // it is not depending on Boost.
27 #error Building without Boost, please provide \
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 23 #include <boost/numeric/ublas/vector.hpp>
24 #include <boost/numeric/ublas/matrix.hpp>
25 #include <boost/numeric/ublas/io.hpp>
26 #include <boost/numeric/ublas/triangular.hpp>
28 using namespace boost::numeric;
40 typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matrix;
41 typedef typename boost::numeric::ublas::vector<real> gene_vector;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp 0 // Boost string_algo library compare.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>
24 namespace boost { namespace
188 // pull names to the boost namespace
196 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.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)
15 #include <boost/config/no_tr1/cmath.hpp>
16 #include <boost/limits.hpp>
17 #include <boost/math/tools/real_cast.hpp>
18 #include <boost/type_traits/is_floating_point.hpp>
19 #include <boost/math/special_functions/math_fwd.hpp>
20 #include <boost/math/special_functions/detail/fp_traits.hpp>
88 namespace boost{ namespace
91 // This must not be located in any namespace under boost::mat
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
operator_bool.hpp 5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt
sp_counted_base_gcc_mips.hpp 15 // Distributed under the Boost Software License, Version 1.0. (See
17 // http://www.boost.org/LICENSE_1_0.txt)
23 #include <boost/detail/sp_typeinfo.hpp>
25 namespace boost namespace
179 } // namespace boost
sp_counted_base_gcc_x86.hpp 16 // Distributed under the Boost Software License, Version 1.0. (See
18 // http://www.boost.org/LICENSE_1_0.txt)
27 #include <boost/detail/sp_typeinfo.hpp>
29 namespace boost namespace
171 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
while.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. */
17 # include <boost/preprocessor/cat.hpp>
18 # include <boost/preprocessor/config/config.hpp>
19 # include <boost/preprocessor/debug/error.hpp>
20 # include <boost/preprocessor/detail/auto_rec.hpp>
21 # include <boost/preprocessor/list/fold_left.hpp>
22 # include <boost/preprocessor/list/fold_right.hpp>
23 # include <boost/preprocessor/logical/bitand.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.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.
21 #include <boost/config.hpp>
22 #include <boost/assert.hpp>
23 #include <boost/type.hpp>
24 #include <boost/type_traits/alignment_of.hpp>
25 #include <boost/type_traits/has_nothrow_constructor.hpp>
26 #include <boost/type_traits/type_with_alignment.hpp>
27 #include <boost/type_traits/remove_reference.hpp
109 namespace boost { namespace
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
BassBoost.java 33 * Bass boost is an audio effect to boost or amplify low frequencies of the sound. It is comparable
35 * <p>An application creates a BassBoost object to instantiate and control a bass boost engine in
55 * Is strength parameter supported by bass boost engine. Parameter ID for getParameter().
59 * Bass boost effect strength. Parameter ID for
65 * Indicates if strength parameter is supported by the bass boost engine
122 * Sets the strength of the bass boost effect. If the implementation does not support per mille
217 * The Settings class regroups all bass boost parameters. It is used in
266 * Gets the bass boost properties. This method is useful when a snapshot of current
267 * bass boost settings must be saved by the application
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
move_convert07.fail.cpp 43 boost::unique_ptr<B[]> s(new B);
45 boost::unique_ptr<A[]> s2(new A);
47 s2 = boost::move(s);
move_convert08.fail.cpp 45 boost::unique_ptr<B[], Deleter<B> > s(new B);
47 boost::unique_ptr<A[], Deleter<A> > s2(new A);
49 s2 = (boost::move(s));
move_convert09.fail.cpp 48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
52 s2 = boost::move(s);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 #include <boost/config.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/config/
config.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. */

Completed in 311 milliseconds

<<21222324252627282930>>