HomeSort by relevance Sort by last modified time
    Searched defs:r2 (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/clang/test/Parser/
cxx0x-rvalue-reference.cpp 6 void r2(const R a) { function
  /external/clang/test/Misc/
verify.c 11 struct s r2; // expected-error-re {{tentative definition has type '.*[[:space:]]*.*' that is never completed}} variable in typeref:struct:s
  /libcore/luni/src/test/java/libcore/java/util/
RandomTest.java 39 MyRandom r2 = new MyRandom(123L); local
40 r2.nextInt();
41 assertNotNull(r2.state);
  /external/openssl/crypto/aes/asm/
aes-armv4.pl 35 $s2="r2";
167 mov $key,r2
382 teq r2,#0
399 mov $key,r2 @ key
465 sub r2,$key,#176 subroutine
517 subeq r2,$key,#216
575 subeq r2,$key,#256
623 ldr $rounds,[r2,#240] @ AES_set_encrypt_key preserves r2,
624 mov $key,r2 @ which is AES_KEY *ke
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 22 typedef const LRI& r2; CHECK_EQUAL_TYPES(r2, int&); typedef
  /external/clang/test/Sema/
vector-cast.c 26 short r2 = (short)v1; // -expected-error {{invalid conversion between vector \ local
  /external/opencv/cv/src/
_cvgeom.h 78 double r2; /* The ratio of the projection of the left side of the triangle on the base to the base */ member in struct:_CvTrianAttr
  /external/skia/tests/
RegionTest.cpp 35 const SkIRect r2[] = { local
39 REPORTER_ASSERT(reporter, test_rects(r2, SK_ARRAY_COUNT(r2)));
SrcOverTest.cpp 51 unsigned r2 = test_srcover2(dst, i); local
58 REPORTER_ASSERT(reporter, r2 <= 255 && r2 >= max);
61 // this shows where r1 (faster) differs from r2 (more exact)
62 if (r1 != r2) {
63 SkDebugf("--- dst=%d i=%d r1=%d r2=%d exact=%g\n",
64 dst, i, r1, r2, i + dst - dst*i/255.0f);
  /external/stlport/test/unit/
includes_test.cpp 61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); local
62 CPPUNIT_ASSERT(r2);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); local
86 CPPUNIT_ASSERT(r2);
  /external/valgrind/main/none/tests/x86/
incdec_alt.c 7 int r1,r2,r3,r4,r5,r6,r7,r8,a1,a2; variable
23 "\tpopl " VG_SYM(r2) "\n"
58 r1=r2=r3=r4=r5=r6=r7=r8=0;
61 printf("0x%08x\n",r2);
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); local
62 CPPUNIT_ASSERT(r2);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); local
86 CPPUNIT_ASSERT(r2);
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); local
62 CPPUNIT_ASSERT(r2);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); local
86 CPPUNIT_ASSERT(r2);
  /external/clang/test/FixIt/
typo.c 33 rectangle *r2 = &r1; // expected-error{{ unknown type name 'rectangle'; did you mean 'Rectangle'?}} local
34 r2->top_left.y = 0;
  /external/openssl/crypto/rsa/
rsa_gen.c 87 BIGNUM *r0=NULL,*r1=NULL,*r2=NULL,*r3=NULL,*tmp; local
98 r2 = BN_CTX_get(ctx);
122 if (!BN_sub(r2,rsa->p,BN_value_one())) goto err;
123 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
147 if (!BN_sub(r2,rsa->q,BN_value_one())) goto err;
148 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
168 if (!BN_sub(r2,rsa->q,BN_value_one())) goto err; /* q-1 */
169 if (!BN_mul(r0,r1,r2,ctx)) goto err; /* (p-1)(q-1) */
192 if (!BN_mod(rsa->dmq1,d,r2,ctx)) goto err;
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 118 mov r2, #0x0 local
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ local
151 r2 = blk[B_SIZE * 6 + i];
158 if (!(r1 | r2 | r3 | r4 | r5 | r6 | r7))
195 r1 = W6 * (r3 + r2);
196 r2 = (r1 - (W2 + W6) * r2);
207 r3 = r0 + r2;
208 r0 -= r2;
209 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
219 tmpBLK32[(1<<3) + i] = (r3 + r2) >> 8
353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; \/* butterfly nodes *\/ local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 117 AutocompleteResult r2; local
120 r1.Swap(&r2);
122 EXPECT_EQ(r2.end(), r2.default_match());
134 r1.Swap(&r2);
138 ASSERT_FALSE(r2.empty());
139 EXPECT_EQ(r2.begin(), r2.default_match());
140 EXPECT_EQ("http://a/", r2.alternate_nav_url().spec());
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 54 typedef gt<2, 1> r2; typedef in struct:Comp
  /external/webkit/Source/WebCore/svg/
SVGPathSegArc.h 31 SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
36 , m_r2(r2)
64 float r2() const { return m_r2; } function in class:WebCore::SVGPathSegArc
65 void setR2(float r2)
67 m_r2 = r2;
105 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
107 return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
111 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
112 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
122 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_long.cpp 207 Int32 r2; local
248 r2 = temp1 - temp2;
278 *pData4 = (r2 - r1);
279 *pData3 = (r2 + r1);
302 r2 = temp1 - temp2;
333 r3 = (r2 - t2) << 1;
336 r2 = (r2 + t2) << 1;
338 *pData3-- = cmplx_mul32_by_16(s2, -r2, exp_jw1);
339 *pData3 = cmplx_mul32_by_16(r2, s2, exp_jw1)
    [all...]
  /sdk/chimpchat/test/com/android/chimpchat/
ImageUtilsTest.java 72 WritableRaster r2 = i2.getRaster(); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
RectTest.java 46 Rect r2 = new Rect(r); local
48 assertNotSame(r2, r);
49 assertEquals(r2, r);
54 Rect r2 = r.set(3, 4, 20, 30); local
56 assertSame(r2, r);
57 assertEquals(3, r2.x);
58 assertEquals(4, r2.y);
59 assertEquals(20, r2.w);
60 assertEquals(30, r2.h);
65 Rect r2 = new Rect(3, 4, 20, 30) local
78 Rect r2 = r.copy(); local
157 Rect r2 = r.moveTo(100, 200); local
168 Rect r2 = r.offsetBy(100, 200); local
251 Rect r2 = new Rect(3, 4, 20, 30); local
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/
Test_monitorenter.java 36 Runnable r2 = new TestRunnable(t1); local
38 Thread tr2 = new Thread(r2);
56 Runnable r2 = new TestRunnable2(t1, 20); local
58 Thread tr2 = new Thread(r2);
  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 36 Runnable r2 = new TestRunnable(t1); local
38 Thread tr2 = new Thread(r2);
56 Runnable r2 = new TestRunnable2(t1, 20); local
58 Thread tr2 = new Thread(r2);

Completed in 926 milliseconds

1 2 3 4 5 6