HomeSort by relevance Sort by last modified time
    Searched refs:boost (Results 1 - 25 of 41) sorted by null

1 2

  /external/stlport/test/unit/
boost_check.cpp 6 #include <boost/config.hpp>
14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared
15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared
27 #include <boost/bind.hpp>
33 #include <boost/function.hpp>
39 #include <boost/function/function_base.hpp>
45 #include <boost/function/function1.hpp>
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
  /ndk/tests/device/test-gnustl-full/unit/
boost_check.cpp 6 #include <boost/config.hpp>
14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared
15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared
27 #include <boost/bind.hpp>
33 #include <boost/function.hpp>
39 #include <boost/function/function_base.hpp>
45 #include <boost/function/function1.hpp>
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
  /ndk/tests/device/test-stlport/unit/
boost_check.cpp 6 #include <boost/config.hpp>
14 ../../../stlport/functional:63: error: 'boost::mem_fn' has not been declared
15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared
27 #include <boost/bind.hpp>
33 #include <boost/function.hpp>
39 #include <boost/function/function_base.hpp>
45 #include <boost/function/function1.hpp>
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
  /external/valgrind/main/drd/tests/
boost_thread.cpp 2 // use the boost::thread, boost::mutex and boost::condition classes.
5 #include <boost/thread/condition.hpp>
6 #include <boost/thread/mutex.hpp>
7 #include <boost/thread/thread.hpp>
11 static boost::condition s_cva;
12 static boost::mutex s_m;
18 boost::mutex::scoped_lock sl(s_m);
26 boost::mutex::scoped_lock sl(s_m)
    [all...]
  /external/clang/test/PCH/Inputs/
typo.hpp 1 namespace boost { namespace
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
  /external/stlport/stlport/
functional 48 #include <boost/ref.hpp>
49 #include <boost/utility/result_of.hpp>
50 #include <boost/bind/placeholders.hpp>
51 #include <boost/mem_fn.hpp>
52 #include <boost/bind.hpp>
54 namespace boost {
68 } // namespace boost
74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref
    [all...]
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /external/stlport/stlport/stl/
boost_type_traits.h 24 # include <boost/config.hpp>
27 #include <boost/type_traits/is_integral.hpp>
28 #include <boost/type_traits/is_float.hpp>
29 #include <boost/type_traits/has_trivial_constructor.hpp>
30 #include <boost/type_traits/has_trivial_copy.hpp>
31 #include <boost/type_traits/has_trivial_assign.hpp>
32 #include <boost/type_traits/has_trivial_destructor.hpp>
33 #include <boost/type_traits/is_pod.hpp>
34 #include <boost/type_traits/is_pointer.hpp>
35 #include <boost/type_traits/is_reference.hpp
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
functional 48 #include <boost/ref.hpp>
49 #include <boost/utility/result_of.hpp>
50 #include <boost/bind/placeholders.hpp>
51 #include <boost/mem_fn.hpp>
52 #include <boost/bind.hpp>
54 namespace boost {
68 } // namespace boost
74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref
    [all...]
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 24 # include <boost/config.hpp>
27 #include <boost/type_traits/is_integral.hpp>
28 #include <boost/type_traits/is_float.hpp>
29 #include <boost/type_traits/has_trivial_constructor.hpp>
30 #include <boost/type_traits/has_trivial_copy.hpp>
31 #include <boost/type_traits/has_trivial_assign.hpp>
32 #include <boost/type_traits/has_trivial_destructor.hpp>
33 #include <boost/type_traits/is_pod.hpp>
34 #include <boost/type_traits/is_pointer.hpp>
35 #include <boost/type_traits/is_reference.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
functional 48 #include <boost/ref.hpp>
49 #include <boost/utility/result_of.hpp>
50 #include <boost/bind/placeholders.hpp>
51 #include <boost/mem_fn.hpp>
52 #include <boost/bind.hpp>
54 namespace boost {
68 } // namespace boost
74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref
    [all...]
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 24 # include <boost/config.hpp>
27 #include <boost/type_traits/is_integral.hpp>
28 #include <boost/type_traits/is_float.hpp>
29 #include <boost/type_traits/has_trivial_constructor.hpp>
30 #include <boost/type_traits/has_trivial_copy.hpp>
31 #include <boost/type_traits/has_trivial_assign.hpp>
32 #include <boost/type_traits/has_trivial_destructor.hpp>
33 #include <boost/type_traits/is_pod.hpp>
34 #include <boost/type_traits/is_pointer.hpp>
35 #include <boost/type_traits/is_reference.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
functional 48 #include <boost/ref.hpp>
49 #include <boost/utility/result_of.hpp>
50 #include <boost/bind/placeholders.hpp>
51 #include <boost/mem_fn.hpp>
52 #include <boost/bind.hpp>
54 namespace boost {
68 } // namespace boost
74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref
    [all...]
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 24 # include <boost/config.hpp>
27 #include <boost/type_traits/is_integral.hpp>
28 #include <boost/type_traits/is_float.hpp>
29 #include <boost/type_traits/has_trivial_constructor.hpp>
30 #include <boost/type_traits/has_trivial_copy.hpp>
31 #include <boost/type_traits/has_trivial_assign.hpp>
32 #include <boost/type_traits/has_trivial_destructor.hpp>
33 #include <boost/type_traits/is_pod.hpp>
34 #include <boost/type_traits/is_pointer.hpp>
35 #include <boost/type_traits/is_reference.hpp
    [all...]
  /external/stlport/test/eh/
bug.cpp 4 #include <boost/timer.hpp>
5 #include <boost/lexical_cast.hpp>
16 std::size_t niters = argc < 2 ? 1000 : boost::lexical_cast<std::size_t>(argv[1]);
18 boost::timer t;
  /external/collada/src/dae/
daeZAEUncompressHandler.cpp 43 if (boost::filesystem::create_directories(mTmpDir))
66 boost::filesystem::remove_all(this->getTmpDir());
195 if (!boost::filesystem::create_directories(destDir + currentFileName))
270 boost::filesystem::path archivePath(filePath);
275 if (boost::filesystem::create_directory(tmpDir))
293 if (boost::filesystem::remove(archivePath))
295 boost::filesystem::rename(tmpDir, archivePath);
  /external/valgrind/main/
glibc-2.X-drd.supp 271 # Suppress the races on boost::once_flag::epoch and on
272 # boost::detail::this_thread_epoch. See also the source file
273 # boost/thread/pthread/once.hpp in the Boost source tree
274 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
276 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
282 drd-libboost-boost::detail::get_once_per_thread_epoch(
    [all...]
  /external/stlport/
configure 40 --with-boost=<dir> use boost headers in catalog <dir>
41 --with-system-boost use boost installed on this system
110 # write_option "${PWD}/external/boost" BOOST_DIR
170 --with-boost=*)
173 --with-system-boost)

Completed in 819 milliseconds

1 2