Home
last modified time | relevance | path

Searched refs:setNextValueAsByte (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java118 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 …]
DInvokeMethod003Test.java60 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()
DNewInstanceTest.java114 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()
DNewInstance002Test.java61 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()
DInvokeMethod002Test.java112 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/
DCombinedEventsTest.java132 .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 …]
DSingleStepWithLocationTest.java104 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()
DSingleStepThroughReflectionTest.java92 .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()
DSingleStepTest.java133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DCombinedEvents003Test.java133 .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()
DVMDeath002Test.java83 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/
DInvokeMethod002Test.java60 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()
DInvokeMethod003Test.java62 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()
DInvokeMethodDefaultTest.java58 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()
DInvokeMethodDefault002Test.java59 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()
DInvokeMethodTest.java63 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/
DSingleStepTest.java99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DVMDeathTest.java74 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/
DInvokeMethodTest.java59 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/
DPacket.java227 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()
DVmMirror.java336 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/
DGetValuesTest.java157 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testGetValues005_InvalidSlotError()
209 packet.setNextValueAsByte(tag); in examineGetValues()
DSetValuesTest.java160 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testSetValues005_InvalidSlotError()
231 packet.setNextValueAsByte(tag); in examineGetValues()
DJDWPStackFrameAccessTest.java443 packet.setNextValueAsByte(tag); in getVariableValue()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DRedefineClassesTest.java236 checkedCommand.setNextValueAsByte((byte)currentByte); in testRedefineClasses001()

12