Searched refs:packet (Results 276 - 300 of 1029) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DBytecodesTest.java70 CommandPacket packet = new CommandPacket(
73 packet.setNextValueAsClassID(classID);
74 packet.setNextValueAsMethodID(methodsInfo[i].getMethodID());
75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
H A DVariableTableTest.java60 CommandPacket packet = new CommandPacket(
63 packet.setNextValueAsClassID(classID);
64 packet.setNextValueAsMethodID(methodsInfo[i].getMethodID());
65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
H A DVariableTableWithGenericTest.java61 CommandPacket packet = new CommandPacket(
64 packet.setNextValueAsClassID(classID);
65 packet.setNextValueAsMethodID(methodsInfo[i].getMethodID());
66 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DSetValuesTest.java165 CommandPacket packet = new CommandPacket(
168 packet.setNextValueAsThreadID(threadID);
169 packet.setNextValueAsLong(frameID);
171 packet.setNextValueAsInt(varTags.length-2);
172 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot());
173 packet.setNextValueAsValue(new Value(false));
174 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot());
175 packet.setNextValueAsValue(new Value((int)12345));
177 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
183 packet
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DThreadGroupTest.java60 CommandPacket packet;
74 packet = new CommandPacket(
77 packet.setNextValueAsThreadID(threadID);
79 replyThread = debuggeeWrapper.vmMirror.performCommand(packet);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DHoldEventsTest.java65 CommandPacket packet = new CommandPacket(
69 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
86 packet = new CommandPacket(
89 debuggeeWrapper.vmMirror.performCommand(packet);
H A DReleaseEventsTest.java75 CommandPacket packet = new CommandPacket(
79 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
86 packet = new CommandPacket(
90 reply = debuggeeWrapper.vmMirror.performCommand(packet);
H A DAllThreadsTest.java60 CommandPacket packet = new CommandPacket(
64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
81 packet = new CommandPacket(
84 packet.setNextValueAsReferenceTypeID(threadID);
86 replyName = debuggeeWrapper.vmMirror.performCommand(packet);
118 CommandPacket packet = new CommandPacket(
122 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
141 packet = new CommandPacket(
144 packet.setNextValueAsReferenceTypeID(threadID);
146 replyName = debuggeeWrapper.vmMirror.performCommand(packet);
[all...]
/external/chromium_org/media/cast/net/pacing/
H A Dmock_paced_packet_sender.h22 MOCK_METHOD2(SendRtcpPacket, bool(unsigned int ssrc, PacketRef packet));
/external/chromium_org/media/cast/net/rtp/
H A Drtp_parser.h15 // module that handles all RTP/Cast packet serialization and deserialization
23 // Parses the |packet|, expecting an RTP header along with a Cast header at
26 // |payload_size| to the memory region within |packet| containing the Cast
30 bool ParsePacket(const uint8* packet,
/external/chromium_org/net/quic/
H A Dquic_time_wait_list_manager.h6 // packet and sending the clients a public reset packet with exponential
37 // public reset packet, a copy of the previously sent connection close packet,
38 // or nothing to the client which sent a packet with the connection_id in time
40 // connection/session will be created if a packet is received for this
54 // Henceforth, any packet bearing this connection_id should not be processed
57 // connection_ids. If NULL, a public reset packet is sent with the specified
68 // Called when a packet is received for a connection_id that is in time wait
69 // state. Sends a public reset packet t
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dmock_quic_dispatcher.h29 const QuicEncryptedPacket& packet));
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager.h6 // packet and sending the clients a public reset packet with exponential
41 // public reset packet, a copy of the previously sent connection close packet,
42 // or nothing to the client which sent a packet with the connection_id in time
44 // connection/session will be created if a packet is received for this
58 // Henceforth, any packet bearing this connection_id should not be processed
61 // connection_ids. If NULL, a public reset packet is sent with the specified
72 // Called when a packet is received for a connection_id that is in time wait
73 // state. Sends a public reset packet t
[all...]
/external/chromium_org/net/tools/quic/test_tools/
H A Dmock_quic_dispatcher.h31 const QuicEncryptedPacket& packet));
/external/chromium_org/remoting/protocol/
H A Dconnection_to_client_unittest.cc65 scoped_ptr<VideoPacket> packet(new VideoPacket());
66 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
84 scoped_ptr<VideoPacket> packet(new VideoPacket());
85 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
H A Dhost_video_dispatcher.h24 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.h38 virtual bool NextPacket(Packet* packet) = 0;
/external/eigen/Eigen/src/Core/
H A DNestByValue.h71 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::NestByValue
73 return m_expression.template packet<LoadMode>(row, col);
83 inline const PacketScalar packet(Index index) const function in class:Eigen::NestByValue
85 return m_expression.template packet<LoadMode>(index);
/external/iptables/include/linux/netfilter/
H A Dxt_statistic.h29 __u32 packet; member in struct:xt_statistic_info::__anon22608::__anon22610
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_statistic.h29 __u32 packet; member in struct:xt_statistic_info::__anon23235::__anon23237
/external/smack/src/org/jivesoftware/smack/
H A DRosterStorage.java5 import org.jivesoftware.smack.packet.RosterPacket;
/external/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageHeader.java23 import org.jivesoftware.smackx.packet.DiscoverItems;
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DFormNodeType.java16 import org.jivesoftware.smackx.pubsub.packet.PubSubNamespace;
/external/smack/src/org/jivesoftware/smackx/receipts/
H A DDeliveryReceiptRequest.java16 import org.jivesoftware.smack.packet.PacketExtension;
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus.cc74 // TODO(sergeyu): Figure out the right buffer size to use per packet instead
102 bool AudioEncoderOpus::ResetForPacket(AudioPacket* packet) { argument
103 if (packet->channels() != channels_ ||
104 packet->sampling_rate() != sampling_rate_) {
107 channels_ = packet->channels();
108 sampling_rate_ = packet->sampling_rate();
138 scoped_ptr<AudioPacket> packet) {
139 DCHECK_EQ(AudioPacket::ENCODING_RAW, packet->encoding());
140 DCHECK_EQ(1, packet->data_size());
141 DCHECK_EQ(kBytesPerSample, packet
137 Encode( scoped_ptr<AudioPacket> packet) argument
[all...]

Completed in 1596 milliseconds

<<11121314151617181920>>