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.java144 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
166 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testSuspendCount001()
181 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
199 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001()
209 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
234 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testSuspendCount001()
249 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
329 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
347 if ( ! checkReplyPacketWithoutFail(reply, "VirtualMachine.Resume command") ) { in testSuspendCount001()
359 … if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.SuspendCount command") ) { in testSuspendCount001()
DResumeTest.java153 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
193 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
222 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
233 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
298 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { in testResume001()
313 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
343 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
354 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
386 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { in testResume001()
401 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testResume001()
DThreadGroup002Test.java177 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { in testThreadGroup002()
196 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.ThreadGroup command") ) { in testThreadGroup002()
241 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()
240 if (!checkReplyPacketWithoutFail(reply, "ReferenceType::Methods command")) { in getMethodName()
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.java368 if (!checkReplyPacketWithoutFail(reply, "ThreadReference.Status command")) { in checkThreadStatus()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java687 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply, in checkReplyPacketWithoutFail() method in JDWPTestCase