Home | History | Annotate | Download | only in jdwp

Lines Matching refs:dataLen

23  * change the "read" macros to use "dataLen" to avoid wandering into
24 * bad territory, and have a single "is dataLen correct" check at the
103 const u1* buf, int dataLen, ExpandBuf* pReply,
185 int dataLen, ExpandBuf* pReply)
210 const u1* buf, int dataLen, ExpandBuf* pReply)
259 const u1* buf, int dataLen, ExpandBuf* pReply)
281 const u1* buf, int dataLen, ExpandBuf* pReply)
305 const u1* buf, int dataLen, ExpandBuf* pReply)
322 const u1* buf, int dataLen, ExpandBuf* pReply)
334 const u1* buf, int dataLen, ExpandBuf* pReply)
344 const u1* buf, int dataLen, ExpandBuf* pReply)
354 const u1* buf, int dataLen, ExpandBuf* pReply)
371 const u1* buf, int dataLen, ExpandBuf* pReply)
391 const u1* buf, int dataLen, ExpandBuf* pReply)
407 const u1* buf, int dataLen, ExpandBuf* pReply)
438 const u1* buf, int dataLen, ExpandBuf* pReply)
447 const u1* buf, int dataLen, ExpandBuf* pReply)
481 const u1* buf, int dataLen, ExpandBuf* pReply)
515 const u1* buf, int dataLen, ExpandBuf* pReply)
530 const u1* buf, int dataLen, ExpandBuf* pReply)
544 const u1* buf, int dataLen, ExpandBuf* pReply)
564 const u1* buf, int dataLen, ExpandBuf* pReply)
581 const u1* buf, int dataLen, ExpandBuf* pReply)
597 const u1* buf, int dataLen, ExpandBuf* pReply)
613 const u1* buf, int dataLen, ExpandBuf* pReply)
631 const u1* buf, int dataLen, ExpandBuf* pReply)
641 const u1* buf, int dataLen, ExpandBuf* pReply)
665 const u1* buf, int dataLen, ExpandBuf* pReply)
679 const u1* buf, int dataLen, ExpandBuf* pReply)
695 const u1* buf, int dataLen, ExpandBuf* pReply)
711 const u1* buf, int dataLen, ExpandBuf* pReply)
726 const u1* buf, int dataLen, ExpandBuf* pReply)
753 const u1* buf, int dataLen, ExpandBuf* pReply)
759 return finishInvoke(state, buf, dataLen, pReply,
771 const u1* buf, int dataLen, ExpandBuf* pReply)
782 return finishInvoke(state, buf, dataLen, pReply,
790 const u1* buf, int dataLen, ExpandBuf* pReply)
810 const u1* buf, int dataLen, ExpandBuf* pReply)
828 const u1* buf, int dataLen, ExpandBuf* pReply)
856 const u1* buf, int dataLen, ExpandBuf* pReply)
875 const u1* buf, int dataLen, ExpandBuf* pReply)
896 const u1* buf, int dataLen, ExpandBuf* pReply)
931 const u1* buf, int dataLen, ExpandBuf* pReply)
938 return finishInvoke(state, buf, dataLen, pReply,
946 const u1* buf, int dataLen, ExpandBuf* pReply)
956 const u1* buf, int dataLen, ExpandBuf* pReply)
966 const u1* buf, int dataLen, ExpandBuf* pReply)
983 const u1* buf, int dataLen, ExpandBuf* pReply)
1000 const u1* buf, int dataLen, ExpandBuf* pReply)
1022 const u1* buf, int dataLen, ExpandBuf* pReply)
1041 const u1* buf, int dataLen, ExpandBuf* pReply)
1060 const u1* buf, int dataLen, ExpandBuf* pReply)
1085 const u1* buf, int dataLen, ExpandBuf* pReply)
1103 const u1* buf, int dataLen, ExpandBuf* pReply)
1151 const u1* buf, int dataLen, ExpandBuf* pReply)
1175 const u1* buf, int dataLen, ExpandBuf* pReply)
1194 const u1* buf, int dataLen, ExpandBuf* pReply)
1210 const u1* buf, int dataLen, ExpandBuf* pReply)
1233 const u1* buf, int dataLen, ExpandBuf* pReply)
1248 const u1* buf, int dataLen, ExpandBuf* pReply)
1282 const u1* buf, int dataLen, ExpandBuf* pReply)
1300 const u1* buf, int dataLen, ExpandBuf* pReply)
1323 const u1* buf, int dataLen, ExpandBuf* pReply)
1343 const u1* buf, int dataLen, ExpandBuf* pReply)
1373 const u1* buf, int dataLen, ExpandBuf* pReply)
1530 if (buf != origBuf + dataLen) {
1531 ALOGW("GLITCH: dataLen is %d, we have consumed %d", dataLen,
1560 const u1* buf, int dataLen, ExpandBuf* pReply)
1577 const u1* buf, int dataLen, ExpandBuf* pReply)
1605 const u1* buf, int dataLen, ExpandBuf* pReply)
1631 const u1* buf, int dataLen, ExpandBuf* pReply)
1659 const u1* buf, int dataLen, ExpandBuf* pReply)
1680 const u1* buf, int dataLen, ExpandBuf* pReply)
1704 if (dvmDbgDdmHandlePacket(buf, dataLen, &replyBuf, &replyLen)) {
1715 const u1* buf, int dataLen, ExpandBuf* reply);
1878 const u1* buf, int dataLen, ExpandBuf* pReply)
1923 ALOGV("REQ: %s (cmd=%d/%d dataLen=%d id=0x%06x)",
1925 dataLen, pHeader->id);
1926 result = (*gHandlerMap[i].func)(state, buf, dataLen, pReply);
1931 ALOGE("REQ: UNSUPPORTED (cmd=%d/%d dataLen=%d id=0x%06x)",
1932 pHeader->cmdSet, pHeader->cmd, dataLen, pHeader->id);
1933 if (dataLen > 0)
1934 dvmPrintHexDumpDbg(buf, dataLen, LOG_TAG);
1955 ALOGV("reply: dataLen=%d err=%s(%d)%s", respLen,