Searched defs:Write (Results 201 - 225 of 331) sorted by relevance

1234567891011>>

/external/lldb/tools/lldb-perf/lib/
H A DResults.h59 Write (Results &results) = 0;
148 Write (Results &results) function in class:lldb_perf::Results::Array
175 Write (Results &results) function in class:lldb_perf::Results::Dictionary
217 Write (Results &results) function in class:lldb_perf::Results::String
246 Write (Results &results) function in class:lldb_perf::Results::Double
275 Write (Results &results) function in class:lldb_perf::Results::Unsigned
305 Write (const char *path);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs46 public override void Write(byte[] buffer, int offset, int count) method in class:SevenZip.CDoubleStream
48 throw (new Exception("can't Write"));
233 outStream = new FileStream(outputName, FileMode.Create, FileAccess.Write);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc234 bool FileOutputStream::CopyingFileOutputStream::Write( function in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
248 // Write error.
342 bool OstreamOutputStream::CopyingOstreamOutputStream::Write( function in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
/external/skia/src/utils/win/
H A DSkIStream.cpp59 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv function in class:SkBaseIStream
139 HRESULT STDMETHODCALLTYPE SkIStream::Write(void const* pv function in class:SkIStream
244 HRESULT STDMETHODCALLTYPE SkWIStream::Write(void const* pv function in class:SkWIStream
/external/skia/tests/
H A DSerializationTest.cpp34 static void Write(SkWriteBuffer& writer, const T* flattenable) { function in struct:SerializationUtils
43 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { function in struct:SerializationUtils
52 static void Write(SkWriteBuffer& writer, const SkPath* path) { function in struct:SerializationUtils
61 static void Write(SkWriteBuffer& writer, const SkRegion* region) { function in struct:SerializationUtils
70 static void Write(SkWriteBuffer& writer, const SkString* string) { function in struct:SerializationUtils
79 static void Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) { function in struct:SerializationUtils
88 static void Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) { function in struct:SerializationUtils
97 static void Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) { function in struct:SerializationUtils
106 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) { function in struct:SerializationUtils
115 static void Write(SkWriteBuffe function in struct:SerializationUtils
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h50 ostream &Write(ostream &strm) const { function in class:fst::FloatWeight
H A Dproduct-weight.h59 ostream &Write(ostream &strm) const { function in class:fst::ProductWeight
60 value1_.Write(strm);
61 return value2_.Write(strm);
H A Dsymbol-table.h64 bool Write(ostream &strm) const;
253 bool Write(ostream &strm) const { function in class:fst::SymbolTable
254 return impl_->Write(strm);
257 bool Write(const string& filename) const { function in class:fst::SymbolTable
260 LOG(ERROR) << "SymbolTable::Write: Can't open file " << filename;
263 return Write(strm);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs199 public override void Write(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc173 // Write |content| to |file|. Returns true on success.
526 // Write into "$dir/subdir/subdir_child_dir/child_dir_file1".
796 Write, enumerator in enum:base::__anon2231::Permission
812 case Write:
/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc149 bool ChannelInfo::Write(RegKey* key) const { function in class:installer::ChannelInfo
/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.cc42 int Write(scoped_refptr<net::DrainableIOBuffer> buffer);
56 int FileProxy::Write(scoped_refptr<net::DrainableIOBuffer> buffer) { function in class:pnacl::FileProxy
57 int rv = file_->Write(0, buffer->data(), buffer->size());
59 PLOG(ERROR) << "FileProxy::Write error";
392 base::Bind(&FileProxy::Write, base::Unretained(proxy),
572 // Write error on the temp file. Request a new file and start over.
/external/chromium_org/content/browser/
H A Dbyte_stream.cc59 virtual bool Write(scoped_refptr<net::IOBuffer> buffer,
124 // PostTask target from |ByteStreamWriterImpl::Write| and
212 bool ByteStreamWriterImpl::Write( function in class:content::__anon6742::ByteStreamWriterImpl
223 // TODO(tyoshino): Tell the user that Write() failed.
257 // This sum doesn't overflow since Write() fails if this sum is going to
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.cc194 void PepperTCPSocket::Write(const std::string& data) { function in class:content::PepperTCPSocket
532 int net_result = socket_->Write(
/external/chromium_org/courgette/
H A Dstreams.cc114 // Write the base-128 digits in little-endian order. All except the last digit
184 CheckBool SinkStream::Write(const void* data, size_t byte_count) { function in class:courgette::SinkStream
191 return Write(buffer, end - buffer);
215 bool ret = Write(other->buffer_.data(), other->buffer_.size());
/external/chromium_org/ipc/
H A Dipc_message_utils.h94 ParamTraits<Type>::Write(m, static_cast<const Type& >(p));
116 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
128 static void Write(Message* m, const param_type& p);
136 static void Write(Message* m, const param_type& p);
144 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
156 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
168 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
180 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
192 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
205 static void Write(Messag function in struct:IPC::ParamTraits
221 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
243 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
256 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
272 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
310 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
343 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
370 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
401 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
525 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
537 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
551 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
569 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
591 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
617 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
647 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
683 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
713 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc329 Error FileFuseFsNode::Write(const HandleAttr& attr, function in class:nacl_io::FileFuseFsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnode.cc121 Error Node::Write(const HandleAttr& attr, function in class:nacl_io::Node
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc79 Error SocketNode::Write(const HandleAttr& attr, function in class:nacl_io::SocketNode
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.cc232 int HttpProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::HttpProxyClientSocket
237 return transport_->socket()->Write(buf, buf_len, callback);
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc90 Write();
119 void Write() { function in class:net::__anon8909::TestHttpClient
120 int result = socket_->Write(
132 Write();
/external/chromium_org/net/socket/
H A Dsocks_client_socket.cc196 // Write is called by the transport layer. This can only be done if the
198 int SOCKSClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SOCKSClientSocket
205 int rv = transport_->socket()->Write(
355 return transport_->socket()->Write(
365 // We ignore the case when result is 0, since the underlying Write
H A Dssl_server_socket_unittest.cc76 int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback) { function in class:net::__anon8937::FakeDataChannel
95 // indicating EOF, and Write() fails with ERR_CONNECTION_RESET. Note that
96 // after the FakeDataChannel is closed, the first Write() call completes
146 // Controls the completion of Write() after the FakeDataChannel is closed.
147 // After the FakeDataChannel is closed, the first Write() call completes
174 virtual int Write(IOBuffer* buf, int buf_len,
176 // Write random number of bytes.
178 return outgoing_->Write(buf, buf_len, callback);
270 // Write then read.
272 server.Write(write_bu
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc226 int SpdyProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SpdyProxyClientSocket
/external/chromium_org/net/udp/
H A Dudp_socket_libevent.cc198 int UDPSocketLibevent::Write(IOBuffer* buf, function in class:net::UDPSocketLibevent
374 // since Run may result in Write being called, clear write_callback_ up front.

Completed in 867 milliseconds

1234567891011>>