Searched refs:cmd (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.h | 32 u1 cmd; member
|
D | JdwpSocket.cpp | 550 u1 flags, cmdSet, cmd; 555 cmd = cmdSet = 0xcc; 566 cmd = read1(&buf); 573 dataLen, id, flags, cmdSet, cmd); 588 u1 flags, cmdSet, cmd; in handlePacket() local 593 cmd = cmdSet = 0; // shut up gcc in handlePacket() 606 cmd = read1(&buf); in handlePacket() 618 hdr.cmd = cmd; in handlePacket() 629 ALOGW("No reply created for set=%d cmd=%d", cmdSet, cmd); in handlePacket()
|
D | JdwpAdb.cpp | 432 u1 flags, cmdSet, cmd; in handlePacket() local 437 cmd = cmdSet = 0; // shut up gcc in handlePacket() 448 cmd = read1(&buf); in handlePacket() 460 hdr.cmd = cmd; in handlePacket() 471 ALOGW("No reply created for set=%d cmd=%d", cmdSet, cmd); in handlePacket()
|
D | JdwpHandler.cpp | 1720 u1 cmd; member 1922 gHandlerMap[i].cmd == pHeader->cmd) in dvmJdwpProcessRequest() 1925 gHandlerMap[i].descr, pHeader->cmdSet, pHeader->cmd, in dvmJdwpProcessRequest() 1933 pHeader->cmdSet, pHeader->cmd, dataLen, pHeader->id); in dvmJdwpProcessRequest()
|
/dalvik/opcode-gen/ |
D | opcode-gen.awk | 247 function readBytecodes(i, parts, line, cmd, status, count) { 265 cmd = parts[1]; 268 if (cmd == "op") { 270 } else if (cmd == "format") {
|
/dalvik/dx/etc/ |
D | dx.bat | 57 REM Note that when reading the input arguments with %1, the cmd.exe
|