HomeSort by relevance Sort by last modified time
    Searched defs:packet (Results 151 - 175 of 551) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint003Test.java 81 CommandPacket packet = new CommandPacket( local
84 packet.setNextValueAsThreadID(eventThreadID);
85 packet.setNextValueAsInt(0); // start from frame 0
86 packet.setNextValueAsInt(1); // length of frames
87 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
97 packet = new CommandPacket(
100 packet.setNextValueAsThreadID(eventThreadID);
101 packet.setNextValueAsFrameID(frameID);
102 packet.setNextValueAsInt(1); // Get 1 value.
103 packet.setNextValueAsInt(0); // Slot 0
    [all...]
CombinedEventsTestCase.java 62 CommandPacket packet = new CommandPacket( local
65 packet.setNextValueAsClassID(classID);
66 packet.setNextValueAsMethodID(methodID);
67 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
101 CommandPacket packet = new CommandPacket( local
104 packet.setNextValueAsClassID(classID);
105 packet.setNextValueAsMethodID(methodID);
106 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
125 CommandPacket packet = new CommandPacket( local
128 packet.setNextValueAsClassID(classID)
149 CommandPacket packet = new CommandPacket( local
178 CommandPacket packet = new CommandPacket( local
    [all...]
ExceptionBaseTest.java 75 CommandPacket packet = new CommandPacket( local
78 packet.setNextValueAsThreadID(threadID);
79 packet.setNextValueAsInt(0);
80 packet.setNextValueAsInt(1);
81 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTest.java 53 CommandPacket packet = new CommandPacket( local
56 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY);
57 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
58 packet.setNextValueAsInt(1); // number of modifiers.
59 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier.
60 packet.setNextValueAsReferenceTypeID(debuggeeTypeID);
61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
105 packet = new CommandPacket(
108 packet.setNextValueAsInterfaceID(debuggeeInterfaceTypeID);
109 packet.setNextValueAsThreadID(targetThreadID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SourceDebugExtensionTest.java 165 CommandPacket packet = new CommandPacket( local
168 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 70 CommandPacket packet = new CommandPacket( local
73 packet.setNextValueAsThreadID(threadID);
75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
83 CommandPacket packet = new CommandPacket( local
86 packet.setNextValueAsThreadID(threadID);
87 packet.setNextValueAsInt(startFrame);
88 packet.setNextValueAsInt(length);
90 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
115 CommandPacket packet = new CommandPacket( local
119 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
133 CommandPacket packet = new CommandPacket( local
146 CommandPacket packet = new CommandPacket( local
156 CommandPacket packet = new CommandPacket( local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 430 CommandPacket packet = new CommandPacket( local
433 packet.setNextValueAsThreadID(threadID);
434 packet.setNextValueAsInt(startFrame);
435 packet.setNextValueAsInt(length);
436 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
OwnedMonitorsStackDepthInfoTest.java 42 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, local
44 packet.setNextValueAsThreadID(threadID);
46 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 132 CommandPacket packet = null; local
148 packet = new CommandPacket(
151 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
152 reply = debuggeeWrapper.vmMirror.performCommand(packet);
169 packet = new CommandPacket(
172 reply = debuggeeWrapper.vmMirror.performCommand(packet);
188 packet = new CommandPacket(
191 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
192 reply = debuggeeWrapper.vmMirror.performCommand(packet);
217 packet = new CommandPacket
    [all...]
SuspendCountTest.java 139 CommandPacket packet = new CommandPacket( local
142 packet.setNextValueAsThreadID(threadID);
143 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
161 packet = new CommandPacket(
164 packet.setNextValueAsThreadID(threadID);
165 reply = debuggeeWrapper.vmMirror.performCommand(packet);
176 packet = new CommandPacket(
179 packet.setNextValueAsThreadID(threadID);
180 reply = debuggeeWrapper.vmMirror.performCommand(packet);
194 packet = new CommandPacket
309 CommandPacket packet = new CommandPacket( local
    [all...]
ThreadGroup002Test.java 155 CommandPacket packet = null; local
172 packet = new CommandPacket(
175 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]);
176 reply = debuggeeWrapper.vmMirror.performCommand(packet);
190 packet = new CommandPacket(
193 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]);
195 reply = debuggeeWrapper.vmMirror.performCommand(packet);
235 packet = new CommandPacket(
238 packet.setNextValueAsThreadID(threadGroupID);
240 reply = debuggeeWrapper.vmMirror.performCommand(packet);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllClassesTest.java 61 CommandPacket packet = new CommandPacket( local
64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
125 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
133 CommandPacket packet = new CommandPacket( local
136 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
AllClassesWithGenericTest.java 62 CommandPacket packet = new CommandPacket( local
65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
130 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
138 CommandPacket packet = new CommandPacket( local
141 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
Resume002Test.java 101 CommandPacket packet = new CommandPacket( local
104 packet.setNextValueAsThreadID(eventThreadID);
106 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
120 CommandPacket packet = new CommandPacket( local
123 packet.setNextValueAsThreadID(eventThreadID);
125 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 238 CommandPacket packet = new CommandPacket( local
241 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
251 CommandPacket packet = new CommandPacket( local
254 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
363 CommandPacket packet = new CommandPacket( local
366 packet.setNextValueAsThreadID(threadInfo.threadId);
367 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 193 const rr::VertexPacket* packet = packets[packetNdx]; local
194 const tcu::Vec4 attribValue = rr::readVertexAttribFloat(inputs[attribNdx], packet->instanceNdx, packet->vertexNdx);
212 rr::VertexPacket* packet = packets[packetNdx]; local
214 packet->position[0] = access.component(0).asFloat(ndx);
215 packet->position[1] = access.component(1).asFloat(ndx);
216 packet->position[2] = access.component(2).asFloat(ndx);
217 packet->position[3] = access.component(3).asFloat(ndx);
234 rr::VertexPacket* const packet = packets[packetNdx]; member in class:deqp::gls::rr
235 float* const dst = packet->outputs[varNdx].getAccess<float>()
271 const rr::FragmentPacket& packet = packets[packetOffset+packetNdx]; local
    [all...]
  /external/eigen/Eigen/src/Core/
MapBase.h 133 inline PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::MapBase
141 inline PacketScalar packet(Index index) const function in class:Eigen::MapBase
  /external/libbrillo/brillo/streams/
fake_stream.cc 69 InputDataPacket packet; local
70 packet.data = std::move(data);
71 packet.delay_before = delay;
72 incoming_queue_.push(std::move(packet));
86 InputDataPacket packet; local
87 packet.data.assign(message.begin(), message.end());
88 packet.delay_before = delay;
89 packet.read_error = true;
90 incoming_queue_.push(std::move(packet));
103 OutputDataPacket packet; local
118 OutputDataPacket packet; local
136 OutputDataPacket packet; local
188 const InputDataPacket& packet = incoming_queue_.front(); local
253 const OutputDataPacket& packet = outgoing_queue_.front(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 49 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
57 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon30548
163 return CP_PACKET0(packet[id].start, packet[id].len - 1);
375 OUT_BATCH(CP_PACKET0(packet[0].start, 3));
592 /* Fill in the packet headers:
    [all...]
  /external/perfetto/src/tracing/core/
trace_buffer_unittest.cc 73 TracePacket packet; local
75 if (!trace_buffer_->ReadNextTracePacket(&packet, uid ? uid : &ignore))
77 for (const Slice& slice : packet.slices())
479 // Receive packet fragments for the sequence {1,1} in the chunk order {0,2,1}
541 // Set up a fragmented packet that happens to also have an empty chunk in the
562 // read as one packet.
743 // The only thing that can be read right now is the 1st packet of the 2nd
    [all...]
  /external/ppp/pppd/
demand.c 64 struct packet { struct
66 struct packet *next;
70 struct packet *pend_q;
71 struct packet *pend_qtail;
138 struct packet *pkt, *nextpkt;
265 * We apply the active_filter to see if we want this packet to
273 struct packet *pkt;
283 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
305 struct packet *pkt, *prev, *nextpkt
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 97 * packet -- a received PPPoE packet
99 * 1 if packet is for this PPPoE daemon; 0 otherwise.
101 * If we are using the Host-Unique tag, verifies that packet contains
105 packetIsForMe(PPPoEConnection *conn, PPPoEPacket *packet)
109 /* If packet is not directed to our MAC address, forget it */
110 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0;
112 /* If we're not using the Host-Unique tag, then accept the packet */
115 parsePacket(packet, parseForHostUniq, &forMe);
131 * Picks interesting tags out of a PADO packet
265 PPPoEPacket packet; local
352 PPPoEPacket packet; local
452 PPPoEPacket packet; local
545 PPPoEPacket packet; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_preboot.c 55 /** A cached DHCP packet */
66 * hold a DHCP packet; this is a flaw in the PXE spec.
68 BOOTPLAYER_t packet; member in union:pxe_cached_info
71 /** A PXE DHCP packet creator */
73 /** Create DHCP packet
76 * @v data Buffer for DHCP packet
77 * @v max_len Size of DHCP packet buffer
84 /** PXE DHCP packet creators */
98 * can't just use the temporary packet buffer. 4.5kB of base memory
163 /* Construct cached version of packet, if not already constructed. *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 12 // an STL list. The list is kept sorted at all times so that the next packet to
26 // Operator() returns true when |packet| goes before |new_packet|.
29 explicit NewTimestampIsLarger(const Packet* new_packet)
32 bool operator()(Packet* packet) {
33 return (*new_packet_ >= *packet);
37 const Packet* new_packet_;
57 int PacketBuffer::InsertPacket(Packet* packet) {
58 if (!packet || !packet->payload)
113 Packet* packet = packet_list->front(); local
190 Packet* packet = buffer_.front(); local
253 Packet* packet = (*it); local
    [all...]
payload_splitter.cc 20 // The method loops through a list of packets {A, B, C, ...}. Each packet is
23 // When the first packet in |packet_list| has been processed, the orignal packet
32 Packet* red_packet = (*it);
52 Packet* new_packet = new Packet;
89 // The block lengths in the RED headers do not match the overall packet
91 // payloads from this packet.
113 // Delete old packet payload.
116 // Remove |it| from the packet list. This operation effectively moves th
129 Packet* packet = (*it); \/\/ Just to make the notation more intuitive. local
224 Packet* packet = (*it); \/\/ Just to make the notation more intuitive. local
    [all...]

Completed in 442 milliseconds

1 2 3 4 5 67 8 91011>>