/third_party/libffi/src/sh64/ |
D | 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, r63 [all …]
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test41-report-0.txt | 13 …[D] 'method void std::tr1::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>::_M_release()' {_ZNSt3… 14 …[D] 'method std::pair<bool, long unsigned int> std::tr1::__detail::_Prime_rehash_policy::_M_need_r… 15 …method std::tr1::__shared_count<(__gnu_cxx::_Lock_policy)2u>& std::tr1::__shared_count<(__gnu_cxx:… 23 …tr1::shared_ptr<abigail::ir::function_type>, std::allocator<std::tr1::shared_ptr<abigail::ir::func… 33 …[A] 'method virtual std::tr1::_Sp_counted_base<__gnu_cxx::_Lock_policy::_S_atomic>::~_Sp_counted_b… 34 …note that this adds a new entry to the vtable of class std::tr1::_Sp_counted_base<__gnu_cxx::_Lock… 35 …[A] 'function void std::tr1::__enable_shared_from_this_helper<__gnu_cxx::_Lock_policy::_S_atomic>(… 60 …underlying type 'class std::tr1::unordered_map<abigail::ir::type_base*, abigail::interned_string, … 61 …tr1::unordered_map<abigail::ir::type_base*, abigail::interned_string, abigail::xml_writer::type_ha… 64 …class std::tr1::__unordered_map<abigail::ir::type_base*, abigail::interned_string, abigail::xml_wr… [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | BasicTimeZone.java | 133 TimeZoneTransition tr1 = getNextTransition(time, false); in hasEquivalentTransitions() local 139 if (tr1 != null in hasEquivalentTransitions() 140 && tr1.getTime() <= end in hasEquivalentTransitions() 141 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings() in hasEquivalentTransitions() 142 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings()) in hasEquivalentTransitions() 143 … && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) { in hasEquivalentTransitions() 144 tr1 = getNextTransition(tr1.getTime(), false); in hasEquivalentTransitions() 164 if (tr1 != null) { in hasEquivalentTransitions() 165 if (tr1.getTime() <= end) { in hasEquivalentTransitions() 181 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BasicTimeZone.java | 140 TimeZoneTransition tr1 = getNextTransition(time, false); in hasEquivalentTransitions() local 146 if (tr1 != null in hasEquivalentTransitions() 147 && tr1.getTime() <= end in hasEquivalentTransitions() 148 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings() in hasEquivalentTransitions() 149 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings()) in hasEquivalentTransitions() 150 … && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) { in hasEquivalentTransitions() 151 tr1 = getNextTransition(tr1.getTime(), false); in hasEquivalentTransitions() 171 if (tr1 != null) { in hasEquivalentTransitions() 172 if (tr1.getTime() <= end) { in hasEquivalentTransitions() 188 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | basictz.cpp | 70 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local 72 UBool avail1 = getNextTransition(time, false, tr1); in hasEquivalentTransitions() 79 && tr1.getTime() <= end in hasEquivalentTransitions() 80 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings() in hasEquivalentTransitions() 81 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings()) in hasEquivalentTransitions() 82 … && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) { in hasEquivalentTransitions() 83 getNextTransition(tr1.getTime(), false, tr1); in hasEquivalentTransitions() 101 UBool inRange1 = (avail1 && tr1.getTime() <= end); in hasEquivalentTransitions() 110 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions() 114 if (tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings() in hasEquivalentTransitions() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | basictz.cpp | 70 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local 72 UBool avail1 = getNextTransition(time, false, tr1); in hasEquivalentTransitions() 79 && tr1.getTime() <= end in hasEquivalentTransitions() 80 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings() in hasEquivalentTransitions() 81 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings()) in hasEquivalentTransitions() 82 … && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) { in hasEquivalentTransitions() 83 getNextTransition(tr1.getTime(), false, tr1); in hasEquivalentTransitions() 101 UBool inRange1 = (avail1 && tr1.getTime() <= end); in hasEquivalentTransitions() 110 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions() 114 if (tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings() in hasEquivalentTransitions() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-chroma.c | 284 type tr0, tr1; \ 287 tr1 = PR(0); \ 290 tr0 = tr1, tr1 = PR(i+1); \ 293 PR(i) = FILT_3_1 (tr0, tr1); \ 295 PR(i+1) = FILT_1_3 (tr0, tr1); \ 355 type tr0, tr1, tr2, tr3; \ 372 tr1 = PR1(i), tr3 = PR3(i); \ 377 PR1(i) = FILT_7_1 (tr1, tr3); \ 381 PR3(i) = FILT_3_5 (tr1, tr3); \ 416 type tr0 = PR(i), tr1 = PR(i+1); \ [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | basictz.cpp | 70 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local 72 UBool avail1 = getNextTransition(time, FALSE, tr1); in hasEquivalentTransitions() 79 && tr1.getTime() <= end in hasEquivalentTransitions() 80 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings() in hasEquivalentTransitions() 81 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings()) in hasEquivalentTransitions() 82 … && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) { in hasEquivalentTransitions() 83 getNextTransition(tr1.getTime(), FALSE, tr1); in hasEquivalentTransitions() 101 UBool inRange1 = (avail1 && tr1.getTime() <= end); in hasEquivalentTransitions() 110 if (tr1.getTime() != tr2.getTime()) { in hasEquivalentTransitions() 114 if (tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings() in hasEquivalentTransitions() [all …]
|
/third_party/python/Lib/test/ |
D | test_colorsys.py | 11 def assertTripleEqual(self, tr1, tr2): argument 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])
|
D | test_asyncore.py | 113 tr1 = exitingdummy() 114 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1) 115 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1) 116 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1) 187 tr1 = exitingdummy() 188 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1747 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); in hasEquivalentTransitions() local 1753 if (tr1 != null in hasEquivalentTransitions() 1754 && tr1.getTime() <= end in hasEquivalentTransitions() 1755 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings() in hasEquivalentTransitions() 1756 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings()) in hasEquivalentTransitions() 1757 … && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) { in hasEquivalentTransitions() 1758 tr1 = tz1.getNextTransition(tr1.getTime(), false); in hasEquivalentTransitions() 1777 if (tr1 != null) { in hasEquivalentTransitions() 1778 if (tr1.getTime() <= end) { in hasEquivalentTransitions() 1794 if (Math.abs(tr1.getTime() - tr2.getTime()) > maxTransitionTimeDelta) { in hasEquivalentTransitions() [all …]
|
D | TimeZoneTest.java | 2047 …TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeR… in checkThawed() local 2048 rbtz.addTransitionRule(tr1); in checkThawed() 2151 …TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeR… in checkFrozen() local 2152 rbtz.addTransitionRule(tr1); in checkFrozen()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1745 TimeZoneTransition tr1 = tz1.getNextTransition(time, false); in hasEquivalentTransitions() local 1751 if (tr1 != null in hasEquivalentTransitions() 1752 && tr1.getTime() <= end in hasEquivalentTransitions() 1753 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings() in hasEquivalentTransitions() 1754 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings()) in hasEquivalentTransitions() 1755 … && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) { in hasEquivalentTransitions() 1756 tr1 = tz1.getNextTransition(tr1.getTime(), false); in hasEquivalentTransitions() 1775 if (tr1 != null) { in hasEquivalentTransitions() 1776 if (tr1.getTime() <= end) { in hasEquivalentTransitions() 1792 if (Math.abs(tr1.getTime() - tr2.getTime()) > maxTransitionTimeDelta) { in hasEquivalentTransitions() [all …]
|
D | TimeZoneTest.java | 2061 …TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeR… in checkThawed() local 2062 rbtz.addTransitionRule(tr1); in checkThawed() 2165 …TimeArrayTimeZoneRule tr1 = new TimeArrayTimeZoneRule("tr1", 7200000, 0, new long[] {0}, DateTimeR… in checkFrozen() local 2166 rbtz.addTransitionRule(tr1); in checkFrozen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 2909 TypedReg tr1, TypedReg tr2, bits<4> type = 0, bits<4> m4 = 0, 2911 : InstVRRa<opcode, (outs tr1.op:$V1), (ins tr2.op:$V2), 2913 [(set (tr1.vt tr1.op:$V1), (operator (tr2.vt tr2.op:$V2)))]> { 2941 TypedReg tr1, TypedReg tr2, bits<4> type> { 2943 def "" : InstVRRa<opcode, (outs tr1.op:$V1), 2946 def : Pat<(tr1.vt (operator (tr2.vt tr2.op:$V2))), 2949 (!cast<Instruction>(NAME) tr1.op:$V1, tr2.op:$V2, 0)>; 2951 def S : UnaryVRRa<mnemonic##"s", opcode, operator_cc, tr1, tr2, 3510 TypedReg tr1, TypedReg tr2, bits<4> type> 3511 : InstVRIc<opcode, (outs tr1.op:$V1), (ins tr2.op:$V3, imm32zx16:$I2), [all …]
|
D | SystemZPatterns.td | 165 class FPConversion<Instruction insn, SDPatternOperator operator, TypedReg tr1, 167 : Pat<(tr1.vt (operator (tr2.vt tr2.op:$vec))),
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 2555 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local 2557 UBool avail1 = tz1.getNextTransition(time, false, tr1); in hasEquivalentTransitions() 2564 && tr1.getTime() <= end in hasEquivalentTransitions() 2565 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings() in hasEquivalentTransitions() 2566 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings()) in hasEquivalentTransitions() 2567 … && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) { in hasEquivalentTransitions() 2568 tz1.getNextTransition(tr1.getTime(), false, tr1); in hasEquivalentTransitions() 2586 UBool inRange1 = (avail1 && tr1.getTime() <= end); in hasEquivalentTransitions() 2595 …double delta = tr1.getTime() >= tr2.getTime() ? tr1.getTime() - tr2.getTime() : tr2.getTime() - tr… in hasEquivalentTransitions() 2600 if (tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings() in hasEquivalentTransitions() [all …]
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 172 tr1 = v.trace_add('read', read_tracer) 175 (('read',), tr1), 188 v.trace_remove('write', tr1) # Wrong mode 197 v.trace_remove('read', tr1)
|
/third_party/node/deps/v8/third_party/googletest/custom/gtest/internal/custom/ |
D | gtest-port.h | 17 namespace tr1 {
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pay.h | 289 unsigned int tr1:2; member 312 unsigned int tr1:2;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_cache.h | 54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl;
|
/third_party/node/deps/v8/third_party/googletest/ |
D | BUILD.gn | 23 # Prevents gtest from including both <tr1/tuple> and <tuple>. 29 # TODO(crbug.com/829773): Remove this after transitioning off <tr1/tuple>. 44 # <tr1/tuple>.
|
/third_party/libphonenumber/cpp/ |
D | CMakeLists.txt | 176 CHECK_INCLUDE_FILE_CXX ("tr1/unordered_map" HAVE_CXX_TR1_UNORDERED_MAP)
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 99 using std::tr1::get;
|
/third_party/libabigail/ |
D | ChangeLog | 7953 * include/abg-ir.h: Remove mention of std::tr1 from comments. 11521 duplicate tr1 and tr2 with these; rename all other variables foo1 13724 namespace to provide C++11 functionality from either std::tr1 13728 * include/abg-comparison.h: replace std::tr1 usage by abg_compat 22301 * include/abg-interned-str.h: Inject std::tr1::shared_ptr, 34347 because of a name clash with a tr1 function when not using C++-11. 34349 of a name clash with a tr1 function when not using C++-11. 34367 (type_composition::hash::operator): Use std::tr1::hash string, 35857 * include/abg-fwd.h (std::tr1::weak_ptr): Inject this type in the 42400 * include/abg-traverse.h: Remove useless #include <tr1/memory> [all …]
|