Home
last modified time | relevance | path

Searched refs:CommandPacket (Results 1 – 25 of 189) sorted by relevance

12345678

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java35 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
218 CommandPacket event = null; in waitForBreakpoint()
266 CommandPacket commandPacket = new CommandPacket(); in clearBreakpoint()
295 CommandPacket commandPacket = new CommandPacket(); in ClearAllBreakpoints()
320 CommandPacket commandPacket = new CommandPacket(); in capabilities()
488 CommandPacket commandPacket = new CommandPacket( in resume()
501 CommandPacket commandPacket = new CommandPacket( in resumeThread()
515 CommandPacket commandPacket = new CommandPacket( in suspend()
528 CommandPacket commandPacket = new CommandPacket( in suspendThread()
543 CommandPacket commandPacket = new CommandPacket(); in dispose()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
70 CommandPacket packet = new CommandPacket( in jdwpGetFrameCount()
83 CommandPacket packet = new CommandPacket( in jdwpGetFrames()
115 CommandPacket packet = new CommandPacket( in jdwpGetAllThreads()
133 CommandPacket packet = new CommandPacket( in jdwpGetThreadName()
146 CommandPacket packet = new CommandPacket( in jdwpSuspendThread()
156 CommandPacket packet = new CommandPacket( in jdwpResumeThread()
166 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames()
DSetValuesTest.java27 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
67 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError()
87 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError()
112 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError()
155 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError()
199 CommandPacket packet = new CommandPacket( in examineGetValues()
217 packet = new CommandPacket( in examineGetValues()
DGetValuesTest.java27 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
65 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues002_InvalidObjectError()
85 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues003_ThreadNotSuspendedError()
110 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues004_InvalidFrameIDError()
151 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues005_InvalidSlotError()
194 CommandPacket packet = new CommandPacket( in examineGetValues()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DClassLoaderTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
87 CommandPacket stringInstanceCommand = new CommandPacket( in testClassLoader003()
99 CommandPacket classLoaderCommand = new CommandPacket( in testClassLoader003()
123 CommandPacket classLoaderCommand = new CommandPacket( in classLoaderTest()
159 CommandPacket refTypeCommand = new CommandPacket( in isClassLoader()
175 CommandPacket superclassCommand = new CommandPacket( in isClassLoader()
DClassObjectTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
75 CommandPacket checkedCommand = new CommandPacket( in testClassObject001()
88 CommandPacket referenceTypeCommand = new CommandPacket( in testClassObject001()
107 CommandPacket signatureCommand = new CommandPacket( in testClassObject001()
126 CommandPacket classLoaderCommand = new CommandPacket( in testClassObject001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
191 CommandPacket command = new CommandPacket( in getObjectReferenceType()
241 CommandPacket lineTableCommand = new CommandPacket( in getLineTable()
270 CommandPacket command = new CommandPacket( in getClassSignature()
289 CommandPacket packet = new CommandPacket( in getClassIDBySignature()
318 CommandPacket packet = new CommandPacket( in getReferenceTypeID()
344 CommandPacket packet = new CommandPacket( in resumeDebuggee()
361 CommandPacket packet = new CommandPacket( in createString()
379 CommandPacket packet = new CommandPacket( in getStringValue()
556 CommandPacket commandPacket = new CommandPacket( in checkThreadState()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
66 CommandPacket packet = new CommandPacket( in testNewInstance001()
92 packet = new CommandPacket( in testNewInstance001()
111 CommandPacket event = debuggeeWrapper.vmMirror in testNewInstance001()
134 packet = new CommandPacket( in testNewInstance001()
144 packet = new CommandPacket( in testNewInstance001()
176 packet = new CommandPacket( in testNewInstance001()
195 packet = new CommandPacket( in testNewInstance001()
232 packet = new CommandPacket( in testNewInstance001()
254 CommandPacket packet = new CommandPacket( in testNewInstance002()
[all …]
DInvokeMethodTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
68 CommandPacket packet = new CommandPacket( in testInvokeMethod001()
96 packet = new CommandPacket( in testInvokeMethod001()
114 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod001()
135 packet = new CommandPacket( in testInvokeMethod001()
145 packet = new CommandPacket( in testInvokeMethod001()
175 packet = new CommandPacket( in testInvokeMethod001()
203 packet = new CommandPacket( in testInvokeMethod001()
247 CommandPacket packet = new CommandPacket( in testInvokeMethod002()
267 CommandPacket event = debuggeeWrapper.vmMirror in testInvokeMethod002()
[all …]
DSetValues002Test.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
62 CommandPacket classesBySignatureCommand = new CommandPacket( in testSetValues002()
93 CommandPacket getValuesCommand = new CommandPacket( in testSetValues002()
125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
82 CommandPacket getValuesCommand = new CommandPacket( in testIsCollected001()
131 CommandPacket disableCollectionCommand = new CommandPacket( in testIsCollected001()
153 CommandPacket checkedCommand = new CommandPacket( in testIsCollected001()
197 checkedCommand = new CommandPacket( in testIsCollected001()
257 CommandPacket command = new CommandPacket( in testIsCollected_invalid()
280 CommandPacket command = new CommandPacket( in testIsCollected_null()
DEnableCollectionTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
80 CommandPacket getValuesCommand = new CommandPacket( in testEnableCollection001()
109 CommandPacket disableCollectionCommand = new CommandPacket( in testEnableCollection001()
121 CommandPacket checkedCommand = new CommandPacket( in testEnableCollection001()
185 CommandPacket command = new CommandPacket( in enableCollection()
DReferringObjectsTest.java21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
113 CommandPacket InstancesCommand = new CommandPacket( in DoTestReferringObjects()
131 CommandPacket ReferringObjectsCommand = new CommandPacket( in DoTestReferringObjects()
190 CommandPacket InstancesCommand = new CommandPacket( in testReferringObjects_IllegalArgument()
208 CommandPacket ReferringObjectsCommand = new CommandPacket( in testReferringObjects_IllegalArgument()
DInvokeMethodTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
62 CommandPacket packet = new CommandPacket( in setEventRequest()
84 CommandPacket event = debuggeeWrapper.vmMirror in waitEvent()
109 CommandPacket packet = new CommandPacket( in clearEvent()
122 CommandPacket packet = new CommandPacket( in makeNewInstance()
203 CommandPacket packet = new CommandPacket( in testInvokeMethod001()
237 packet = new CommandPacket( in testInvokeMethod001()
318 CommandPacket packet = new CommandPacket( in testInvokeMethod002()
353 packet = new CommandPacket( in testInvokeMethod002()
DReferenceTypeTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
66 CommandPacket classesBySignatureCommand = new CommandPacket( in testReferenceType001()
100 CommandPacket getValuesCommand = new CommandPacket( in testReferenceType001()
158 CommandPacket checkedCommand = new CommandPacket( in testReferenceType001()
185 CommandPacket signatureCommand = new CommandPacket( in testReferenceType001()
DMonitorInfoTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
79 CommandPacket getValuesCommand = new CommandPacket( in testMonitorInfo001()
107 CommandPacket suspendCommand = new CommandPacket( in testMonitorInfo001()
118 CommandPacket checkedCommand = new CommandPacket( in testMonitorInfo001()
189 suspendCommand = new CommandPacket( in testMonitorInfo001()
200 checkedCommand = new CommandPacket( in testMonitorInfo001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
42 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
78 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo()
121 CommandPacket monitorInfoPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo()
161 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo_Unsuspended()
DSuspendCountTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
137 CommandPacket packet = new CommandPacket( in testSuspendCount001()
159 packet = new CommandPacket( in testSuspendCount001()
174 packet = new CommandPacket( in testSuspendCount001()
192 packet = new CommandPacket( in testSuspendCount001()
202 packet = new CommandPacket( in testSuspendCount001()
227 packet = new CommandPacket( in testSuspendCount001()
242 packet = new CommandPacket( in testSuspendCount001()
307 CommandPacket packet = new CommandPacket( in testSuspendCount001()
322 packet = new CommandPacket( in testSuspendCount001()
[all …]
DResumeTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
130 CommandPacket packet = null; in testResume001()
146 packet = new CommandPacket( in testResume001()
167 packet = new CommandPacket( in testResume001()
186 packet = new CommandPacket( in testResume001()
215 packet = new CommandPacket( in testResume001()
226 packet = new CommandPacket( in testResume001()
252 packet = new CommandPacket( in testResume001()
291 packet = new CommandPacket( in testResume001()
306 packet = new CommandPacket( in testResume001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
59 CommandPacket packet = new CommandPacket( in testTopLevelThreadGroups001()
83 CommandPacket packet = new CommandPacket( in printThreadGroup()
94 packet = new CommandPacket( in printThreadGroup()
108 packet = new CommandPacket( in printThreadGroup()
126 packet = new CommandPacket( in printThreadGroup()
DDisposeObjectsTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
63 CommandPacket packet = new CommandPacket( in testDisposeObjects001()
75 packet = new CommandPacket( in testDisposeObjects001()
87 packet = new CommandPacket( in testDisposeObjects001()
102 packet = new CommandPacket( in testDisposeObjects001()
114 packet = new CommandPacket( in testDisposeObjects001()
DAllThreadsTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
61 CommandPacket packet = new CommandPacket( in testAllThreads003()
82 packet = new CommandPacket( in testAllThreads003()
119 CommandPacket packet = new CommandPacket( in testAllThreads002()
142 packet = new CommandPacket( in testAllThreads002()
192 CommandPacket packet = new CommandPacket( in testAllThreads001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
62 CommandPacket packet = new CommandPacket( in printMethodLineTable()
101 CommandPacket packet = new CommandPacket( in getMethodStartCodeIndex()
125 CommandPacket packet = new CommandPacket( in getMethodEndCodeIndex()
149 CommandPacket packet = new CommandPacket( in getMethodEntryLocation()
178 CommandPacket packet = new CommandPacket( in getMethodEndLocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValues002Test.java29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
66 CommandPacket classesBySignatureCommand = new CommandPacket( in testSetValues002()
94 CommandPacket getValuesCommand = new CommandPacket( in testSetValues002()
125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002()
/external/pigweed/pw_bluetooth_hci/
Dpacket_test.cc29 CommandPacket::kHeaderSizeBytes,
42 const CommandPacket packet(0u, ConstByteSpan()); in TEST_F()
45 {packet_buffer_.data(), CommandPacket::kHeaderSizeBytes - 1}); in TEST_F()
50 EXPECT_FALSE(CommandPacket::Decode( in TEST_F()
51 {packet_buffer_.data(), CommandPacket::kHeaderSizeBytes - 1}) in TEST_F()
61 const CommandPacket packet(kOpcode, ConstByteSpan()); in TEST_F()
63 EXPECT_EQ(packet.size_bytes(), CommandPacket::kHeaderSizeBytes); in TEST_F()
72 constexpr std::array<const std::byte, CommandPacket::kHeaderSizeBytes> in TEST_F()
79 std::optional<CommandPacket> possible_packet = in TEST_F()
80 CommandPacket::Decode(encoded_packet); in TEST_F()
[all …]

12345678