HomeSort by relevance Sort by last modified time
    Searched refs:tr2 (Results 1 - 25 of 50) sorted by null

1 2

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 38 Thread tr2 = new Thread(r2); local
40 tr2.start();
43 tr2.join();
58 Thread tr2 = new Thread(r2); local
60 tr2.start();
63 tr2.join();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 11 def assertTripleEqual(self, tr1, tr2):
13 self.assertEqual(len(tr2), 3)
14 self.assertAlmostEqual(tr1[0], tr2[0])
15 self.assertAlmostEqual(tr1[1], tr2[1])
16 self.assertAlmostEqual(tr1[2], tr2[2])
test_asyncore.py 104 tr2 = crashingdummy()
105 asyncore.read(tr2)
106 self.assertEqual(tr2.error_handled, True)
108 tr2 = crashingdummy()
109 asyncore.write(tr2)
110 self.assertEqual(tr2.error_handled, True)
112 tr2 = crashingdummy()
113 asyncore._exception(tr2)
114 self.assertEqual(tr2.error_handled, True)
176 tr2 = crashingdummy( variable in class:HelperFunctionTests.test_readwrite.testobj
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 11 def assertTripleEqual(self, tr1, tr2):
13 self.assertEqual(len(tr2), 3)
14 self.assertAlmostEqual(tr1[0], tr2[0])
15 self.assertAlmostEqual(tr1[1], tr2[1])
16 self.assertAlmostEqual(tr1[2], tr2[2])
test_asyncore.py 104 tr2 = crashingdummy()
105 asyncore.read(tr2)
106 self.assertEqual(tr2.error_handled, True)
108 tr2 = crashingdummy()
109 asyncore.write(tr2)
110 self.assertEqual(tr2.error_handled, True)
112 tr2 = crashingdummy()
113 asyncore._exception(tr2)
114 self.assertEqual(tr2.error_handled, True)
176 tr2 = crashingdummy( variable in class:HelperFunctionTests.test_readwrite.testobj
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 139 TimeZoneTransition tr2 = ((BasicTimeZone)tz).getNextTransition(time, false); local
155 if (tr2 != null
156 && tr2.getTime() <= end
157 && (tr2.getFrom().getRawOffset() + tr2.getFrom().getDSTSavings()
158 == tr2.getTo().getRawOffset() + tr2.getTo().getDSTSavings())
159 && (tr2.getFrom().getDSTSavings() != 0 && tr2.getTo().getDSTSavings() != 0)) {
160 tr2 = ((BasicTimeZone)tz).getNextTransition(tr2.getTime(), false)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 44 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@
45 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@
62 VQDMULH.S32 Q10, Q2, Q9 @ MULHIGH(cosb, tr2)
65 VQDMULH.S32 Q13, Q3, Q9 @ MULHIGH(sinb, tr2)
67 VADD.S32 Q0, Q10, Q11 @ MULHIGH(cosa, tr2) + MULHIGH(sina, ti2)@
68 VSUB.S32 Q1, Q12, Q13 @ MULHIGH(cosa, ti2) - MULHIGH(sina, tr2)@
106 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@
107 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@
120 VQDMULH.S32 Q10, Q2, Q8 @ MULHIGH(cosb, tr2)
123 VQDMULH.S32 Q13, Q3, Q8 @ MULHIGH(sinb, tr2)
    [all...]
  /external/icu/icu4c/source/i18n/
basictz.cpp 68 TimeZoneTransition tr1, tr2; local
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
88 && tr2.getTime() <= end
89 && (tr2.getFrom()->getRawOffset() + tr2.getFrom()->getDSTSavings()
90 == tr2.getTo()->getRawOffset() + tr2.getTo()->getDSTSavings())
91 && (tr2.getFrom()->getDSTSavings() != 0 && tr2.getTo()->getDSTSavings() != 0)) {
92 tz.getNextTransition(tr2.getTime(), FALSE, tr2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
PrePostMDCT_v5.s 55 smull r14, r4, r6, r8 @ MULHIGH(tr2, cosa)
59 smull r5, r10, r6, r9 @ MULHIGH(tr2, sina)
109 smull r14, r5, r6, r8 @ MULHIGH(tr2, cosa)
113 smull r7, r10, r6, r9 @ MULHIGH(tr2, sina)
115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@
116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@
  /external/libvorbis/lib/
smallft.c 116 float ti2,tr2; local
144 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
148 ch[t6-1]=cc[t5-1]+tr2;
149 ch[t4-1]=cc[t5-1]-tr2;
173 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
183 tr2=cc[t3]+cc[t4];
185 ch[t5=t3<<2]=tr1+tr2;
186 ch[(ido<<2)+t5-1]=tr2-tr1;
227 tr2=cc[t2-1]+cr3;
230 ch[t4-1]=tr1+tr2;
636 float ti2,tr2; local
691 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
753 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /external/speex/libspeex/
smallft.c 118 float ti2,tr2; local
146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
150 ch[t6-1]=cc[t5-1]+tr2;
151 ch[t4-1]=cc[t5-1]-tr2;
175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
185 tr2=cc[t3]+cc[t4];
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1;
229 tr2=cc[t2-1]+cr3;
232 ch[t4-1]=tr1+tr2;
638 float ti2,tr2; local
693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /external/ipsec-tools/src/racoon/
proposal.c 201 struct satrns *tr1, *tr2, *newtr; local
476 for (tr2 = pr2->head; tr2; tr2 = tr2->next) {
477 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0)
575 * take a single match between satrns. returns 0 if tr1 equals to tr2.
577 * tr2: my satrns
580 cmpsatrns(proto_id, tr1, tr2, check_level)
582 const struct satrns *tr1, *tr2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 282 int tr1, ti1, tr2, ti2; local
297 tr2 = *(buf1 - 1);
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
317 int tr1, ti1, tr2, ti2; local
333 tr2 = *(buf1 - 1);
338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2);
339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
  /frameworks/base/libs/hwui/unit_tests/
ClipAreaTests.cpp 56 TransformedRectangle tr2(r, m45);
57 EXPECT_FALSE(tr2.canSimplyIntersectWith(tr));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 1725 TimeZoneTransition tr2 = tz2.getNextTransition(time, false); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 290 TestReplaceable *tr2 = (TestReplaceable *)tr->clone(); local
291 if(tr2 != NULL) {
293 tr = tr2;
tzrulets.cpp 2556 TimeZoneTransition tr1, tr2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 164 namespace tr2 { }
215 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 151 namespace tr2 { }
202 namespace tr2 namespace in namespace:std
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 151 namespace tr2 { }
202 namespace tr2 namespace in namespace:std
    [all...]

Completed in 995 milliseconds

1 2