Home
last modified time | relevance | path

Searched refs:getNextValueAsLocation (Results 1 – 23 of 23) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java117 this.location = packet.getNextValueAsLocation(); in EventThreadLocation()
146 this.location = packet.getNextValueAsLocation(); in EventThreadMonitor()
365 catchLocation = packet.getNextValueAsLocation(); in Event_EXCEPTION()
DPacket.java1000 public Location getNextValueAsLocation() { in getNextValueAsLocation() method in Packet
DVmMirror.java1855 frame.setLocation(reply.getNextValueAsLocation()); in getAllThreadFrames()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java123 event.getNextValueAsLocation(); in testInvokeMethod001()
278 event.getNextValueAsLocation(); in testInvokeMethod002()
416 event.getNextValueAsLocation(); in testInvokeMethod003()
DNewInstanceTest.java122 event.getNextValueAsLocation(); in testNewInstance001()
313 event.getNextValueAsLocation(); in testNewInstance002()
DInvokeMethod003Test.java84 event.getNextValueAsLocation(); in testInvokeMethod_null_argument()
DNewInstance002Test.java85 event.getNextValueAsLocation(); in testNewInstance_null_argument()
DInvokeMethod002Test.java119 event.getNextValueAsLocation(); in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodAfterMultipleThreadSuspensionTest.java47 replyPacket.getNextValueAsLocation(); // consume 'location' in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java45 replyPacket.getNextValueAsLocation(); // consume 'location' in buildInvokeCommand()
DInvokeMethodDefaultTest.java84 event.getNextValueAsLocation(); in testInvokeMethod()
DInvokeMethodDefault002Test.java84 event.getNextValueAsLocation(); // location in testInvokeMethod()
DInvokeMethod002Test.java84 event.getNextValueAsLocation(); in testInvokeMethod_null_argument()
DInvokeMethod003Test.java86 event.getNextValueAsLocation(); in testInvokeMethod_toString()
DInvokeMethodTest.java95 event.getNextValueAsLocation(); in waitEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPProxyTestCase.java89 Location location = reply.getNextValueAsLocation(); in getFirstProxyFrameId()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionBaseTest.java89 return reply.getNextValueAsLocation(); in getTopFrameLocation()
DBreakpoint003Test.java92 Location location = reply.getNextValueAsLocation(); in test()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierTest.java260 Location currentFrameLocation = reply.getNextValueAsLocation(); in checkThisObject()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java80 event.getNextValueAsLocation(); in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java97 Location location = reply.getNextValueAsLocation(); in jdwpGetFrames()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
DLaunchedDebugger.java184 Location location = reply.getNextValueAsLocation(); in jdwpGetFrames()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java449 loc = reply.getNextValueAsLocation(); in getFrames()