/ndk/tests/device/test-gnustl-full/unit/ |
D | reference_wrapper_test.cpp | 29 typedef std::tr1::reference_wrapper<int> rr_type; in ref() 37 rr_type r1 = std::tr1::ref(i); in ref() 41 r1 = std::tr1::ref(j); in ref() 60 typedef std::tr1::reference_wrapper<const int> crr_type; in cref() 68 crr_type r1 = std::tr1::cref(i); in cref() 72 r1 = std::tr1::cref(j); in cref()
|
D | shared_ptr_test.cpp | 28 public std::tr1::enable_shared_from_this<X> 34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this() 35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
|
D | mvctor_declaration_test.cpp | 30 using namespace std::tr1;
|
D | unordered_test.cpp | 16 using namespace std::tr1;
|
/ndk/tests/device/test-stlport/unit/ |
D | reference_wrapper_test.cpp | 29 typedef std::tr1::reference_wrapper<int> rr_type; in ref() 37 rr_type r1 = std::tr1::ref(i); in ref() 41 r1 = std::tr1::ref(j); in ref() 60 typedef std::tr1::reference_wrapper<const int> crr_type; in cref() 68 crr_type r1 = std::tr1::cref(i); in cref() 72 r1 = std::tr1::cref(j); in cref()
|
D | shared_ptr_test.cpp | 28 public std::tr1::enable_shared_from_this<X> 34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this() 35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
|
D | mvctor_declaration_test.cpp | 30 using namespace std::tr1;
|
D | unordered_test.cpp | 16 using namespace std::tr1;
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | ChangeLog | 3 * Add support for std::tr1::unordered_{multi,}{map,set}, std::auto_ptr, 4 std::tr1::shared_ptr and std::tr1::weak_ptr.
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo() 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo() 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo() 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() [all …]
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample8_unittest.cc | 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > { 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); in SetUp() 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); in SetUp()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-tuple_test.cc | 38 using ::std::tr1::get; 39 using ::std::tr1::make_tuple; 40 using ::std::tr1::tuple; 41 using ::std::tr1::tuple_element; 42 using ::std::tr1::tuple_size;
|
D | gtest-param-test_test.cc | 67 using ::std::tr1::get; 68 using ::std::tr1::make_tuple; 69 using ::std::tr1::tuple;
|
D | gtest-printers_test.cc | 213 using ::std::tr1::make_tuple; 214 using ::std::tr1::tuple;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | functional | 72 namespace tr1 { 96 } // namespace tr1 132 namespace tr1 { 138 } // namespace tr1
|
D | memory | 104 namespace tr1 { 119 } // namespace tr1
|
D | type_traits | 784 _STLP_END_NAMESPACE // tr1 789 // # include <tr1/type_traits>
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 82 namespace tr1 { 98 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type 101 // is the same as tr1::add_reference<T>::type. 108 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type 202 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't 298 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2); 319 } // namespace tr1
|
D | gtest-param-util-generated.h.pump | 42 // by the maximum arity of the implementation of tr1::tuple which is 131 : public ParamGeneratorInterface< ::std::tr1::tuple<$for j, [[T$j]]> > { 133 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType; 272 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const { 273 return ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >(
|
D | gtest-tuple.h | 105 namespace tr1 { 124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type 134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type 959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
|
D | gtest-param-util-generated.h | 3160 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > { 3162 typedef ::std::tr1::tuple<T1, T2> ParamType; 3275 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > { 3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; 3407 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > { 3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; 3558 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > { 3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; 3726 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5, 3729 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | fenv.hpp | 48 namespace std { namespace tr1 { namespace
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _bc.h | 67 # define _STLP_TR1 _STLP_STD_NAME::tr1::
|
D | features.h | 500 # define _STLP_BEGIN_TR1_NAMESPACE namespace tr1 { 516 # define _STLP_TR1 _STLP_STD::tr1::
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | test.cpp | 20 #define STD_TR1 std::tr1
|