Searched refs:buf1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DByteArrayPoolTest.java25 byte[] buf1 = pool.getBuf(16);
28 pool.returnBuf(buf1);
33 assertTrue(buf3 == buf1 || buf3 == buf2);
34 assertTrue(buf4 == buf1 || buf4 == buf2);
41 byte[] buf1 = pool.getBuf(16);
45 pool.returnBuf(buf1);
56 assertTrue(buf6 != buf1 && buf6 != buf2 && buf6 != buf3);
62 byte[] buf1 = pool.getBuf(16);
63 pool.returnBuf(buf1);
66 assertNotSame(buf2, buf1);
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c284 int *buf1; local
286 buf1 = buf0 + num - 1;
297 tr2 = *(buf1 - 1);
298 ti1 = *(buf1 + 0);
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
319 int *buf1; local
321 buf1 = buf0 + num - 1;
332 ti2 = *(buf1 + 0);
333 tr2 = *(buf1
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DPrePostMDCT_v7.s44 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@
45 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@
118 VSUB.S32 Q5, Q13, Q12 @ *buf1-- = MULHIGH(sina, tr1) - MULHIGH(cosa, ti1)@
125 VADD.S32 Q4, Q10, Q11 @ *buf1-- = MULHIGH(cosa, tr2) + MULHIGH(sina, ti2)@
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java159 byte[] buf1 = new byte[80];
160 assertEquals("FILE1", new String(buf1, 0, e1.getInputStream().read(buf1)));

Completed in 93 milliseconds