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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendCountTest.java 143 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) {
165 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) {
180 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) {
198 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
208 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) {
233 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
248 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) {
328 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) {
346 if ( ! checkReplyPacketWithoutFail(reply, "VirtualMachine.Resume command") ) {
358 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") )
    [all...]
ResumeTest.java 152 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
192 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
221 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
232 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
297 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) {
312 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
342 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
353 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
385 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) {
400 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") )
    [all...]
SuspendTest.java 129 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) {
140 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
ThreadGroup002Test.java 176 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) {
195 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) {
240 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowLaunchDebugger001.java 52 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) {
LaunchedDebugger.java 171 if (!checkReplyPacketWithoutFail(reply, "ThreadReference::FramesCommand command")) {
192 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::ClassesBySignature command")) {
233 if (!checkReplyPacketWithoutFail(reply, "ReferenceType::Methods command")) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 68 if ( ! checkReplyPacketWithoutFail(lineTableReply, "printMethodLineTable(): Method.LineTable command") ) {
107 if ( ! checkReplyPacketWithoutFail
131 if ( ! checkReplyPacketWithoutFail
155 if ( ! checkReplyPacketWithoutFail
184 if ( ! checkReplyPacketWithoutFail
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeTest.java 367 if (!checkReplyPacketWithoutFail(reply, "ThreadReference.Status command")) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 637 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply,
    [all...]

Completed in 1245 milliseconds