HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 751 - 775 of 1448) sorted by null

<<31323334353637383940>>

  /device/htc/flounder/
mixer_paths_0.xml 45 <ctl name="IN2 Boost" value="1"/>
62 <ctl name="IN2 Boost" value="1"/>
84 <ctl name="IN2 Boost" value="1"/>
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
elem.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. */
15 # include <boost/preprocessor/cat.hpp>
16 # include <boost/preprocessor/config/config.hpp>
17 # include <boost/preprocessor/facilities/empty.hpp>
  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
move_convert02.fail.cpp 47 boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert03.fail.cpp 48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
move_convert05.fail.cpp 47 const boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert06.fail.cpp 48 const boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
move_convert02.fail.cpp 47 boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert03.fail.cpp 48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
move_convert05.fail.cpp 47 const boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert06.fail.cpp 48 const boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 56 ## wget -O testsuite/BOOST.tests "$$BASEURL/BOOST.tests?$$QUERY" && \

Completed in 576 milliseconds

<<31323334353637383940>>