Home
last modified time | relevance | path

Searched defs:read (Results 1 – 24 of 24) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
DTemplatedInputStream.java40 public int read() throws IOException { in read() method in TemplatedInputStream
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.cpp65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
DEglContext.h45 SurfacePtr read(){ return m_read;}; in read() function
DEglMacApi.cpp166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
DEglImp.cpp669 EGLSurface read, EGLContext context) { in eglMakeCurrent()
872 SurfacePtr read = currCtx->read(); in eglWaitNative() local
DEglX11Api.cpp258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
DEglWindowsApi.cpp549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileWriter.java114 int read = dis.read(buffer, readLen, len - readLen); in readTraceData() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java105 int read = 0; in readLayer() local
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp134 const unsigned char *SocketStream::read( void *buf, size_t *inout_len) in read() function in SocketStream
DWin32PipeStream.cpp217 const unsigned char *Win32PipeStream::read( void *buf, size_t *inout_len) in read() function in Win32PipeStream
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.cpp164 EGLSurface read = EGL_NO_SURFACE; in makeCurrent() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDebugger.java203 void read() throws IOException { in read() method in Debugger
DAdbHelper.java631 static void read(SocketChannel chan, byte[] data) throws TimeoutException, IOException { in read() method in AdbHelper
648 static void read(SocketChannel chan, byte[] data, int length, int timeout) in read() method in AdbHelper
DClient.java609 void read() in read() method in Client
DDeviceMonitor.java926 private String read(SocketChannel socket, byte[] buffer) throws IOException { in read() method in DeviceMonitor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java138 int read = 0; in loadFromProject() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
DFileOp.java206 int read; in copyFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java635 public int read() throws IOException { in read() method in AdtPlugin.PushbackReader
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DClassContext.java239 public String getSourceContents(boolean read) { in getSourceContents()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java604 int read = 0; in readLayer() local
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp657 WindowSurfacePtr draw(NULL), read(NULL); in bindContext() local
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp184 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
DProjectCreator.java1207 int read; in installBinaryFile() local