Searched refs:Write (Results 276 - 300 of 1125) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/cpp/
H A Dfile_io.h174 /// Write() writes to an offset in the file. This function might perform a
182 /// completion of Write().
186 /// reached. It is valid to call Write() multiple times with a completion
188 int32_t Write(int64_t offset,
/external/chromium_org/ppapi/cpp/private/
H A Dtcp_socket_private.cc202 int32_t TCPSocketPrivate::Write(const char* buffer, function in class:pp::TCPSocketPrivate
206 return get_interface<PPB_TCPSocket_Private_0_5>()->Write(
211 return get_interface<PPB_TCPSocket_Private_0_4>()->Write(
216 return get_interface<PPB_TCPSocket_Private_0_3>()->Write(
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_api.h39 virtual int32_t Write(int64_t offset,
H A Dppb_tcp_socket_private_api.h39 virtual int32_t Write(const char* buffer,
/external/chromium_org/remoting/host/
H A Djson_host_config.cc46 base::JSONWriter::Write(values_.get(), &data);
/external/chromium_org/remoting/host/setup/
H A Dnative_messaging_writer.cc68 base::JSONWriter::Write(&message, &message_json);
/external/chromium_org/remoting/protocol/
H A Dprotobuf_video_writer.cc66 buffered_writer_.Write(SerializeAndFrameMessage(*packet), done);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmultipart.h69 virtual StreamResult Write(const void* data, size_t data_len,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.h60 virtual bool Write(const char * data, size_t len);
/external/chromium_org/third_party/ots/src/
H A Dltsh.cc70 if (!out->Write(&(ltsh->ypels[i]), 1)) {
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_writer_delegate.cc149 Write();
153 void FileWriterDelegate::Write() { function in class:fileapi::FileWriterDelegate
157 file_stream_writer_->Write(cursor_.get(),
179 Write();
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh32 --out=filename Write output to a file [stdout]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h42 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CDynBufSeqOutStream
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CBufPtrSeqOutStream
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialOutStreamSizeCount
115 HRESULT result = _stream->Write(data, size, &realProcessedSize);
H A DStreamUtils.cpp48 HRESULT res = stream->Write(data, curSize, &processedSizeLoc);
/external/lzma/CPP/7zip/
H A DIStream.h29 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize) PURE;
33 You must call Write function in loop, if you need to write exact amount of data
/external/lzma/CPP/Common/
H A DC_FileIO.cpp83 ssize_t COutFile::Write(const void *data, size_t size) function in class:NC::NFile::NIO::COutFile
/external/openfst/src/bin/
H A Dfstcompose.cc92 ofst.Write(out_name);
H A Dfstdeterminize.cc65 ofst.Write(out_name);
H A Dfstdifference.cc84 ofst.Write(out_name);
H A Dfstintersect.cc85 ofst.Write(out_name);
H A Dfstprune.cc61 fst->Write(out_name);
H A Dfstpush.cc74 ofst.Write(out_name);
H A Dfstrandgen.cc80 ofst.Write(out_name);
H A Dfstreplace.cc62 ofst.Write(out_fname);

Completed in 409 milliseconds

<<11121314151617181920>>