Home
last modified time | relevance | path

Searched defs:commandSet (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DCommandPacket.java50 public CommandPacket(byte commandSet, byte command) { in CommandPacket()
100 public void setCommand(byte commandSet, byte command) { in setCommand()
/external/oj-libjdwp/src/share/back/
DoutStream.c57 jbyte flags, jbyte commandSet, jbyte command) in outStream_initCommand()