| /external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
| MonitorPacket.java | 17 package org.jivesoftware.smackx.workgroup.packet; 19 import org.jivesoftware.smack.packet.IQ; 46 * Element name of the packet extension. 51 * Namespace of the packet extension. 80 * Packet extension provider for Monitor Packets. 89 MonitorPacket packet = new MonitorPacket(); local 99 packet.setMonitor(false); 102 packet.setMonitor(true); 110 return packet;
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldDatagramPacketTest.java | 35 DatagramPacket packet = new DatagramPacket(new byte[256], 256); 37 ss.receive(packet); 38 ss.send(packet); 49 DatagramPacket packet = new DatagramPacket(bytes, 6, InetAddress.getByName("localhost"), ss.getLocalPort()); local 50 cs.send(packet); 52 cs.receive(packet); 54 assertEquals(packet.getPort(), ss.getLocalPort());
|
| /bionic/libc/kernel/uapi/linux/ |
| pg.h | 30 char packet[12]; member in struct:pg_write_hdr
|
| /development/ndk/platforms/android-L/include/linux/ |
| pg.h | 30 char packet[12]; member in struct:pg_write_hdr
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
| OnthrowLaunchDebugger001.java | 46 CommandPacket packet = new CommandPacket( local 50 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
| NameTest.java | 56 CommandPacket packet; local 63 packet = new CommandPacket( 66 packet.setNextValueAsThreadID(threadID); 68 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| ParentTest.java | 57 CommandPacket packet; local 64 packet = new CommandPacket( 67 packet.setNextValueAsThreadID(threadID); 69 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 74 packet = new CommandPacket( 77 packet.setNextValueAsThreadID(groupID); 79 reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
| CapabilitiesNewTest.java | 84 * there are no extra data in the reply packet; 89 CommandPacket packet = new CommandPacket( local 93 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| CapabilitiesTest.java | 49 * there are no extra data in the reply packet; 54 CommandPacket packet = new CommandPacket( local 59 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| CreateStringTest.java | 56 CommandPacket packet = new CommandPacket( local 59 packet.setNextValueAsString(CHECKED_STRING); 62 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 67 packet = new CommandPacket( 70 packet.setNextValueAsObjectID(stringID); 73 reply = debuggeeWrapper.vmMirror.performCommand(packet);
|
| DisposeObjectsTest.java | 62 CommandPacket packet = new CommandPacket( local 65 packet.setNextValueAsString(CHECKED_STRING); 67 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); 74 packet = new CommandPacket( 77 packet.setNextValueAsInt(1); 78 packet.setNextValueAsObjectID(stringID); 79 packet.setNextValueAsInt(0); 80 reply = debuggeeWrapper.vmMirror.performCommand(packet); 86 packet = new CommandPacket( 89 packet.setNextValueAsObjectID(stringID) [all...] |
| DisposeTest.java | 55 CommandPacket packet = new CommandPacket( local 60 debuggeeWrapper.vmMirror.performCommand(packet); 66 packet = new CommandPacket( 70 debuggeeWrapper.vmMirror.performCommand(packet);
|
| ExitTest.java | 50 CommandPacket packet = new CommandPacket( local 53 packet.setNextValueAsInt(99); 55 debuggeeWrapper.vmMirror.performCommand(packet);
|
| /external/chromium_org/net/quic/crypto/ |
| crypto_framer_test.cc | 59 unsigned char packet[] = { local 92 test::CompareCharArraysWithHexError("constructed packet", data->data(), 93 data->length(), AsChars(packet), 94 arraysize(packet)); 103 unsigned char packet[] = { local 130 test::CompareCharArraysWithHexError("constructed packet", data->data(), 131 data->length(), AsChars(packet), 132 arraysize(packet)); 140 unsigned char packet[] = { local 157 test::CompareCharArraysWithHexError("constructed packet", data->data() 180 unsigned char packet[] = { local 220 unsigned char packet[] = { local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| sctputils_unittest.cc | 34 void VerifyOpenMessageFormat(const talk_base::Buffer& packet, 44 talk_base::ByteBuffer buffer(packet.data(), packet.length()); 87 talk_base::Buffer packet; local 88 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet)); 90 VerifyOpenMessageFormat(packet, label, config); 95 packet, &output_label, &output_config)); 111 talk_base::Buffer packet; local 112 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet)); 114 VerifyOpenMessageFormat(packet, label, config) 134 talk_base::Buffer packet; local 152 talk_base::Buffer packet; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
| lp_scene_queue.c | 92 struct scene_packet packet; local 95 packet.scene = NULL; 98 &packet.header, 99 sizeof packet / 4, 104 return packet.scene; 112 struct scene_packet packet; local 114 packet.header.dwords = sizeof packet / 4; 115 packet.header.data24 = 0; 116 packet.scene = scene [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
| RTPtimeshift.cc | 58 NETEQTEST_RTPpacket packet; local 59 int packLen = packet.readFromFile(inFile); 66 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp(); 73 SNdiff = startSN - packet.sequenceNumber(); 78 ATdiff = startTS - packet.time(); 85 packet.setTimeStamp(packet.timeStamp() + TSdiff); 86 packet.setSequenceNumber(packet.sequenceNumber() + SNdiff); 87 packet.setTime(packet.time() + ATdiff) [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/ |
| rtp_analyze.cc | 16 #include "webrtc/modules/audio_coding/neteq/tools/packet.h" 98 webrtc::scoped_ptr<webrtc::test::Packet> packet; local 100 packet.reset(file_source->NextPacket()); 101 if (!packet.get()) { 102 // This is probably an RTCP packet. Move on to the next one. 105 assert(packet.get()); 106 // Write packet data to file. 109 packet->header().sequenceNumber, 110 packet->header().timestamp [all...] |
| /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/ |
| rtp_to_text.cc | 31 " -t is an optional flag, if set only packet arrival time will be" 49 uint8_t* packet = packet_buffer; local 54 while (rtp_reader->NextPacket(packet, &packet_length, &time_ms) == 0) { 56 parser->Parse(packet, packet_length, &header);
|
| /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
| fec_receiver_impl.cc | 79 // Add to list without RED header, aka a virtual RTP packet 84 received_packet->pkt = new ForwardErrorCorrection::Packet; 116 // more than 2 blocks in packet not supported 122 // block length longer than packet 152 second_received_packet->pkt = new ForwardErrorCorrection::Packet; 212 // Send received media packet to VCM. 214 ForwardErrorCorrection::Packet* packet = local 217 if (!recovered_packet_callback_->OnRecoveredPacket(packet->data, 218 packet->length)) 235 ForwardErrorCorrection::Packet* packet = (*it)->pkt; local [all...] |
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
| packet_manipulator.cc | 48 uint8_t* packet = NULL; local 53 while ((nbr_bytes_to_read = packet_reader_->NextPacket(&packet)) > 0) { 54 // Check if we're currently in a packet loss burst that is not completed:
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/ |
| stream_generator.cc | 18 #include "webrtc/modules/video_coding/main/source/packet.h" 69 VCMPacket packet; local 70 packet.seqNum = sequence_number; 71 packet.timestamp = timestamp; 72 packet.frameType = type; 73 packet.isFirstPacket = first_packet; 74 packet.markerBit = marker_bit; 75 packet.sizeBytes = size; 76 packet.dataPtr = packet_buffer; 77 if (packet.isFirstPacket [all...] |
| /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
| vie_autotest_network.cc | 218 // Create a empty RTP packet. 219 unsigned char packet[3000]; local 220 memset(packet, 0, sizeof(packet)); 221 packet[0] = 0x80; // V=2, P=0, X=0, CC=0 222 packet[1] = 0x7C; // M=0, PT = 124 (I420) 224 // Create a empty RTCP app packet. 233 tbChannel.videoChannel, packet, 1500)); 238 tbChannel.videoChannel, packet, 1500)); 242 tbChannel.videoChannel, packet, 11)) [all...] |
| /external/deqp/framework/referencerenderer/ |
| rrVertexPacket.cpp | 21 * \brief Vertex packet and Vertex packet allocator 85 VertexPacket* packet = *--m_singleAllocPool.end(); local 87 return packet;
|
| /external/flac/libFLAC/ |
| ogg_encoder_aspect.c | 94 * packet. The packet is prefixed with 95 * + the one-byte packet type 0x7F 99 * - The first packet is flushed to the first page. 100 * - Each subsequent metadata block goes into its own packet. 101 * - Each metadata packet is flushed to page (this is not required, 104 * - Each subsequent FLAC audio frame goes into its own packet. 120 * Treat fLaC magic packet specially. We will note when we see it, then 121 * wait until we get the STREAMINFO and prepend it in that packet 124 ogg_packet packet; local [all...] |