Home
last modified time | relevance | path

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

1234

/development/tools/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()
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
DHandleProfiling.java87 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRS() local
106 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRE() local
139 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendMPRQ() local
DHandleHeap.java148 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPIF() local
199 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPSG() local
217 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPGC() local
238 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHPDU() local
271 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAE() local
287 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAQ() local
303 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendREAL() local
DAdbHelper.java298 ByteBuffer buf = ByteBuffer.wrap(reply); in getFrameBuffer() local
359 ByteBuffer buf = ByteBuffer.wrap(data); in executeRemoteCommand() local
439 ByteBuffer buf = ByteBuffer.wrap(data); in runLogService() local
603 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length); in read() local
660 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length); in write() local
DHandleHello.java123 ByteBuffer buf = getChunkDataBuf(rawBuf); in sendHELO() local
155 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
/development/tools/line_endings/
Dline_endings.c22 char buf[BUFSIZE*2+3]; member
71 char buf[BUFSIZE+2]; in main() local
113 to_unix(char* buf) in to_unix()
140 unix_to_dos(char* buf2, const char* buf) in unix_to_dos()
/development/simulator/wrapsim/
DDevVibrator.c20 static ssize_t writeVibrator(FakeDev* dev, int fd, const void* buf, in writeVibrator()
DSysPower.c77 static ssize_t readPower(FakeDev* dev, int fd, void* buf, size_t count) in readPower()
104 static ssize_t writePower(FakeDev* dev, int fd, const void* buf, size_t count) in writePower()
DDevPower.c94 static ssize_t readPower(FakeDev* dev, int fd, void* buf, size_t count) in readPower()
121 static ssize_t writePower(FakeDev* dev, int fd, const void* buf, size_t count) in writePower()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp105 AdbInterfaceInfo interface_info; in TestEnumInterfaces()
143 AdbInterfaceInfo interface_info; in TestInterfaces()
401 if (0 != msg_rcv.data_length) { in DeviceHandShake()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewExportPart.java50 StringBuffer buf = new StringBuffer(); in OverviewExportPart() local
DOverviewLinksPart.java48 StringBuffer buf = new StringBuffer(); in OverviewLinksPart() local
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Drandom.h32 __u32 buf[0]; member
Dcirc_buf.h16 char *buf; member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Drandom.h32 __u32 buf[0]; member
Dcirc_buf.h16 char *buf; member
/development/ndk/build/platforms/android-4/common/include/linux/
Drandom.h32 __u32 buf[0]; member
Dcirc_buf.h16 char *buf; member
/development/ndk/build/platforms/android-3/common/include/linux/
Drandom.h32 __u32 buf[0]; member
Dcirc_buf.h16 char *buf; member
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DWritePng.java101 ByteBuffer buf; in savePng() local
156 private static void putChunkHeader(ByteBuffer buf, int length, in putChunkHeader()
/development/simulator/app/
DPhoneCollection.cpp56 char buf[512]; in ScanForPhones() local

1234