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

/frameworks/minikin/tests/unittest/
H A DUnicodeUtilsTest.cpp24 const size_t BUF_SIZE = 256; local
25 uint16_t buf[BUF_SIZE];
28 ParseUnicode(buf, BUF_SIZE, "U+000D U+1F431 | 'a'", &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 DMeasurementTests.cpp24 const size_t BUF_SIZE = 256; local
25 uint16_t buf[BUF_SIZE];
28 ParseUnicode(buf, BUF_SIZE, src, &size, &offset);
H A DWordBreakerTests.cpp215 const size_t BUF_SIZE = kFlagLength * 2; local
217 uint16_t buf[BUF_SIZE];
219 ParseUnicode(buf, BUF_SIZE, flags.c_str(), &size, nullptr);
240 const size_t BUF_SIZE = kFlagLength * 2; local
242 uint16_t buf[BUF_SIZE];
244 ParseUnicode(buf, BUF_SIZE, flagSequence.c_str(), &size, nullptr);
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);
33 const size_t BUF_SIZE = 256; local
34 uint16_t buf[BUF_SIZE];
37 ParseUnicode(buf, BUF_SIZE, src, &size, &offset);
H A DFontCollectionItemizeTest.cpp57 const size_t BUF_SIZE = 256; local
58 uint16_t buf[BUF_SIZE];
62 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/tests/java_api/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.cpp109 static const int BUF_SIZE = 100; local
110 char buffer[BUF_SIZE];
112 if (snprintf(buffer, BUF_SIZE, "/dev/cpuset/%s/tasks", cpusetName) >= BUF_SIZE) {
123 int towrite = snprintf(buffer, BUF_SIZE, "%ld", (long) pid);
124 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 169 milliseconds