Home
last modified time | relevance | path

Searched refs:tr1 (Results 1 – 25 of 113) sorted by relevance

12345

/external/chromium/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h70 struct MatcherTuple< ::std::tr1::tuple<> > {
71 typedef ::std::tr1::tuple< > type;
75 struct MatcherTuple< ::std::tr1::tuple<A1> > {
76 typedef ::std::tr1::tuple<Matcher<A1> > type;
80 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
81 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2> > type;
85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
86 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
90 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
91 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
[all …]
/external/libffi/src/sh64/
Dsysv.S89 pt/l 1f, tr1
90 bnei/l r29, FFI_TYPE_STRUCT, tr1
101 pt/l .L_pass_i, tr1
105 beqi/l r20, FFI_TYPE_INT, tr1
117 pt/l .L_pop_d, tr1
119 blink tr1, r63
128 pt/l .L_pop_d_tbl, tr1
129 gettr tr1, r20
132 ptabs/l r20, tr1
133 blink tr1, r63
[all …]
/external/stlport/test/unit/
Dreference_wrapper_test.cpp29 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()
Dshared_ptr_test.cpp28 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()
/external/icu4c/i18n/
Dbasictz.cpp68 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local
70 UBool avail1 = getNextTransition(time, FALSE, tr1); in hasEquivalentTransitions()
77 && tr1.getTime() <= end in hasEquivalentTransitions()
78 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings() in hasEquivalentTransitions()
79 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings()) in hasEquivalentTransitions()
80 … && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) { in hasEquivalentTransitions()
81 getNextTransition(tr1.getTime(), FALSE, tr1); in hasEquivalentTransitions()
99 UBool inRange1 = (avail1 && tr1.getTime() <= end); in hasEquivalentTransitions()
108 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions()
112 if (tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings() in hasEquivalentTransitions()
[all …]
/external/gtest/include/gtest/
Dgtest-printers.h497 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 …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h497 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 …]
/external/chromium/testing/gtest/include/gtest/
Dgtest-printers.h497 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 …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-more-actions.h147 return std::tr1::get<k>(args); in ACTION_TEMPLATE()
155 *pointer = ::std::tr1::get<k>(args); in ACTION_TEMPLATE()
163 *pointer = *::std::tr1::get<k>(args); in ACTION_TEMPLATE()
171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
177 ::std::tr1::get<k>(args) = value; in ACTION_TEMPLATE()
194 ::std::copy(first, last, ::std::tr1::get<k>(args)); in ACTION_TEMPLATE()
205 delete ::std::tr1::get<k>(args); in ACTION_TEMPLATE()
Dgmock-generated-actions.h54 class InvokeHelper<R, ::std::tr1::tuple<> > {
57 static R Invoke(Function function, const ::std::tr1::tuple<>&) { in Invoke()
64 const ::std::tr1::tuple<>&) { in InvokeMethod()
70 class InvokeHelper<R, ::std::tr1::tuple<A1> > {
73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) { in Invoke()
74 using ::std::tr1::get; in Invoke()
81 const ::std::tr1::tuple<A1>& args) { in InvokeMethod()
82 using ::std::tr1::get; in InvokeMethod()
88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > {
91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) { in Invoke()
[all …]
/external/stlport/etc/
Dautoexp.dat532tr1::unordered_map<*>|stlpx_std::tr1::unordered_map<*>|stlpmtx_std::tr1::unordered_map<*>|stlpxmtx…
551tr1::unordered_map<*>|stlpdx_std::tr1::unordered_map<*>|stlpdmtx_std::tr1::unordered_map<*>|stlpdx…
/external/clang/test/SemaCXX/
Dlibstdcxx_map_base_hack.cpp9 namespace std { namespace tr1 { namespace __detail { namespace
16 namespace std { namespace tr1 { namespace
25 std::tr1::X1<int> x1i;
/external/protobuf/android/
Dconfig.h8 #define HASH_MAP_H <tr1/unordered_map>
11 #define HASH_NAMESPACE std::tr1
17 #define HASH_SET_H <tr1/unordered_set>
/external/ipsec-tools/src/racoon/
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->authtype;
580 cmpsatrns(proto_id, tr1, tr2, check_level) in cmpsatrns() argument
582 const struct satrns *tr1, *tr2;
585 if (tr1->trns_id != tr2->trns_id) {
[all …]
/external/llvm/test/ExecutionEngine/
Dtest-shift.ll14 %tr1.s = ashr i32 1, %shift.upgrd.5 ; <i32> [#uses=0]
17 %tr1 = lshr i32 1, %shift.upgrd.6 ; <i32> [#uses=0]
19 %tr1.l = ashr i64 1, 4 ; <i64> [#uses=0]
25 %tr1.u = lshr i64 1, 5 ; <i64> [#uses=0]
/external/chromium/base/
Dcallback.h.pump108 // tr1::function/tr1::bind, and by the "Google Callback" system used inside
162 // ConstRef() is similar to tr1::cref. Unretained() is specific to Chromium.
167 // Direct use of tr1::function and tr1::bind was considered, but ultimately
175 // tr1::bind call itself will invoke a non-trivial copy constructor three times
176 // for each bound parameter. Also, each when passing a tr1::function, each
180 // tr1::function causes a copy to be made of all the bound parameters and
185 // is not supported by tr1.
187 // Lastly, tr1::function and tr1::bind has a more general and flexible API.
189 // tr1::bind::placeholder, support for non-const reference parameters, and some
190 // limited amount of subtyping of the tr1::function object (eg.,
[all …]
/external/protobuf/gtest/test/
Dgtest-tuple_test.cc38 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;
/external/protobuf/gtest/samples/
Dsample8_unittest.cc93 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()
/external/gtest/samples/
Dsample8_unittest.cc93 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()
/external/chromium/testing/gtest/samples/
Dsample8_unittest.cc93 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()
/external/gtest/test/
Dgtest-tuple_test.cc38 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;
/external/chromium/testing/gtest/test/
Dgtest-tuple_test.cc38 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;
/external/openfst/src/include/fst/extensions/pdt/
Dinfo.h25 using std::tr1::unordered_map;
26 using std::tr1::unordered_multimap;
28 using std::tr1::unordered_set;
29 using std::tr1::unordered_multiset;
Dreverse.h25 using std::tr1::unordered_map;
26 using std::tr1::unordered_multimap;
/external/stlport/stlport/
Dfunctional72 namespace tr1 {
96 } // namespace tr1
132 namespace tr1 {
138 } // namespace tr1

12345