Searched defs:BUF_SIZE (Results 1 - 9 of 9) sorted by relevance

/frameworks/minikin/tests/
H A DGraphemeBreakTests.cpp24 const size_t BUF_SIZE = 256; local
25 uint16_t buf[BUF_SIZE];
28 ParseUnicode(buf, BUF_SIZE, src, &size, &offset);
H A DLayoutUtilsTest.cpp25 const size_t BUF_SIZE = 256U; local
26 uint16_t buf[BUF_SIZE];
30 ParseUnicode(buf, BUF_SIZE, query_str, &size, &expected_breakpoint);
37 const size_t BUF_SIZE = 256U; local
38 uint16_t buf[BUF_SIZE];
42 ParseUnicode(buf, BUF_SIZE, query_str, &size, &expected_breakpoint);
H A DUnicodeUtils.cpp85 const size_t BUF_SIZE = 256; local
86 uint16_t buf[BUF_SIZE];
89 ParseUnicode(buf, BUF_SIZE, "U+000D U+1F431 | 'a'", &size, &offset);
H A DFontCollectionItemizeTest.cpp61 const size_t BUF_SIZE = 256; local
62 uint16_t buf[BUF_SIZE];
66 ParseUnicode(buf, BUF_SIZE, str, &len, NULL);
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp73 static const int BUF_SIZE = 2048; variable
82 if (nFir21 + jNpoints * 2 > BUF_SIZE) {
89 short in[BUF_SIZE];
93 short out[BUF_SIZE];
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java31 private final int BUF_SIZE = 4096; field in class:MathErr
32 float mSrc[] = new float[BUF_SIZE];
33 float mRef[] = new float[BUF_SIZE];
34 float mRes[] = new float[BUF_SIZE];
40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
48 for (int i=0; i < BUF_SIZE; i++) {
57 for (int i=0; i < BUF_SIZE; i++) {
70 for (int i=0; i < BUF_SIZE; i++) {
80 for (int i=0; i < BUF_SIZE;
[all...]
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp99 static const int BUF_SIZE = 100; local
100 char buffer[BUF_SIZE];
102 if (snprintf(buffer, BUF_SIZE, "/dev/cpuset/%s/tasks", cpusetName) >= BUF_SIZE) {
113 int towrite = snprintf(buffer, BUF_SIZE, "%ld", (long) pid);
114 if (towrite >= BUF_SIZE) {
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java315 final static int BUF_SIZE = 2048; field in class:TestWebServer
356 buf = new byte[BUF_SIZE];
425 for (int i = 0; i < BUF_SIZE; i++) {
/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 590 milliseconds