HomeSort by relevance Sort by last modified time
    Searched refs:expandBufGetLength (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/jdwp/
ExpandBuf.h 36 size_t expandBufGetLength(ExpandBuf* pBuf);
ExpandBuf.cpp 76 size_t expandBufGetLength(ExpandBuf* pBuf)
JdwpAdb.cpp 462 if (expandBufGetLength(pReply) > 0) {
465 if (cc != (ssize_t) expandBufGetLength(pReply)) {
678 if (cc != (ssize_t) expandBufGetLength(pReq)) {
680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
JdwpSocket.cpp 620 if (expandBufGetLength(pReply) > 0) {
623 if (cc != (ssize_t) expandBufGetLength(pReply)) {
838 if (cc != (ssize_t) expandBufGetLength(pReq)) {
840 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
JdwpMain.cpp 49 expandBufGetLength(pReply)));
JdwpHandler.cpp     [all...]
JdwpEvent.cpp 724 set4BE(buf, expandBufGetLength(pReq));
    [all...]
  /dalvik/vm/
Debugger.cpp     [all...]

Completed in 117 milliseconds