/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 118 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001() 119 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001() 121 packet.setNextValueAsByte((byte) 5); in testInvokeMethod001() 157 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001() 269 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002() 270 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002() 272 packet.setNextValueAsByte((byte) 5); in testInvokeMethod002() 312 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002() 406 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod003() 407 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003() [all …]
|
D | InvokeMethod003Test.java | 60 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument() 61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument() 63 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_null_argument() 99 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 114 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001() 115 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001() 117 packet.setNextValueAsByte((byte) 5); in testNewInstance001() 156 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001() 325 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002() 326 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002() 328 packet.setNextValueAsByte((byte) 5); in testNewInstance002() 367 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002()
|
D | NewInstance002Test.java | 61 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance_null_argument() 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance_null_argument() 64 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testNewInstance_null_argument() 100 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 112 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 113 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 115 packet.setNextValueAsByte((byte) 5); in testInvokeMethod() 153 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTest.java | 132 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_01() 133 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01() 135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01() 139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01() 267 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_02() 268 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_02() 270 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02() 274 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02() 381 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_03() 382 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_03() [all …]
|
D | SingleStepWithLocationTest.java | 104 setRequestCommand.setNextValueAsByte( in testSingleStepToLocation() 106 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepToLocation() 108 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation() 112 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
|
D | SingleStepThroughReflectionTest.java | 92 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepIntoThroughReflection() 93 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepIntoThroughReflection() 95 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection() 99 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
|
D | SingleStepTest.java | 133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction() 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
D | CombinedEvents003Test.java | 133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents003_01() 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents003_01() 136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01() 140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
|
D | VMDeath002Test.java | 83 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest() 84 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethod002Test.java | 60 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument() 61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument() 63 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_null_argument() 99 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument()
|
D | InvokeMethod003Test.java | 62 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_toString() 63 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_toString() 65 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_toString() 101 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_toString()
|
D | InvokeMethodDefaultTest.java | 58 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 59 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 61 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
D | InvokeMethodDefault002Test.java | 59 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
D | InvokeMethodTest.java | 63 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in setEventRequest() 64 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in setEventRequest() 66 packet.setNextValueAsByte((byte) 5); in setEventRequest() 110 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in clearEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | SingleStepTest.java | 99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction() 100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
D | VMDeathTest.java | 74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest() 75 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 59 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethodStatic() 60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethodStatic() 62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethodStatic()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Packet.java | 227 public void setNextValueAsByte(byte val) { in setNextValueAsByte() method in Packet 801 this.setNextValueAsByte(taggedObject.tag); in setNextValueAsTaggedObject() 971 this.setNextValueAsByte(location.tag); in setNextValueAsLocation() 1003 this.setNextValueAsByte(value.getTag()); in setNextValueAsValue() 1034 this.setNextValueAsByte(value.getByteValue()); in setNextValueAsUntaggedValue() 1135 this.setNextValueAsByte(array.getTag()); in setNextValueAsArrayRegion() 1145 this.setNextValueAsByte(array.getValue(i).getByteValue()); in setNextValueAsArrayRegion()
|
D | VmMirror.java | 336 commandPacket.setNextValueAsByte(JDWPConstants.EventKind.BREAKPOINT); in clearBreakpoint() 1350 commandPacket.setNextValueAsByte(event.eventKind); in setEvent() 1352 commandPacket.setNextValueAsByte(event.suspendPolicy); in setEvent() 1359 commandPacket.setNextValueAsByte(event.mods[i].modKind); in setEvent() 1919 commandPacket.setNextValueAsByte(eventKind); in clearEvent() 2284 command.setNextValueAsByte(var.getTag()); in getFrameValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | GetValuesTest.java | 157 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testGetValues005_InvalidSlotError() 209 packet.setNextValueAsByte(tag); in examineGetValues()
|
D | SetValuesTest.java | 160 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testSetValues005_InvalidSlotError() 231 packet.setNextValueAsByte(tag); in examineGetValues()
|
D | JDWPStackFrameAccessTest.java | 443 packet.setNextValueAsByte(tag); in getVariableValue()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | RedefineClassesTest.java | 236 checkedCommand.setNextValueAsByte((byte)currentByte); in testRedefineClasses001()
|