Home
last modified time | relevance | path

Searched refs:getNextValueAsInt (Results 1 – 25 of 136) sorted by relevance

123456

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DIDSizesTest.java59 int fieldIDSize = reply.getNextValueAsInt(); in testIDSizes001()
60 int methodIDSize = reply.getNextValueAsInt(); in testIDSizes001()
61 int objectIDSize = reply.getNextValueAsInt(); in testIDSizes001()
62 int referenceTypeIDSize = reply.getNextValueAsInt(); in testIDSizes001()
63 int frameIDSize = reply.getNextValueAsInt(); in testIDSizes001()
DAllThreadsTest.java73 int threads = reply.getNextValueAsInt(); in testAllThreads003()
90 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()
91 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads003()
132 int threads = reply.getNextValueAsInt(); in testAllThreads002()
150 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()
151 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads002()
203 int threads = reply.getNextValueAsInt(); in testAllThreads001()
DResume002Test.java84 int requestID = breakpointReply.getNextValueAsInt(); in installBreakpoint()
109 reply.getNextValueAsInt(); // 'threadStatus' unused in checkThreadSuspendStatus()
110 int suspendStatus = reply.getNextValueAsInt(); in checkThreadSuspendStatus()
128 int suspendCount = reply.getNextValueAsInt(); in checkThreadSuspendCount()
DSuspendTest.java71 int threads = reply.getNextValueAsInt(); in testSuspend001()
88 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
89 suspendStatus = replyName.getNextValueAsInt(); in testSuspend001()
DAllClassesTest.java71 int classes = reply.getNextValueAsInt(); in testAllClasses002()
80 status = reply.getNextValueAsInt(); in testAllClasses002()
147 int classes = reply.getNextValueAsInt(); in testAllClasses001()
170 status = reply.getNextValueAsInt(); in testAllClasses001()
DAllClassesWithGenericTest.java72 int classes = reply.getNextValueAsInt(); in testAllClassesWithGeneric002()
82 status = reply.getNextValueAsInt(); in testAllClassesWithGeneric002()
152 int classes = reply.getNextValueAsInt(); in testAllClassesWithGeneric001()
177 status = reply.getNextValueAsInt(); in testAllClassesWithGeneric001()
DTopLevelThreadGroupsTest.java65 int groups = reply.getNextValueAsInt(); in testTopLevelThreadGroups001()
101 int childThreads = replyChilds.getNextValueAsInt(); in printThreadGroup()
119 int childGroups = replyChilds.getNextValueAsInt(); in printThreadGroup()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethod002Test.java68 int classes = reply.getNextValueAsInt(); in testInvokeMethod()
73 int status = reply.getNextValueAsInt(); in testInvokeMethod()
93 int declared = reply.getNextValueAsInt(); in testInvokeMethod()
100 int modBits = reply.getNextValueAsInt(); in testInvokeMethod()
122 int requestID = reply.getNextValueAsInt(); in testInvokeMethod()
131 int events = event.getNextValueAsInt(); in testInvokeMethod()
136 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod()
189 int fieldsCount = reply.getNextValueAsInt(); in testInvokeMethod()
199 reply.getNextValueAsInt(); in testInvokeMethod()
230 int valuesCount = reply.getNextValueAsInt(); in testInvokeMethod()
DNewInstanceTest.java73 int classes = reply.getNextValueAsInt(); in testNewInstance001()
77 int status = reply.getNextValueAsInt(); in testNewInstance001()
95 int declared = reply.getNextValueAsInt(); in testNewInstance001()
102 int modBits = reply.getNextValueAsInt(); in testNewInstance001()
124 int requestID = reply.getNextValueAsInt(); in testNewInstance001()
134 int events = event.getNextValueAsInt(); in testNewInstance001()
139 int newRequestID = event.getNextValueAsInt(); in testNewInstance001()
282 int classes = reply.getNextValueAsInt(); in testNewInstance002()
287 int status = reply.getNextValueAsInt(); in testNewInstance002()
306 int declared = reply.getNextValueAsInt(); in testNewInstance002()
[all …]
DInvokeMethodTest.java75 int classes = reply.getNextValueAsInt(); in testInvokeMethod001()
80 int status = reply.getNextValueAsInt(); in testInvokeMethod001()
99 int declared = reply.getNextValueAsInt(); in testInvokeMethod001()
106 int modBits = reply.getNextValueAsInt(); in testInvokeMethod001()
127 int requestID = reply.getNextValueAsInt(); in testInvokeMethod001()
136 int events = event.getNextValueAsInt(); in testInvokeMethod001()
140 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod001()
279 int requestID = reply.getNextValueAsInt(); in testInvokeMethod002()
290 int events = event.getNextValueAsInt(); in testInvokeMethod002()
295 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod002()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java195 lineTableReply.getNextValueAsInt(); in setBreakpointAtMethodBegin()
206 return reply.getNextValueAsInt(); in setBreakpointAtMethodBegin()
225 event.getNextValueAsInt(); in waitForBreakpoint()
577 .getNextValueAsInt()); in adjustTypeLength()
581 .getNextValueAsInt()); in adjustTypeLength()
585 .getNextValueAsInt()); in adjustTypeLength()
589 .getNextValueAsInt()); in adjustTypeLength()
593 .getNextValueAsInt()); in adjustTypeLength()
633 classes = classReference.getNextValueAsInt(); in getTypeID()
638 classReference.getNextValueAsInt(); in getTypeID()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java100 int frameCount = reply.getNextValueAsInt(); in jdwpGetFrameCount()
115 int frames = reply.getNextValueAsInt(); in jdwpGetFrames()
135 reply.getNextValueAsInt(); in jdwpGetVariableTable()
136 int varNumber = reply.getNextValueAsInt(); in jdwpGetVariableTable()
143 reply.getNextValueAsInt(); in jdwpGetVariableTable()
145 int slot = reply.getNextValueAsInt(); in jdwpGetVariableTable()
159 int frames = reply.getNextValueAsInt(); in jdwpGetAllThreads()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DResumeTest.java98 int threads = allThreadIDReply.getNextValueAsInt(); in testResume001()
198 int threadStatus = reply.getNextValueAsInt(); in testResume001()
199 int suspendStatus = reply.getNextValueAsInt(); in testResume001()
238 threadStatus = reply.getNextValueAsInt(); in testResume001()
239 suspendStatus = reply.getNextValueAsInt(); in testResume001()
318 int threadStatus = reply.getNextValueAsInt(); in testResume001()
319 int suspendStatus = reply.getNextValueAsInt(); in testResume001()
359 threadStatus = reply.getNextValueAsInt(); in testResume001()
360 suspendStatus = reply.getNextValueAsInt(); in testResume001()
406 threadStatus = reply.getNextValueAsInt(); in testResume001()
[all …]
DStatusTest.java76 int threadStatus = reply.getNextValueAsInt(); in testStatus002()
77 int suspendStatus = reply.getNextValueAsInt(); in testStatus002()
133 int threadStatus = reply.getNextValueAsInt(); in testStatus001()
134 int suspendStatus = reply.getNextValueAsInt(); in testStatus001()
DSuspendCountTest.java102 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspendCount001()
147 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
184 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
212 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
253 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
333 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
363 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java214 int methods = reply.getNextValueAsInt(); in getMethodID()
219 reply.getNextValueAsInt(); // method modifiers in getMethodID()
245 int methods = reply.getNextValueAsInt(); in getMethodID()
250 reply.getNextValueAsInt(); // method modifiers in getMethodID()
293 int methods = reply.getNextValueAsInt(); in getMethodName()
298 reply.getNextValueAsInt(); in getMethodName()
338 int classes = reply.getNextValueAsInt(); in getClassIDBySignature()
344 reply.getNextValueAsInt(); in getClassIDBySignature()
367 int classes = reply.getNextValueAsInt(); in getReferenceTypeID()
373 int status = reply.getNextValueAsInt(); in getReferenceTypeID()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DLengthTest.java64 int declared = reply.getNextValueAsInt(); in testLength001()
69 reply.getNextValueAsInt(); in testLength001()
99 int values = reply.getNextValueAsInt(); in checkArrayLength()
116 int returnedLength = reply.getNextValueAsInt(); in checkArrayLength()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DMonitorInfoTest.java91 int returnedValuesNumber = getValuesReply.getNextValueAsInt(); in testMonitorInfo001()
153 int monitorEntryCount = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
165 int monitorWaiters = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
221 monitorEntryCount = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
234 monitorWaiters = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
DInvokeMethod003Test.java71 int requestID = reply.getNextValueAsInt(); in testInvokeMethod_toString()
80 int events = event.getNextValueAsInt(); in testInvokeMethod_toString()
84 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod_toString()
121 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_toString()
DInvokeMethod002Test.java69 int requestID = reply.getNextValueAsInt(); in testInvokeMethod_null_argument()
78 int events = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
82 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
119 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_null_argument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
DLaunchedDebugger.java180 int frames = reply.getNextValueAsInt(); in jdwpGetFrames()
201 int classes = reply.getNextValueAsInt(); in getClassIDBySignature()
207 reply.getNextValueAsInt(); in getClassIDBySignature()
243 int methods = reply.getNextValueAsInt(); in getMethodName()
248 reply.getNextValueAsInt(); in getMethodName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java116 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01()
124 int methodEntryRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01()
146 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_01()
251 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02()
259 int methodExitRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02()
281 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_02()
373 int methodEntryRequestID = reply.getNextValueAsInt(); in testCombinedEvents_03()
395 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_03()
500 int methodExitRequestID = reply.getNextValueAsInt(); in testCombinedEvents_04()
522 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_04()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java79 int classes = reply.getNextValueAsInt(); in testNewInstance001()
87 int status = reply.getNextValueAsInt(); in testNewInstance001()
128 int arrayLength = reply.getNextValueAsInt(); in testNewInstance001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DLineTableTest.java63 int lines = reply.getNextValueAsInt(); in testLineTableTest001()
69 int lineNumber = reply.getNextValueAsInt(); in testLineTableTest001()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java555 int lines = reply.getNextValueAsInt();
560 int currentLineNumber = reply.getNextValueAsInt();
615 int valuesCount = replyPacket.getNextValueAsInt();
642 int valuesCount = replyPacket.getNextValueAsInt();
676 int methods = reply.getNextValueAsInt();
683 reply.getNextValueAsInt(); // skip modifiers
822 int number = replyPacket.getNextValueAsInt();
857 int classPrepareRequestId = replyPacket.getNextValueAsInt();
873 int breakpointId = replyPacket.getNextValueAsInt();
907 int methodsCount = replyPacket.getNextValueAsInt();
[all …]

123456