HomeSort by relevance Sort by last modified time
    Searched refs:tr1 (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 11 def assertTripleEqual(self, tr1, tr2):
12 self.assertEqual(len(tr1), 3)
14 self.assertAlmostEqual(tr1[0], tr2[0])
15 self.assertAlmostEqual(tr1[1], tr2[1])
16 self.assertAlmostEqual(tr1[2], tr2[2])
  /toolchain/binutils/binutils-2.27/gold/
system.h 76 #include <tr1/unordered_set>
77 #include <tr1/unordered_map>
81 #define Unordered_set std::tr1::unordered_set
82 #define Unordered_map std::tr1::unordered_map
83 #define Unordered_multimap std::tr1::unordered_multimap
92 namespace std { namespace tr1 { namespace in namespace:std
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-generated-internal-utils.h 72 struct MatcherTuple< ::std::tr1::tuple<> > {
73 typedef ::std::tr1::tuple< > type;
77 struct MatcherTuple< ::std::tr1::tuple<A1> > {
78 typedef ::std::tr1::tuple<Matcher<A1> > type;
82 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
83 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2> > type;
87 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
88 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
92 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
93 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-ptb-1.s 10 ptb shmediasymbol1,tr1 ! { dg-error "PTB operand is a SHmedia symbol" }
12 ptb shcompactsymbol1,tr1
err-ptb-2.s 10 ptb shmediasymbol1,tr1 ! { dg-error "PTB operand is a SHmedia symbol" }
12 ptb shcompactsymbol1,tr1
ptc32-1.d 15 [ ]+8:[ ]+6bf56610[ ]+ptrel/l r25,tr1
ptc32-noexp-1.d 11 [ ]+0:[ ]+e8000610[ ]+pta/l 4 <start\+0x4>,tr1
ptc64-noexp-1.d 11 [ ]+0:[ ]+e8000610[ ]+pta/l 4 <start\+0x4>,tr1
ptc64-1.d 19 [ ]+10:[ ]+6bf56610[ ]+ptrel/l r25,tr1
ptc64-32-1.d 15 [ ]+8:[ ]+6bf56610[ ]+ptrel/l r25,tr1
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 133 TimeZoneTransition tr1 = getNextTransition(time, false); local
139 if (tr1 != null
140 && tr1.getTime() <= end
141 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings()
142 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings())
143 && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) {
144 tr1 = getNextTransition(tr1.getTime(), false)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 140 TimeZoneTransition tr1 = getNextTransition(time, false); local
146 if (tr1 != null
147 && tr1.getTime() <= end
148 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings()
149 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings())
150 && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) {
151 tr1 = getNextTransition(tr1.getTime(), false)
    [all...]
  /external/python/cpython3/Lib/test/
test_colorsys.py 11 def assertTripleEqual(self, tr1, tr2):
12 self.assertEqual(len(tr1), 3)
14 self.assertAlmostEqual(tr1[0], tr2[0])
15 self.assertAlmostEqual(tr1[1], tr2[1])
16 self.assertAlmostEqual(tr1[2], tr2[2])
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 50 // assigned to a tr1::function<F>).
147 return std::tr1::get<k>(args);
155 *pointer = ::std::tr1::get<k>(args);
163 *pointer = *::std::tr1::get<k>(args);
171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type;
177 ::std::tr1::get<k>(args) = value;
194 ::std::copy(first, last, ::std::tr1::get<k>(args));
205 delete ::std::tr1::get<k>(args);
  /external/libffi/src/sh64/
sysv.S 91 pt/l 1f, tr1
92 bnei/l r29, FFI_TYPE_STRUCT, tr1
103 pt/l .L_pass_i, tr1
107 beqi/l r20, FFI_TYPE_INT, tr1
116 pt/l .L_pop_d, tr1
118 blink tr1, r63
127 pt/l .L_pop_d_tbl, tr1
128 gettr tr1, r20
131 ptabs/l r20, tr1
132 blink tr1, r6
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
sysv.S 91 pt/l 1f, tr1
92 bnei/l r29, FFI_TYPE_STRUCT, tr1
103 pt/l .L_pass_i, tr1
107 beqi/l r20, FFI_TYPE_INT, tr1
116 pt/l .L_pop_d, tr1
118 blink tr1, r63
127 pt/l .L_pop_d_tbl, tr1
128 gettr tr1, r20
131 ptabs/l r20, tr1
132 blink tr1, r6
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
sysv.S 91 pt/l 1f, tr1
92 bnei/l r29, FFI_TYPE_STRUCT, tr1
103 pt/l .L_pass_i, tr1
107 beqi/l r20, FFI_TYPE_INT, tr1
116 pt/l .L_pop_d, tr1
118 blink tr1, r63
127 pt/l .L_pop_d_tbl, tr1
128 gettr tr1, r20
131 ptabs/l r20, tr1
132 blink tr1, r6
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample8_unittest.cc 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam());
105 int max_precalculated = ::std::tr1::get<1>(GetParam());
  /external/protobuf/gtest/samples/
sample8_unittest.cc 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam());
105 int max_precalculated = ::std::tr1::get<1>(GetParam());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample8_unittest.cc 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam());
105 int max_precalculated = ::std::tr1::get<1>(GetParam());
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample8_unittest.cc 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam());
105 int max_precalculated = ::std::tr1::get<1>(GetParam());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 37 #include <tr1/cstdint>
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 37 #include <tr1/cstdint>
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;

Completed in 530 milliseconds

1 23 4 5 6 7 8 91011