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.java142 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()
DResumeTest.java151 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()
DThreadGroup002Test.java175 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()
DSuspendTest.java130 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/
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.java176 if (!checkReplyPacketWithoutFail(reply, "ThreadReference::FramesCommand command")) { in jdwpGetFrames()
198 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::ClassesBySignature command")) { in getClassIDBySignature()
DOnthrowLaunchDebugger001.java54 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::Version command")) { in testDebugger002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java365 if (!checkReplyPacketWithoutFail(reply, "ThreadReference.Status command")) { in checkThreadStatus()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java632 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply, in checkReplyPacketWithoutFail() method in JDWPTestCase