Searched defs:Write (Results 276 - 300 of 326) sorted by relevance

<<11121314

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapter_unittest.cc146 // Write to the outgoing FifoBuffer
149 return out_->Write(data, data_len, written, error);
153 virtual talk_base::StreamResult Write(const void* data, size_t data_len,
449 send_stream_.Write(&ch, 1, NULL, NULL);
484 rv = client_ssl_->Write(block, tosend, &sent, 0);
528 recv_stream_.Write(buffer, bread, NULL, NULL);
558 int rv = client_ssl_->Write(packet, packet_size_, &sent, 0);
635 talk_base::StreamResult SSLDummyStream::Write(const void* data, size_t data_len, function in class:SSLDummyStream
672 rv = client_ssl_->Write(block, sizeof(block), &dummy, NULL);
703 rv = client_ssl_->Write(bloc
[all...]
H A Dstream.cc63 result = Write(static_cast<const char*>(data) + total_written,
203 StreamResult StreamTap::Write(const void* data, size_t data_len, function in class:talk_base::StreamTap
209 StreamResult res = StreamAdapterInterface::Write(data, data_len,
320 StreamResult NullStream::Write(const void* data, size_t data_len, function in class:talk_base::NullStream
412 StreamResult FileStream::Write(const void* data, size_t data_len, function in class:talk_base::FileStream
560 StreamResult AsyncWriteStream::Write(const void* data, size_t data_len, function in class:talk_base::AsyncWriteStream
677 StreamResult MemoryStreamBase::Write(const void* buffer, size_t bytes, function in class:talk_base::MemoryStreamBase
897 StreamResult FifoBuffer::Write(const void* buffer, size_t bytes, function in class:talk_base::FifoBuffer
1056 StreamResult LoggingAdapter::Write(const void* data, size_t data_len, function in class:talk_base::LoggingAdapter
1060 StreamResult result = StreamAdapterInterface::Write(dat
1115 StreamResult StringStream::Write(const void* data, size_t data_len, function in class:talk_base::StringStream
[all...]
H A Dtestutils.h220 // Will cause Write to block when there are pos bytes in the write queue.
245 virtual StreamResult Write(const void* data, size_t data_len, function in class:testing::StreamSource
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc239 if (!Write(&buf))
300 if (!Write(&buf))
375 bool StunMessage::Write(ByteBuffer* buf) const { function in class:cricket::StunMessage
385 if (!(*attrs_)[i]->Write(buf))
550 bool StunAddressAttribute::Write(ByteBuffer* buf) const { function in class:cricket::StunAddressAttribute
629 bool StunXorAddressAttribute::Write(ByteBuffer* buf) const { function in class:cricket::StunXorAddressAttribute
682 bool StunUInt32Attribute::Write(ByteBuffer* buf) const {
701 bool StunUInt64Attribute::Write(ByteBuffer* buf) const {
763 bool StunByteStringAttribute::Write(ByteBuffer* buf) const {
821 bool StunErrorCodeAttribute::Write(ByteBuffe function in class:cricket::StunErrorCodeAttribute
873 bool StunUInt16ListAttribute::Write(ByteBuffer* buf) const { function in class:cricket::StunUInt16ListAttribute
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc63 virtual XmlElement* Write(const QName& state_name, const C& state) = 0;
98 virtual XmlElement* Write(const QName& state_name, const bool& state) { function in class:buzz::BoolStateSerializer
154 XmlElement* state_elem = state_serializer_->Write(state_name_, state);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc972 Write(text + pos, i - pos + 1);
975 // Setting this true will cause the next Write() to insert an indent
981 // Write the rest.
982 Write(text + pos, size - pos);
993 void Write(const char* data, int size) { function in class:google::protobuf::TextFormat::Printer::TextGenerator
1000 Write(indent_.data(), indent_.size());
1237 // Write the field value.
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp83 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
106 STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COutMultiVolStream
160 RINOK(subStream.Stream->Write(data, curSize, &realProcessed));
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h910 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
931 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix
/external/openfst/src/include/fst/
H A Dcompact-fst.h89 // // Write a compactor to a file.
90 // bool Write(ostream &strm);
172 bool Write(ostream &strm, const FstWriteOptions &opts) const;
410 bool CompactFstData<E, U>::Write(ostream &strm, function in class:fst::CompactFstData
414 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source;
421 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source;
429 LOG(ERROR) << "CompactFst::Write: Write failed: " << opts.source;
649 bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::CompactFstImpl
658 compactor_->Write(str
869 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::CompactFst
873 virtual bool Write(const string &filename) const { function in class:fst::CompactFst
1247 bool Write(ostream &strm) const { return true; } function in class:fst::StringCompactor
1290 bool Write(ostream &strm) const { return true; } function in class:fst::WeightedStringCompactor
1332 bool Write(ostream &strm) const { return true; } function in class:fst::UnweightedAcceptorCompactor
1374 bool Write(ostream &strm) const { return true; } function in class:fst::AcceptorCompactor
1416 bool Write(ostream &strm) const { return true; } function in class:fst::UnweightedCompactor
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h902 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
923 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc706 Write(text + pos, i - pos + 1);
709 // Setting this true will cause the next Write() to insert an indent
715 // Write the rest.
716 Write(text + pos, size - pos);
727 void Write(const char* data, int size) { function in class:google::protobuf::TextFormat::Printer::TextGenerator
734 Write(indent_.data(), indent_.size());
958 // Write the field value.
/external/sonivox/jet_tools/JetCreator/
H A Deas.py510 def Write(self, data): member in class:EAS_MIDIStream
511 """Write data to MIDI stream."""
H A Dmidifile.py1116 def Write (self, stream, filters=None): member in class:MIDITrack
1322 self.Write(self, offset, filters)
1327 self.Write(output_file, offset, filters)
1330 def Write (self, output_file, offset=0, filters=None): member in class:MIDIFile
1339 track.Write(output_file, filters)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h52 bool write_header; // Write the header?
53 bool write_isymbols; // Write input symbols?
54 bool write_osymbols; // Write output symbols?
97 bool Write(ostream &strm, const string &source) const;
181 // Write an Fst to an output stream; return false on error
182 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::Fst
183 LOG(ERROR) << "Fst::Write: No write method for " << Type() << " Fst type";
187 // Write an Fst to a file; return false on error
188 virtual bool Write(const string &filename) const { function in class:fst::Fst
189 LOG(ERROR) << "Fst::Write
[all...]
/external/chromium/net/disk_cache/
H A Dentry_impl.cc109 void Write(int offset, net::IOBuffer* buf, int len);
171 void EntryImpl::UserBuffer::Write(int offset, net::IOBuffer* buf, int len) { function in class:disk_cache::EntryImpl::UserBuffer
432 if (!key_file || !key_file->Write(key.data(), key.size(), offset)) {
1005 DVLOG(2) << "Write to " << index << " at " << offset << " : " << buf_len;
1045 user_buffers_[index]->Write(offset, buf, buf_len);
1082 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
1293 user_buffers_[index]->Write(len, NULL, 0);
1399 if (!file->Write(user_buffers_[index]->Data(), len, offset, NULL, NULL))
/external/chromium/net/socket/
H A Dclient_socket_pool_base_unittest.cc56 virtual int Write( function in class:net::__anon3195::MockClientSocket
1912 EXPECT_EQ(1, handle2.socket()->Write(NULL, 1, NULL));
1986 EXPECT_EQ(1, handle2.socket()->Write(NULL, 1, NULL));
2747 EXPECT_EQ(1, handle1.socket()->Write(NULL, 1, NULL));
2748 EXPECT_EQ(1, handle3.socket()->Write(NULL, 1, NULL));
H A Dsocket_test_util.cc364 << ": Write " << write_index();
514 << ": Write " << write_index();
743 int MockTCPClientSocket::Write(net::IOBuffer* buf, int buf_len, function in class:net::MockTCPClientSocket
912 int DeterministicMockTCPClientSocket::Write( function in class:net::DeterministicMockTCPClientSocket
1046 int MockSSLClientSocket::Write(net::IOBuffer* buf, int buf_len, function in class:net::MockSSLClientSocket
1048 return transport_->socket()->Write(buf, buf_len, callback);
H A Dssl_client_socket_nss.cc111 // Write to an SSL socket which we're False Starting. Since corking stops the
791 int SSLClientSocketNSS::Write(IOBuffer* buf, int buf_len, function in class:net::SSLClientSocketNSS
1144 // Since Run may result in Write being called, clear |user_write_callback_|
1158 // callback. For Read() and Write(), that's what we want. But for Connect(),
1772 rv = transport_->socket()->Write(send_buffer, len,
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1582 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1603 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py2511 def Write(self, string): member in class:CWriter
2616 self.Write(_LICENSE)
2617 self.Write(_DO_NOT_EDIT_WARNING)
2619 self.Write(file_comment)
2620 self.Write("#ifndef %s\n" % self.guard)
2621 self.Write("#define %s\n\n" % self.guard)
2624 self.Write("#endif // %s\n\n" % self.guard)
2659 file.Write(comment)
2660 file.Write("struct %s {\n" % func.name)
2661 file.Write(" typede
[all...]
/external/chromium_org/net/disk_cache/
H A Dentry_impl.cc110 void Write(int offset, IOBuffer* buf, int len);
172 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) { function in class:disk_cache::EntryImpl::UserBuffer
432 if (!key_file || !key_file->Write(key.data(), key.size(), offset)) {
1060 DVLOG(2) << "Write to " << index << " at " << offset << " : " << buf_len;
1103 user_buffers_[index]->Write(offset, buf, buf_len);
1142 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
1364 user_buffers_[index]->Write(len, NULL, 0);
1470 if (!file->Write(user_buffers_[index]->Data(), len, offset, NULL, NULL))
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc410 << ": Write " << write_index();
569 << ": Write " << write_index();
853 int MockTCPClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::MockTCPClientSocket
1041 int DeterministicSocketHelper::Write( function in class:net::DeterministicSocketHelper
1129 int DeterministicMockUDPClientSocket::Write( function in class:net::DeterministicMockUDPClientSocket
1136 return helper_.Write(buf, buf_len, callback);
1213 int DeterministicMockTCPClientSocket::Write( function in class:net::DeterministicMockTCPClientSocket
1220 return helper_.Write(buf, buf_len, callback);
1317 int MockSSLClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::MockSSLClientSocket
1319 return transport_->socket()->Write(bu
1475 int MockUDPClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::MockUDPClientSocket
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc584 Status s = Write(WriteOptions(), NULL);
1144 Status DBImpl::Write(const WriteOptions& options, WriteBatch* my_batch) { function in class:leveldb::DBImpl
1347 "Level Files Size(MB) Time(sec) Read(MB) Write(MB)\n"
1406 return Write(opt, &batch);
1412 return Write(opt, &batch);
H A Ddb_test.cc953 // Write 8MB (80 values, each 100K)
1006 // Write approximately 100MB of "B" values
1053 // Write 8MB (80 values, each 100K)
1136 // Write to force compactions
1729 // Write values of the form <key, my id, counter>.
1835 virtual Status Write(const WriteOptions& options, WriteBatch* batch) { function in class:leveldb::ModelDB
1998 ASSERT_OK(model.Write(WriteOptions(), &b));
1999 ASSERT_OK(db_->Write(WriteOptions(), &b));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1613 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1634 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix

Completed in 3104 milliseconds

<<11121314