Searched refs:checkReplyPacketWithoutFail (Results 1 – 9 of 9) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 142 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001() 164 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testSuspendCount001() 179 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001() 197 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001() 207 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001() 232 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001() 247 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001() 327 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001() 345 if ( ! checkReplyPacketWithoutFail(reply, "VirtualMachine.Resume command") ) { in testSuspendCount001() 357 … if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
|
D | ResumeTest.java | 151 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001() 191 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001() 220 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001() 231 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001() 296 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testResume001() 311 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001() 341 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001() 352 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001() 384 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001() 399 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
|
D | ThreadGroup002Test.java | 175 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testThreadGroup002() 194 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) { in testThreadGroup002() 239 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) { in testThreadGroup002()
|
D | SuspendTest.java | 130 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testSuspend001() 141 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testSuspend001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTestCase.java | 68 …if ( ! checkReplyPacketWithoutFail(lineTableReply, "printMethodLineTable(): Method.LineTable comm… in printMethodLineTable() 107 if ( ! checkReplyPacketWithoutFail in getMethodStartCodeIndex() 131 if ( ! checkReplyPacketWithoutFail in getMethodEndCodeIndex() 155 if ( ! checkReplyPacketWithoutFail in getMethodEntryLocation() 184 if ( ! checkReplyPacketWithoutFail in getMethodEndLocation()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
D | LaunchedDebugger.java | 176 if (!checkReplyPacketWithoutFail(reply, "ThreadReference::FramesCommand command")) { in jdwpGetFrames() 198 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::ClassesBySignature command")) { in getClassIDBySignature()
|
D | OnthrowLaunchDebugger001.java | 54 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) { in testDebugger002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ResumeTest.java | 365 if (!checkReplyPacketWithoutFail(reply, "ThreadReference.Status command")) { in checkThreadStatus()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 632 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply, in checkReplyPacketWithoutFail() method in JDWPTestCase
|