Searched defs:tr1 (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dlibstdcxx_map_base_hack.cpp4 // declaration for std::tr1::__detail::_Map base has different
9 namespace std { namespace tr1 { namespace __detail { namespace in namespace:std
16 namespace std { namespace tr1 { namespace in namespace:std
25 std::tr1::X1<int> x1i;
H A Dlibstdcxx_pointer_return_false_hack.cpp4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation.
12 namespace tr1 { namespace in namespace:std
30 auto *test1 = std::tr1::hashtable<int>().find_node();
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
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
[all...]
H A Dgtest-tuple.h105 namespace tr1 { namespace in namespace:std
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
127 // is the same as tr1::add_reference<T>::type.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
980 } // namespace tr1
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
2836 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2838 typedef ::std::tr1::tuple<T1, T2> ParamType;
2951 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2953 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3083 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3085 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3234 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3236 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3402 : public ParamGeneratorInterface< ::std::tr1
[all...]
H A Dgtest-tuple.h103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
2839 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2841 typedef ::std::tr1::tuple<T1, T2> ParamType;
2954 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3086 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3237 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3405 : public ParamGeneratorInterface< ::std::tr1
[all...]
H A Dgtest-tuple.h103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h41 // by the maximum arity of the implementation of tr1::tuple which is
2837 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2839 typedef ::std::tr1::tuple<T1, T2> ParamType;
2952 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2954 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3084 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3086 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3235 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3237 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3403 : public ParamGeneratorInterface< ::std::tr1
[all...]
H A Dgtest-tuple.h103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
2839 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2841 typedef ::std::tr1::tuple<T1, T2> ParamType;
2954 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3086 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3237 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3405 : public ParamGeneratorInterface< ::std::tr1
[all...]
H A Dgtest-tuple.h103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
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
[all...]
H A Dgtest-tuple.h105 namespace tr1 { namespace in namespace:std
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
127 // is the same as tr1::add_reference<T>::type.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
980 } // namespace tr1
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 { namespace in namespace:std
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1
/external/ipsec-tools/src/racoon/
H A Dproposal.c201 struct satrns *tr1, *tr2, *newtr; local
475 for (tr1 = pr1->head; tr1; tr1 = tr1->next) {
477 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0)
509 newtr->trns_no = tr1->trns_no;
510 newtr->trns_id = tr1->trns_id;
511 newtr->encklen = tr1->encklen;
512 newtr->authtype = tr1
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-tuple.h56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 { namespace in namespace:std
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-tuple.h56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 { namespace in namespace:std
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp70 TimeZoneTransition tr1, tr2; local
72 UBool avail1 = getNextTransition(time, FALSE, tr1);
79 && tr1.getTime() <= end
80 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings()
81 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings())
82 && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) {
83 getNextTransition(tr1
[all...]
/external/libvorbis/lib/
H A Dsmallft.c173 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
182 tr1=cc[t1]+cc[t2];
185 ch[t5=t3<<2]=tr1+tr2;
186 ch[(ido<<2)+t5-1]=tr2-tr1;
220 tr1=cr2+cr4;
230 ch[t4-1]=tr1+tr2;
239 ch[t5+t6-1]=tr2-tr1;
256 tr1=hsqt2*(cc[t1]-cc[t2]);
258 ch[t4-1]=tr1+cc[t6-1];
259 ch[t4+t5-1]=cc[t6-1]-tr1;
753 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
[all...]
/external/speex/libspeex/
H A Dsmallft.c175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
184 tr1=cc[t1]+cc[t2];
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1;
222 tr1=cr2+cr4;
232 ch[t4-1]=tr1+tr2;
241 ch[t5+t6-1]=tr2-tr1;
258 tr1=hsqt2*(cc[t1]-cc[t2]);
260 ch[t4-1]=tr1+cc[t6-1];
261 ch[t4+t5-1]=cc[t6-1]-tr1;
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h155 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
161 // Test's own tr1 tuple implementation should be
477 // Determines whether Google Test can use tr1/tuple. You can define
485 // Determines whether Google Test's own tr1 tuple implementation
508 // tr1/tuple.
614 namespace tr1 { namespace in namespace:std
633 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
636 // is the same as tr1::add_reference<T>::type.
643 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
1153 // std::tr1
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h34 #include <tr1/unordered_map>
35 #include <tr1/unordered_set>
38 using namespace tr1;
781 namespace tr1 namespace in namespace:std
/external/fmtlib/test/gtest/
H A Dgtest.h162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
638 // tr1/tuple.
746 namespace tr1 { namespace in namespace:std
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
768 // is the same as tr1::add_reference<T>::type.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
638 // tr1/tuple.
746 namespace tr1 { namespace in namespace:std
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
768 // is the same as tr1::add_reference<T>::type.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1
[all...]

Completed in 2324 milliseconds

12