Searched refs:WriteBytes (Results 26 - 50 of 85) sorted by relevance

1234

/external/chromium_org/base/
H A Dbig_endian.h87 bool WriteBytes(const void* buf, size_t len);
H A Dpickle.h261 // length. See also WriteBytes.
266 bool WriteBytes(const void* data, int length);
347 // Just like WriteBytes, but with a compile-time size, for performance.
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc86 pickle->WriteBytes(&profile, sizeof(profile));
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h100 size_t WriteBytes(const char* buf, size_t length);
/external/chromium_org/net/http/
H A Dhttp_vary_data.cc79 pickle->WriteBytes(&request_digest_, sizeof(request_digest_));
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.h83 bool WriteBytes(const base::FilePath& file_path,
H A Dfile_system_usage_cache.cc212 write_pickle.WriteBytes(kUsageFileHeader, kUsageFileHeaderSize);
217 if (!WriteBytes(usage_file_path,
262 bool FileSystemUsageCache::WriteBytes(const base::FilePath& file_path, function in class:storage::FileSystemUsageCache
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.h66 void WriteBytes(const char* val, size_t len);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor_browsertest.cc145 WriteBytes(extension, num_bytes, true);
151 WriteBytes(extension, num_bytes, false);
176 void WriteBytes(const Extension* extension, function in class:extensions::ExtensionStorageMonitorTest
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_response_builder.cc69 writer.WriteBytes(domain_name.data(), domain_name.size());
154 success = writer.WriteBytes(name_in_dns_format.data(),
160 writer.WriteBytes(iter->rdata.data(), iter->rdata.size());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc61 int32_t WritableFontData::WriteBytes(int32_t index, function in class:sfntly::WritableFontData
71 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) { function in class:sfntly::WritableFontData
73 return WriteBytes(index, &((*b)[0]), 0, b->size());
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp273 if (!WriteBytes(&MsgType, 4)) {
291 if (!WriteBytes(&TotalSize, 4)) {
300 if (!WriteBytes(SendData[I], Sizes[I])) {
/external/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc59 int32_t WritableFontData::WriteBytes(int32_t index, function in class:sfntly::WritableFontData
69 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) { function in class:sfntly::WritableFontData
71 return WriteBytes(index, &((*b)[0]), 0, b->size());
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc113 WriteBytes(&data, sizeof(data));
117 WriteBytes(&data, sizeof(data));
121 WriteBytes(data.c_str(), data.length());
124 void WriteBytes(const void* bytes, int size) { function in class:__anon5980::DataOutputStream
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc43 m->WriteBytes(p.name, sizeof(p.name));
/external/chromium_org/net/dns/
H A Ddns_query.cc38 writer.WriteBytes(qname.data(), qname.size());
H A Ddns_test_util.cc130 writer.WriteBytes(kIPv4Loopback, sizeof(kIPv4Loopback));
134 writer.WriteBytes(kIPv6Loopback, sizeof(kIPv6Loopback));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp13 static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data, size_t size) function
33 return ::WriteBytes(SeqStream, data, size);
160 void COutArchive::WriteBytes(const void *data, size_t size) function in class:NArchive::N7z::COutArchive
166 _outByte.WriteBytes(data, size);
170 _outByte2.WriteBytes(data, size);
295 WriteBytes(longID, idSize);
304 WriteBytes(coder.Props, propsSize);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc448 buf->WriteBytes(zeroes, 4 - remainder);
564 buf->WriteBytes(reinterpret_cast<char*>(&v4addr), sizeof(v4addr));
569 buf->WriteBytes(reinterpret_cast<char*>(&v6addr), sizeof(v6addr));
647 buf->WriteBytes(reinterpret_cast<const char*>(&v4addr), sizeof(v4addr));
652 buf->WriteBytes(reinterpret_cast<const char*>(&v6addr), sizeof(v6addr));
766 buf->WriteBytes(bytes_, length());
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp178 WriteBytes("", 16);
221 WriteBytes(Section.getSectionName(), 16);
222 WriteBytes(Section.getSegmentName(), 16);
441 WriteBytes(Option.c_str(), Option.size() + 1);
446 WriteBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
991 WriteBytes("", OffsetToAlignment(LOHRawSize, is64Bit() ? 8 : 4));
/external/chromium_org/net/quic/
H A Dquic_framer.cc458 if (!writer.WriteBytes(fec.redundancy.data(), fec.redundancy.length())) {
507 if (!writer.WriteBytes(reset_serialized.data(), reset_serialized.length())) {
796 if (!writer->WriteBytes(&first_fec_protected_packet_offset, 1)) {
1963 if (!writer->WriteBytes(&frame.stream_id, GetStreamIdSize(frame.stream_id))) {
1967 if (!writer->WriteBytes(&frame.offset, GetStreamOffsetSize(frame.offset))) {
2087 if (!writer->WriteBytes(&num_missing_ranges, 1)) {
2118 if (!writer->WriteBytes(&num_revived_packets, 1)) {
2137 if (!writer->WriteBytes(&frame.type, 1)) {
2170 if (!writer->WriteBytes(&num_received_packets, 1)) {
2197 if (!writer->WriteBytes(
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2319 builder.WriteBytes(data_ir.data().data(), data_ir.data().length());
2322 builder.WriteBytes(padding.data(), padding.length());
2330 builder.WriteBytes(data_ir.data().data(), data_ir.data().length());
2478 builder.WriteBytes(rst_stream.description().data(),
2536 builder.WriteBytes(&id_and_flags_wire, 4);
2593 builder.WriteBytes(goaway.description().data(),
2796 builder.WriteBytes(&hpack_encoding[0], hpack_encoding.size());
2814 builder.WriteBytes(altsvc.protocol_id().data(),
2817 builder.WriteBytes(altsvc.host().data(), altsvc.host().length());
2818 builder.WriteBytes(altsv
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc58 buf->WriteBytes(payload, sizeof(payload));
93 buf->WriteBytes(payload, sizeof(payload));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfont_data_test.cc193 wfd->WriteBytes(index, &(buffer[0]), 0, buffer.size());
206 wfd->WriteBytes(index, &(b[0]), index, sliding_size);
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc193 wfd->WriteBytes(index, &(buffer[0]), 0, buffer.size());
206 wfd->WriteBytes(index, &(b[0]), index, sliding_size);

Completed in 1276 milliseconds

1234