/external/chromium_org/third_party/freetype/src/cff/ |
cf2blues.h | 58 * Boost. 160 CF2_Fixed boost; member in struct:CF2_BluesRec_
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 16 namespace boost {namespace filesystem3 { namespace 23 namespace boost namespace 32 namespace fs = boost::filesystem;
|
/external/clang/test/SemaTemplate/ |
overload-candidates.cpp | 44 namespace boost { namespace 48 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}} 52 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {}; 62 typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' in 'boost::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration}}
|
/external/freetype/src/cff/ |
cf2blues.h | 58 * Boost. 160 CF2_Fixed boost; member in struct:CF2_BluesRec_
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
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> 15 #include <boost/algorithm/string/constants.hpp> 16 #include <boost/detail/iterator.hpp> 18 #include <boost/range/iterator_range.hpp> 19 #include <boost/range/begin.hpp> 20 #include <boost/range/end.hpp 24 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
cstdint.hpp | 0 // boost cstdint.hpp header file ------------------------------------------// 6 // Distributed under the Boost 8 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 10 // See http://www.boost.org/libs/integer for documentation. 16 // 12 Nov 00 Merged <boost/stdint.h> (Jens Maurer) 19 // 29 Jun 00 Reimplement to avoid including stdint.h within namespace boost 36 #include <boost/config.hpp> 42 // See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990 100 namespace boost namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
fp_traits.hpp | 8 // Distributed under the Boost Software License, Version 1.0. 10 // or copy at http://www.boost.org/LICENSE_1_0.txt) 25 #include <boost/assert.hpp> 26 #include <boost/cstdint.hpp> 27 #include <boost/detail/endian.hpp> 28 #include <boost/static_assert.hpp> 29 #include <boost/type_traits/is_floating_point.hpp> 81 namespace boost { namespace 521 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision; 555 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
config.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) 13 #include <boost/config.hpp> 14 #include <boost/cstdint.hpp> // for boost::uintmax_t 15 #include <boost/detail/workaround.hpp> 17 #include <boost/config/no_tr1/cmath.hpp> 24 #include <boost/math/tools/user.hpp> 25 #include <boost/math/special_functions/detail/round_fwd.hpp> 110 # include "boost/type.hpp 249 namespace boost{ namespace math{ namespace 280 namespace boost{ namespace math{ namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.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/bind.hpp" header 13 namespace boost { namespace mpl { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
has_xxx.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/mpl for documentation. 19 #include <boost/mpl/bool.hpp> 20 #include <boost/mpl/aux_/na_spec.hpp> 21 #include <boost/mpl/aux_/type_wrapper.hpp> 22 #include <boost/mpl/aux_/yes_no.hpp> 23 #include <boost/mpl/aux_/config/gcc.hpp> 24 #include <boost/mpl/aux_/config/has_xxx.hpp> 25 #include <boost/mpl/aux_/config/msvc_typename.hpp 54 namespace boost { namespace mpl { namespace aux { namespace [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/range/ |
concepts.hpp | 0 // Boost.Range library concept checks 4 // are subject to the Boost Software License, Version 1.0. (See 6 // http://www.boost.org/LICENSE_1_0.txt) 9 // are subject to the Boost Software License, Version 1.0. (See 11 // http://www.boost.org/LICENSE_1_0.txt) 13 // For more information, see http://www.boost.org/libs/range/ 19 #include <boost/concept_check.hpp> 20 #include <boost/iterator/iterator_concepts.hpp> 21 #include <boost/range/begin.hpp> 22 #include <boost/range/end.hpp 59 namespace boost { namespace [all...] |
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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
common.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/config.hpp> 19 #include <boost/range/detail/sfinae.hpp> 20 #include <boost/type_traits/is_void.hpp> 21 #include <boost/type_traits/detail/ice_or.hpp> 22 #include <boost/mpl/if.hpp> 23 #include <boost/mpl/int.hpp 30 namespace boost namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
global_typedef.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 #include <boost/test/utils/basic_cstring/basic_cstring.hpp> 19 #define BOOST_TEST_L( s ) boost::unit_test::const_string( s, sizeof( s ) - 1 ) 23 #include <boost/test/detail/suppress_warnings.hpp> 27 namespace boost { namespace 82 } // namespace boost 86 #include <boost/test/detail/enable_warnings.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
floating_point_comparison.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/global_typedef.hpp> 20 #include <boost/test/utils/class_properties.hpp> 21 #include <boost/test/predicate_result.hpp> 23 // Boost 24 #include <boost/limits.hpp> // for std::numeric_limits 25 #include <boost/numeric/conversion/conversion_traits.hpp> // for numeric::conversion_trait 32 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
callback.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 19 #include <boost/config.hpp> 20 #include <boost/detail/workaround.hpp> 21 #include <boost/shared_ptr.hpp> 23 #include <boost/test/detail/suppress_warnings.hpp> 31 namespace boost { namespace 124 boost::shared_ptr<ut_detail::callback0_impl<R> > m_impl [all...] |
foreach.hpp | 3 // Distributed under the Boost Software License, Version 1.0. 5 // http://www.boost.org/LICENSE_1_0.txt) 7 // See http://www.boost.org/libs/test for the library home page. 15 // going to be accepted into Boost. Also I need version with less number of dependencies 23 // Boost.Test 24 #include <boost/test/detail/config.hpp> 26 // Boost 27 #include <boost/type.hpp> 28 #include <boost/mpl/bool.hpp> 29 #include <boost/test/detail/workaround.hpp 37 namespace boost { namespace [all...] |
named_params.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> 20 #include <boost/detail/workaround.hpp> 22 // Boost.Test 23 #include <boost/test/utils/rtti.hpp> 24 #include <boost/test/utils/assign_op.hpp> 26 #include <boost/type_traits/remove_reference.hpp 32 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
type_with_alignment.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. 11 #include <boost/mpl/if.hpp> 12 #include <boost/preprocessor/list/for_each_i.hpp> 13 #include <boost/preprocessor/tuple/to_list.hpp> 14 #include <boost/preprocessor/cat.hpp> 15 #include <boost/preprocessor/list/transform.hpp> 16 #include <boost/preprocessor/list/append.hpp> 17 #include <boost/type_traits/alignment_of.hpp 32 namespace boost { namespace [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 147 unsigned boost = atoi(value); local 148 ALOGV("AAC decoder using AAC_DRC_BOOST_FACTOR of %d", boost); 149 aacDecoder_SetParam(mAACDecoder, AAC_DRC_BOOST_FACTOR, boost);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
exception.hpp | 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying 4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 16 boost namespace 220 //On HP aCC, this protected copy constructor prevents throwing boost::exception.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ |
ios_state.hpp | 0 // Boost io/ios_state.hpp header file --------------------------------------// 4 // are subject to the Boost Software License, Version 1.0. (See accompanying 5 // file 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. 12 #include <boost/io_fwd.hpp> // self include 13 #include <boost/detail/workaround.hpp> 24 namespace boost namespace 436 } // namespace boost
|
/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/smart_ptr/ |
shared_ptr.hpp | 10 // Distributed under the Boost Software License, Version 1.0. (See 12 // http://www.boost.org/LICENSE_1_0.txt) 14 // See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation. 17 #include <boost/config.hpp> // for broken compiler workarounds 20 #include <boost/smart_ptr/detail/shared_ptr_nmt.hpp> 23 // In order to avoid circular dependencies with Boost.TR1 27 #include <boost/config/no_tr1/memory.hpp> // std::auto_ptr 29 #include <boost/assert.hpp> 30 #include <boost/checked_delete.hpp> 31 #include <boost/throw_exception.hpp 54 namespace boost namespace [all...] |