Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 36) sorted by relevance

12

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DJdwpPacket.java70 JdwpPacket(ByteBuffer buf) { in JdwpPacket()
131 ByteBuffer buf; in getPayload() local
229 void movePacket(ByteBuffer buf) { in movePacket()
285 static JdwpPacket findPacket(ByteBuffer buf) { in findPacket()
335 static int findHandshake(ByteBuffer buf) { in findHandshake()
355 static void consumeHandshake(ByteBuffer buf) { in consumeHandshake()
367 static void putHandshake(ByteBuffer buf) { in putHandshake()
DHandleProfiling.java101 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRS() local
127 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRE() local
181 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPSS() local
202 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPSE() local
236 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRQ() local
DChunkHandler.java97 static String getString(ByteBuffer buf, int len) { in getString()
107 static void putString(ByteBuffer buf, String str) { in putString()
154 ByteBuffer buf = in allocBuffer() local
183 ByteBuffer buf = packet.getPayload(); in finishChunkPacket() local
DHandleHeap.java151 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPIF() local
203 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPSG() local
221 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPGC() local
242 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPDU() local
269 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPDS() local
326 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAE() local
342 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAQ() local
358 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAL() local
DAdbHelper.java298 ByteBuffer buf = ByteBuffer.wrap(reply); in getFrameBuffer() local
385 ByteBuffer buf = ByteBuffer.wrap(data); in executeRemoteCommand() local
480 ByteBuffer buf = ByteBuffer.wrap(data); in runLogService() local
650 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length); in read() local
703 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length); in write() local
DHandleHello.java157 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHELO() local
190 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendFEAT() local
DHandleThread.java272 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendTHEN() local
300 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendSTKL() local
370 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendTHST() local
DHandleExit.java67 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendEXIT() local
DRawImage.java48 public boolean readHeader(int version, ByteBuffer buf) { in readHeader()
DHandleNativeHeap.java96 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendNHGT() local
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp113 const unsigned char *SocketStream::readFully(void *buf, size_t len) in readFully()
134 const unsigned char *SocketStream::read( void *buf, size_t *inout_len) in read()
154 int SocketStream::recv(void *buf, size_t len) in recv()
DWin32PipeStream.cpp194 const unsigned char *Win32PipeStream::readFully(void *buf, size_t len) in readFully()
217 const unsigned char *Win32PipeStream::read( void *buf, size_t *inout_len) in read()
/sdk/emulator/opengl/tests/ut_renderer/
DReadBuffer.h26 unsigned char *buf() { return m_readPtr; } // return the next read location in buf() function
/sdk/emulator/opengl/host/libs/libOpenglRender/
DReadBuffer.h26 unsigned char *buf() { return m_readPtr; } // return the next read location in buf() function
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLDescriber.java58 ByteBuffer buf = ByteBuffer.wrap(bytes); in describe() local
/sdk/emulator/opengl/tests/event_injector/
Dsockets.c283 format_char( char* buf, char* end, int c ) in format_char()
297 format_str( char* buf, char* end, const char* str ) in format_str()
317 format_unsigned( char* buf, char* end, unsigned val ) in format_unsigned()
338 format_hex( char* buf, char* end, unsigned val, int ndigits ) in format_hex()
351 format_ip4( char* buf, char* end, uint32_t ip ) in format_ip4()
364 format_ip6( char* buf, char* end, const uint8_t* ip6 ) in format_ip6()
383 char *buf = buf0, *end = buf + sizeof(buf0); in sock_address_to_string() local
968 socket_send(int fd, const void* buf, int buflen) in socket_send()
974 socket_send_oob( int fd, const void* buf, int buflen ) in socket_send_oob()
980 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) in socket_sendto()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportLinksPart.java49 StringBuffer buf = new StringBuffer(); in ExportLinksPart() local
/sdk/emulator/opengl/host/include/libOpenglRender/
DIOStream.h81 const unsigned char *readback(void *buf, size_t len) { in readback()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewLinksPart.java50 StringBuffer buf = new StringBuffer(); in OverviewLinksPart() local
DOverviewExportPart.java72 StringBuffer buf = new StringBuffer(); in OverviewExportPart() local
/sdk/emulator/qtools/
Dread_trace.cpp64 char buf[1024]; in main() local
Dthumbdis.cpp271 static char buf[80]; in disasm_insn_thumb() local
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLESpointer.cpp95 void GLESpointer::setBuffer(GLint size,GLenum type,GLsizei stride,GLESbuffer* buf,GLuint bufferName… in setBuffer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiFlagAttributeNode.java166 StringBuilder buf = new StringBuilder(); in showDialog() local
/sdk/find_lock/
Dfind_lock.cpp246 char *buf = new char[size]; in getHandleType() local
285 char *buf = new char[size]; in isFileHandleType() local
326 char buf[MAX_PATH*2 + 4]; in FileNameThreadFunc() local
413 char buf[MAX_PATH]; in getProcessName() local

12