Searched refs:buf2 (Results 1 - 9 of 9) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DByteArrayPoolTest.java31 byte[] buf2 = pool.getBuf(16);
34 pool.returnBuf(buf2);
38 assertTrue(buf3 == buf1 || buf3 == buf2);
39 assertTrue(buf4 == buf1 || buf4 == buf2);
47 byte[] buf2 = pool.getBuf(16);
51 pool.returnBuf(buf2);
58 assertTrue(buf4 == buf2 || buf4 == buf3);
59 assertTrue(buf5 == buf2 || buf5 == buf3);
61 assertTrue(buf6 != buf1 && buf6 != buf2 && buf6 != buf3);
70 byte[] buf2
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptC.java98 byte[] buf2 = new byte[pgm.length * 2];
99 System.arraycopy(pgm, 0, buf2, 0, pgm.length);
100 pgm = buf2;
H A DProgram.java259 byte[] buf2 = new byte[str.length * 2];
260 System.arraycopy(str, 0, buf2, 0, str.length);
261 str = buf2;
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp63 char buf2[200]; local
64 snprintf(buf2, sizeof(buf2), "Log tag \"%s\" exceeds limit of %zu characters\n",
67 jniThrowException(env, "java/lang/IllegalArgumentException", buf2);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java99 byte[] buf2 = new byte[pgm.length * 2];
100 System.arraycopy(pgm, 0, buf2, 0, pgm.length);
101 pgm = buf2;
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp438 char buf2[16]; local
439 snprintf(buf2, sizeof(buf2), "0x%02x,", buf[i]);
440 mOut << buf2; local
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp493 uint8_t *buf2 = nullptr;
525 buf2 = buf;
625 buf2 = buf;
727 buf = addBranch(buf, buf2, 0x01);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java167 byte[] buf2 = new byte[80];
168 assertEquals("DATA2", new String(buf2, 0, e2.getInputStream().read(buf2)));
/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 2347 milliseconds