/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_adaptor.hpp | 4 // Distributed under the Boost Software License, Version 1.0. (See 6 // http://www.boost.org/LICENSE_1_0.txt) 10 #include <boost/static_assert.hpp> 11 #include <boost/iterator.hpp> 12 #include <boost/detail/iterator.hpp> 14 #include <boost/iterator/iterator_categories.hpp> 15 #include <boost/iterator/iterator_facade.hpp> 16 #include <boost/iterator/detail/enable_if.hpp> 18 #include <boost/mpl/and.hpp> 19 #include <boost/mpl/not.hpp 34 namespace boost namespace [all...] |
/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/mpl/aux_/ |
full_lambda.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/lambda_fwd.hpp> 23 # include <boost/mpl/bind_fwd.hpp> 24 # include <boost/mpl/protect.hpp> 25 # include <boost/mpl/quote.hpp> 26 # include <boost/mpl/arg.hpp> 27 # include <boost/mpl/bool.hpp> 28 # include <boost/mpl/int_fwd.hpp 60 namespace boost { namespace mpl { namespace [all...] |
iter_fold_if_impl.hpp | 8 // Distributed under the Boost Software License, Version 1.0. 10 // http://www.boost.org/LICENSE_1_0.txt) 12 // See http://www.boost.org/libs/mpl for documentation. 19 # include <boost/mpl/identity.hpp> 20 # include <boost/mpl/next.hpp> 21 # include <boost/mpl/if.hpp> 22 # include <boost/mpl/apply.hpp> 23 # include <boost/mpl/aux_/value_wknd.hpp> 26 #include <boost/mpl/aux_/config/use_preprocessed.hpp> 32 # include <boost/mpl/aux_/include_preprocessed.hpp 43 namespace boost { namespace mpl { namespace aux { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
full_lambda.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_/full_lambda.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
|
reverse_fold_impl.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_/reverse_fold_impl.hpp" header 12 namespace boost { namespace mpl { namespace aux { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
bind.hpp | 12 // Distributed under the Boost Software License, Version 1.0. 14 // http://www.boost.org/LICENSE_1_0.txt) 16 // See http://www.boost.org/libs/mpl for documentation. 23 # include <boost/mpl/bind_fwd.hpp> 24 # include <boost/mpl/placeholders.hpp> 25 # include <boost/mpl/next.hpp> 26 # include <boost/mpl/protect.hpp> 27 # include <boost/mpl/apply_wrap.hpp> 28 # include <boost/mpl/limits/arity.hpp> 29 # include <boost/mpl/aux_/na.hpp 73 namespace boost { namespace mpl { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
iterator.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/vector/aux_/at.hpp> 18 #include <boost/mpl/iterator_tags.hpp> 19 #include <boost/mpl/plus.hpp> 20 #include <boost/mpl/minus.hpp> 21 #include <boost/mpl/advance_fwd.hpp> 22 #include <boost/mpl/distance_fwd.hpp> 23 #include <boost/mpl/next.hpp 30 namespace boost { namespace mpl { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
conversion_traits.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/type_traits/is_arithmetic.hpp" 14 #include "boost/type_traits/is_same.hpp" 15 #include "boost/type_traits/remove_cv.hpp" 17 #include "boost/numeric/conversion/detail/meta.hpp" 18 #include "boost/numeric/conversion/detail/int_float_mixture.hpp" 19 #include "boost/numeric/conversion/detail/sign_mixture.hpp" 20 #include "boost/numeric/conversion/detail/udt_builtin_mixture.hpp 23 namespace boost { namespace numeric { namespace convdetail namespace [all...] |
meta.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/type_traits/remove_cv.hpp" 15 #include "boost/mpl/if.hpp" 16 #include "boost/mpl/eval_if.hpp" 17 #include "boost/mpl/equal_to.hpp" 18 #include "boost/mpl/not.hpp" 19 #include "boost/mpl/and.hpp" 20 #include "boost/mpl/bool.hpp 23 namespace boost { namespace numeric { namespace convdetail namespace [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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
shared_count.hpp | 16 // Distributed under the Boost Software License, Version 1.0. (See 18 // http://www.boost.org/LICENSE_1_0.txt) 25 #include <boost/config.hpp> 26 #include <boost/checked_delete.hpp> 27 #include <boost/throw_exception.hpp> 28 #include <boost/smart_ptr/bad_weak_ptr.hpp> 29 #include <boost/smart_ptr/detail/sp_counted_base.hpp> 30 #include <boost/smart_ptr/detail/sp_counted_impl.hpp> 31 #include <boost/detail/workaround.hpp> 32 // In order to avoid circular dependencies with Boost.TR 40 namespace boost namespace [all...] |
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
|
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/ |
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...] |
unit_test_suite.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/unit_test_suite_impl.hpp> 20 #include <boost/test/framework.hpp> 29 boost::unit_test::make_test_case( boost::unit_test::callback0<>(test_function), BOOST_TEST_STRINGIZE( test_function ) ) 31 boost::unit_test::make_test_case((test_function), BOOST_TEST_STRINGIZE( test_function ), tc_instance ) 38 ( new boost::unit_test::test_suite( testsuite_name ) 193 namespace boost { namespace unit_test { namespace ut_detail { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.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. 19 // Boost.Test 20 #include <boost/test/detail/config.hpp> 22 // Boost 24 #include <boost/preprocessor/seq/for_each.hpp> 26 #include <boost/call_traits.hpp> 27 #include <boost/type_traits/add_pointer.hpp> 28 #include <boost/type_traits/add_const.hpp 38 namespace boost { namespace [all...] |
fixed_mapping.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/preprocessor/repetition/repeat.hpp> 20 #include <boost/preprocessor/arithmetic/add.hpp> 21 #include <boost/call_traits.hpp> 22 #include <boost/detail/binary_search.hpp> 30 #include <boost/test/detail/suppress_warnings.hpp> 34 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
argument_factory.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/test for the library home page. 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 21 #include <boost/test/utils/runtime/fwd.hpp> 22 #include <boost/test/utils/runtime/validation.hpp> 23 #include <boost/test/utils/runtime/argument.hpp> 24 #include <boost/test/utils/runtime/trace.hpp> 25 #include <boost/test/utils/runtime/interpret_argument_value.hpp 42 namespace boost { namespace [all...] |
id_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) 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/fwd.hpp> 22 #include <boost/test/utils/runtime/cla/modifier.hpp> 23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp> 25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp> 27 // Boost.Tes 31 namespace boost { namespace [all...] |
parameter.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/test for the library home page. 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 21 #include <boost/test/utils/runtime/fwd.hpp> 22 #include <boost/test/utils/runtime/parameter.hpp> 23 #include <boost/test/utils/runtime/validation.hpp> 25 #include <boost/test/utils/runtime/cla/fwd.hpp> 26 #include <boost/test/utils/runtime/cla/modifier.hpp 33 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
value_init.hpp | 3 // Distributed under the Boost Software License, Version 1.0. (See 5 // http://www.boost.org/LICENSE_1_0.txt) 18 // Note: The implementation of boost::value_initialized had to deal with the 20 // The constructor of boost::value_initialized<T> works around these compiler 24 #include <boost/aligned_storage.hpp> 25 #include <boost/config.hpp> // For BOOST_NO_COMPLETE_VALUE_INITIALIZATION. 26 #include <boost/detail/workaround.hpp> 27 #include <boost/static_assert.hpp> 28 #include <boost/type_traits/cv_traits.hpp> 29 #include <boost/type_traits/alignment_of.hpp 63 namespace boost { namespace [all...] |
/external/aac/libAACdec/src/ |
aacdec_drc_types.h | 137 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon2417 138 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
mixer.cc | 100 Group(size_t max_results, double boost) 102 boost_(boost) { 124 double boost = boost_; local 130 boost = 4.0; 133 boost = 3.75; 136 boost = 3.25; 139 boost = 3.0; 148 SortData(*result_it, (*result_it)->relevance() + boost));
|