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

/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DByteArrayPoolTest.java30 byte[] buf1 = pool.getBuf(16);
33 pool.returnBuf(buf1);
38 assertTrue(buf3 == buf1 || buf3 == buf2);
39 assertTrue(buf4 == buf1 || buf4 == buf2);
46 byte[] buf1 = pool.getBuf(16);
50 pool.returnBuf(buf1);
61 assertTrue(buf6 != buf1 && buf6 != buf2 && buf6 != buf3);
67 byte[] buf1 = pool.getBuf(16);
68 pool.returnBuf(buf1);
71 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.java163 byte[] buf1 = new byte[80];
164 assertEquals("FILE1", new String(buf1, 0, e1.getInputStream().read(buf1)));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3899 milliseconds