/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/ |
def.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. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
test_tools.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/test_tools.hpp> 20 #include <boost/test/unit_test_log.hpp> 21 #include <boost/test/output_test_stream.hpp> 22 #include <boost/test/framework.hpp> 23 #include <boost/test/execution_monitor.hpp> // execution_aborted 24 #include <boost/test/unit_test_suite_impl.hpp [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Tables.h | 36 /* Treble Boost Filter Coefficients */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
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_/fold_impl.hpp" header 12 namespace boost { namespace mpl { namespace aux { namespace
|
iter_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_/iter_fold_impl.hpp" header 12 namespace boost { namespace mpl { namespace aux { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/ |
list20.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/list/list20.hpp" header 12 namespace boost { namespace mpl { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/ |
vector20.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/vector/vector20.hpp" header 12 namespace boost { namespace mpl { namespace
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
move_convert04.fail.cpp | 45 const boost::unique_ptr<B[]> s(new B); 47 boost::unique_ptr<A[]> s2;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
user.hpp | 5 // Boost Software License, Version 1.0. 7 // or copy at http://www.boost.org/LICENSE_1_0.txt)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
template_util.h | 40 // The names choosen here reflect those used in tr1 and the boost::mpl 42 // well. I prefer the boost names for 2 reasons: 43 // 1. I think that portions of the Boost libraries are more likely to 45 // 2. It is not impossible that some of the boost libraries will be 48 // some of these with boost equivalents. 87 // true and false values. Also define the boost::mpl versions of those names,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
fold_left.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/control/while.hpp> 19 # include <boost/preprocessor/debug/error.hpp> 20 # include <boost/preprocessor/detail/auto_rec.hpp> 37 # include <boost/preprocessor/list/detail/edg/fold_left.hpp> 39 # include <boost/preprocessor/list/detail/dmc/fold_left.hpp> 41 # include <boost/preprocessor/list/detail/fold_left.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
algorithm.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. 22 #include <boost/test/detail/suppress_warnings.hpp> 26 namespace boost { namespace 220 } // namespace boost 224 #include <boost/test/detail/enable_warnings.hpp>
|
/external/freetype/src/cff/ |
cf2blues.c | 151 * net 1 pixel boost to the height of ideographic glyphs. 394 * Suppress overshoot and boost blue zones at small sizes. Boost 397 * Note: This boost amount is different from the coretype heuristic. 409 blues->boost = FT_MulFix( 414 if ( blues->boost > 0x7FFF ) 416 /* boost must remain less than 0.5, or baseline could go negative */ 417 blues->boost = 0x7FFF; 421 /* boost and darkening have similar effects; don't do both */ 423 blues->boost = 0 [all...] |
/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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
autostatic.c | 49 * Compatibility with MSVC8 was cribbed from Boost: 51 * http://svn.boost.org/svn/boost/trunk/libs/thread/src/win32/tss_pe.cpp
|
/external/eigen/bench/ |
sparse_setter.cpp | 427 using namespace boost; 428 using namespace boost::numeric; 429 using namespace boost::numeric::ublas; 441 using namespace boost; 442 using namespace boost::numeric; 443 using namespace boost::numeric::ublas; 454 using namespace boost; 455 using namespace boost::numeric; 456 using namespace boost::numeric::ublas; 466 using namespace boost; [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
posix_features.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) 7 // See http://www.boost.org for most recent version.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
concept_check.h | 59 //#define glibcxx_function_requires(C) boost::function_requires< boost::C >() 64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
|