/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | JdwpPacket.java | 70 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()
|
D | HandleProfiling.java | 101 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
|
D | ChunkHandler.java | 97 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
|
D | HandleHeap.java | 151 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
|
D | AdbHelper.java | 298 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
|
D | HandleHello.java | 157 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHELO() local 190 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendFEAT() local
|
D | HandleThread.java | 272 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendTHEN() local 300 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendSTKL() local 370 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendTHST() local
|
D | HandleExit.java | 67 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendEXIT() local
|
D | RawImage.java | 48 public boolean readHeader(int version, ByteBuffer buf) { in readHeader()
|
D | HandleNativeHeap.java | 96 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendNHGT() local
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 113 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()
|
D | Win32PipeStream.cpp | 194 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/ |
D | ReadBuffer.h | 26 unsigned char *buf() { return m_readPtr; } // return the next read location in buf() function
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ReadBuffer.h | 26 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/ |
D | BinaryXMLDescriber.java | 58 ByteBuffer buf = ByteBuffer.wrap(bytes); in describe() local
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 283 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/ |
D | ExportLinksPart.java | 49 StringBuffer buf = new StringBuffer(); in ExportLinksPart() local
|
/sdk/emulator/opengl/host/include/libOpenglRender/ |
D | IOStream.h | 81 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/ |
D | OverviewLinksPart.java | 50 StringBuffer buf = new StringBuffer(); in OverviewLinksPart() local
|
D | OverviewExportPart.java | 72 StringBuffer buf = new StringBuffer(); in OverviewExportPart() local
|
/sdk/emulator/qtools/ |
D | read_trace.cpp | 64 char buf[1024]; in main() local
|
D | thumbdis.cpp | 271 static char buf[80]; in disasm_insn_thumb() local
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLESpointer.cpp | 95 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/ |
D | UiFlagAttributeNode.java | 166 StringBuilder buf = new StringBuilder(); in showDialog() local
|
/sdk/find_lock/ |
D | find_lock.cpp | 246 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
|