Home
last modified time | relevance | path

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/
DSuspendCountTest.java143 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
165 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testSuspendCount001()
180 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
198 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001()
208 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
233 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001()
248 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
328 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
346 if ( ! checkReplyPacketWithoutFail(reply, "VirtualMachine.Resume command") ) { in testSuspendCount001()
358 … if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
DResumeTest.java152 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
192 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
221 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
232 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
297 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testResume001()
312 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
342 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
353 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
385 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
400 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
DThreadGroup002Test.java176 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testThreadGroup002()
195 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) { in testThreadGroup002()
240 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) { in testThreadGroup002()
DSuspendTest.java129 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testSuspend001()
140 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testSuspend001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java68 …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/
DLaunchedDebugger.java171 if (!checkReplyPacketWithoutFail(reply, "ThreadReference::FramesCommand command")) { in jdwpGetFrames()
192 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::ClassesBySignature command")) { in getClassIDBySignature()
233 if (!checkReplyPacketWithoutFail(reply, "ReferenceType::Methods command")) { in getMethodName()
DOnthrowLaunchDebugger001.java52 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) { in testDebugger002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java367 if (!checkReplyPacketWithoutFail(reply, "ThreadReference.Status command")) { in checkThreadStatus()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java637 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply, in checkReplyPacketWithoutFail() method in JDWPTestCase