Home
last modified time | relevance | path

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

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java99 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001()
100 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001()
102 packet.setNextValueAsByte((byte) 5); in testInvokeMethod001()
138 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001()
250 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002()
251 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002()
253 packet.setNextValueAsByte((byte) 5); in testInvokeMethod002()
293 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002()
388 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod003()
389 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003()
[all …]
DNewInstanceTest.java95 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001()
96 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001()
98 packet.setNextValueAsByte((byte) 5); in testNewInstance001()
137 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001()
286 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002()
287 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002()
289 packet.setNextValueAsByte((byte) 5); in testNewInstance002()
328 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002()
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()
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.java93 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod()
94 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod()
96 packet.setNextValueAsByte((byte) 5); in testInvokeMethod()
134 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java131 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_01()
132 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01()
134 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01()
138 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01()
266 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_02()
267 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_02()
269 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02()
273 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02()
380 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_03()
381 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_03()
[all …]
DSingleStepWithLocationTest.java103 setRequestCommand.setNextValueAsByte( in testSingleStepToLocation()
105 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepToLocation()
107 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation()
111 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
DSingleStepThroughReflectionTest.java89 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepIntoThroughReflection()
90 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepIntoThroughReflection()
92 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection()
96 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
DSingleStepTest.java129 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
130 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
132 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DCombinedEvents003Test.java132 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents003_01()
133 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents003_01()
135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01()
139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
DVMDeath002Test.java84 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()
85 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
DBreakpoint003Test.java104 packet.setNextValueAsByte(tag); in test()
/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.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()
DInvokeMethodDefault002Test.java60 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod()
61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod()
63 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
DInvokeMethodTest.java65 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in setEventRequest()
66 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in setEventRequest()
68 packet.setNextValueAsByte((byte) 5); in setEventRequest()
112 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in clearEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java95 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
96 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
98 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.java56 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethodStatic()
57 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethodStatic()
59 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
817 this.setNextValueAsByte(taggedObject.tag); in setNextValueAsTaggedObject()
987 this.setNextValueAsByte(location.tag); in setNextValueAsLocation()
1019 this.setNextValueAsByte(value.getTag()); in setNextValueAsValue()
1050 this.setNextValueAsByte(value.getByteValue()); in setNextValueAsUntaggedValue()
1140 this.setNextValueAsByte(array.getTag()); in setNextValueAsArrayRegion()
1150 this.setNextValueAsByte(array.getValue(i).getByteValue()); in setNextValueAsArrayRegion()
DVmMirror.java278 commandPacket.setNextValueAsByte(JDWPConstants.EventKind.BREAKPOINT); in clearBreakpoint()
1148 commandPacket.setNextValueAsByte(event.eventKind); in setEvent()
1150 commandPacket.setNextValueAsByte(event.suspendPolicy); in setEvent()
1157 commandPacket.setNextValueAsByte(eventModifier.modKind); in setEvent()
1584 commandPacket.setNextValueAsByte(eventKind); in clearEvent()
1952 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.java161 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testSetValues005_InvalidSlotError()
232 packet.setNextValueAsByte(tag); in examineGetValues()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/
DDDMTest.java74 packet.setNextValueAsByte(b); in makeCommand()

12