Home
last modified time | relevance | path

Searched refs:cbuf (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DToastTest.java65 char[] cbuf = new char[200]; in readFile() local
66 while ((len = f.read(cbuf, 0, cbuf.length)) >= 0) { in readFile()
67 s += String.valueOf(cbuf, 0, len); in readFile()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DLineBreakBufferedWriterTest.java222 public void write(char[] cbuf, int off, int len) { in write() argument
223 strings.add(new String(cbuf, off, len)); in write()
/frameworks/base/core/java/android/util/
DLog.java480 public void write(char[] cbuf, int off, int len) { in write() argument
484 written += println_native(bufID, priority, tag, new String(cbuf, off, len)); in write()
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp654 EGLClientBuffer cbuf = static_cast<EGLClientBuffer>(graphicBuffer->getNativeBuffer()); in createImage() local
666 eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/native/libs/gui/
DGLConsumer.cpp991 EGLClientBuffer cbuf = in createImage() local
1004 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...