Searched refs:WriteUInt16 (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc112 void WriteUInt16(uint16 data) { function in class:__anon5980::DataOutputStream
299 stream.WriteUInt16(version_needed);
300 stream.WriteUInt16(bit_flag);
301 stream.WriteUInt16(compression_method);
302 stream.WriteUInt16(mod_time);
303 stream.WriteUInt16(mod_date);
307 stream.WriteUInt16(name.length());
308 stream.WriteUInt16(fields.length());
316 stream.WriteUInt16(0x14); // Version made by. Unused at version 0.
317 stream.WriteUInt16(version_neede
[all...]
/external/chromium_org/net/quic/
H A Dquic_data_writer.cc41 bool QuicDataWriter::WriteUInt16(uint16 value) { function in class:net::QuicDataWriter
52 return WriteUInt32(lo) && WriteUInt16(hi);
102 if (!WriteUInt16(val.size())) {
H A Dquic_data_writer.h42 bool WriteUInt16(uint16 value);
H A Dquic_framer.cc1942 return writer->WriteUInt16(
1972 if (!writer->WriteUInt16(frame.data.TotalBufferSize())) {
2147 if (!writer->WriteUInt16(receive_window)) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils.cc179 buffer.WriteUInt16(priority);
181 buffer.WriteUInt16(static_cast<uint16>(label.length()));
182 buffer.WriteUInt16(static_cast<uint16>(config.protocol.length()));
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc60 buf->WriteUInt16(port);
61 buf->WriteUInt16(padding);
311 buffer.WriteUInt16(sequence);
374 buf.WriteUInt16(static_cast<uint16>(
376 buf.WriteUInt16(static_cast<uint16>(rtcp ? 0 : data_len));
H A Dtestutils.cc55 buf->WriteUInt16(sequence_number);
92 buf->WriteUInt16(length);
/external/chromium_org/content/common/
H A Dssl_status_serialization.cc29 pickle.WriteUInt16(iter->status);
H A Dchild_process_sandbox_support_impl_linux.cc86 request.WriteUInt16(pixel_size);
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h94 bool WriteUInt16(uint16 value) { function in class:net::SpdyFrameBuilder
H A Dspdy_frame_builder.cc71 success &= WriteUInt16(kControlFlagMask |
73 success &= WriteUInt16(
139 if (!WriteUInt16(static_cast<int>(value.size())))
H A Dspdy_framer.cc1176 frame->WriteUInt16(headers->size()); // Number of headers.
2436 builder.WriteUInt16(0); // Unused.
2538 builder.WriteUInt16(SpdyConstants::SerializeSettingId(protocol_version(),
2657 builder.WriteUInt16(0); // Unused.
2811 builder.WriteUInt16(altsvc.port());
3167 builder->WriteUInt16(name_value_block.size());
H A Dspdy_framer_test.cc872 frame.WriteUInt16(0); // Priority.
879 frame.WriteUInt16(2); // Number of headers.
913 frame.WriteUInt16(0); // Priority.
925 frame.WriteUInt16(1); // Number of headers.
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.h61 void WriteUInt16(uint16 val);
H A Dbytebuffer_unittest.cc64 buffer.WriteUInt16(1);
132 buffer.WriteUInt16(wu16);
193 buffer.WriteUInt16(wu16);
H A Dbytebuffer.cc150 void ByteBuffer::WriteUInt16(uint16 val) { function in class:rtc::ByteBuffer
H A Dsocketadapters.cc681 request.WriteUInt16(dest_.port()); // Destination Port
818 response.WriteUInt16(addr.port());
/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer.cc116 if (!writer.WriteUInt16(num_entries)) {
120 if (!writer.WriteUInt16(0)) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc378 buf->WriteUInt16(type_);
379 buf->WriteUInt16(length_);
385 buf->WriteUInt16((*attrs_)[i]->type());
386 buf->WriteUInt16(static_cast<uint16>((*attrs_)[i]->length()));
560 buf->WriteUInt16(address_.port());
643 buf->WriteUInt16(port() ^ (kStunMagicCookie >> 16));
877 buf->WriteUInt16((*attr_types_)[i]);
H A Dturnport.cc1155 buf.WriteUInt16(channel_id_);
1156 buf.WriteUInt16(static_cast<uint16>(size));
H A Dturnserver.cc870 buf.WriteUInt16(channel->id());
871 buf.WriteUInt16(static_cast<uint16>(size));
/external/chromium_org/net/http/
H A Dhttp_response_info.cc346 pickle->WriteUInt16(it->status);
355 pickle->WriteUInt16(socket_address.port());
/external/chromium_org/base/
H A Dpickle.h239 bool WriteUInt16(uint16 value) { function in class:Pickle
H A Dpickle_unittest.cc83 EXPECT_TRUE(pickle.WriteUInt16(testuint16));

Completed in 3281 milliseconds