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

  /dalvik/vm/jdwp/
ExpandBuf.h 37 size_t expandBufGetLength(ExpandBuf* pBuf);
JdwpAdb.c 460 if (expandBufGetLength(pReply) > 0) {
469 expandBufGetLength(pReply));
470 if (cc != (int) expandBufGetLength(pReply)) {
687 expandBufGetLength(pReq));
688 if (cc != (int) expandBufGetLength(pReq)) {
690 strerror(errno), cc, (int) expandBufGetLength(pReq));
JdwpSocket.c 616 if (expandBufGetLength(pReply) > 0) {
625 expandBufGetLength(pReply));
626 if (cc != (int) expandBufGetLength(pReply)) {
846 expandBufGetLength(pReq));
847 if (cc != (int) expandBufGetLength(pReq)) {
849 strerror(errno), cc, (int) expandBufGetLength(pReq));
ExpandBuf.c 76 size_t expandBufGetLength(ExpandBuf* pBuf)
JdwpHandler.c     [all...]
JdwpEvent.c 724 set4BE(buf, expandBufGetLength(pReq));
    [all...]
  /dalvik/vm/
Debugger.c     [all...]

Completed in 529 milliseconds