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 | 143 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()
|
D | ResumeTest.java | 152 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()
|
D | ThreadGroup002Test.java | 176 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()
|
D | SuspendTest.java | 129 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/ |
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 | 171 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()
|
D | OnthrowLaunchDebugger001.java | 52 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 | 367 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 | 637 protected boolean checkReplyPacketWithoutFail(ReplyPacket reply, in checkReplyPacketWithoutFail() method in JDWPTestCase
|