Searched refs:cmd (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpHandler.h32 u1 cmd; member in struct:JdwpReqHeader
H A DJdwpSocket.cpp550 u1 flags, cmdSet, cmd;
555 cmd = cmdSet = 0xcc;
566 cmd = read1(&buf);
571 ALOGV("--- %s: dataLen=%u id=0x%08x flags=0x%02x cmd=%d/%d",
573 dataLen, id, flags, cmdSet, cmd);
588 u1 flags, cmdSet, cmd; local
593 cmd = cmdSet = 0; // shut up gcc
606 cmd = read1(&buf);
618 hdr.cmd = cmd;
[all...]
H A DJdwpAdb.cpp432 u1 flags, cmdSet, cmd; local
437 cmd = cmdSet = 0; // shut up gcc
448 cmd = read1(&buf);
460 hdr.cmd = cmd;
471 ALOGW("No reply created for set=%d cmd=%d", cmdSet, cmd);
H A DJdwpHandler.cpp1719 u1 cmd;
1921 gHandlerMap[i].cmd == pHeader->cmd)
1923 ALOGV("REQ: %s (cmd=%d/%d dataLen=%d id=0x%06x)",
1924 gHandlerMap[i].descr, pHeader->cmdSet, pHeader->cmd,
1931 ALOGE("REQ: UNSUPPORTED (cmd=%d/%d dataLen=%d id=0x%06x)",
1932 pHeader->cmdSet, pHeader->cmd, dataLen, pHeader->id);
/dalvik/opcode-gen/
H A Dopcode-gen.awk247 function readBytecodes(i, parts, line, cmd, status, count) {
248 # locals: parts, line, cmd, status, count
265 cmd = parts[1];
268 if (cmd == "op") {
270 } else if (cmd == "format") {
/dalvik/dx/etc/
H A Ddx.bat56 REM Note that when reading the input arguments with %1, the cmd.exe

Completed in 126 milliseconds