Searched defs:Write (Results 1 - 25 of 347) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas92 function Write(const Buffer; Count: Longint): Longint; override; function
121 function Write(const Buffer; Count: Longint): Longint; override; function
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
/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/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc233 bool FileWrapperImpl::Write(const void* buf, int length) function in class:webrtc::FileWrapperImpl
/external/valgrind/main/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; enumerator in enum:__anon32388
333 /*--- Write Back Cache Simulation ---*/
337 * More complex model: L1 Write-through, LL Write-back
350 * type (Read/Write), the line gets dirty on a write.
455 cachesim_ref_wb( &LL, Write, a, size);
458 switch( cachesim_ref_wb( &LL, Write, a, size) ) {
586 cachesim_ref_wb( &LL, Write, a, size);
589 switch( cachesim_ref_wb( &LL, Write, a, size) ) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h70 bool Write(ostream &strm, const FstWriteOptions &opts) const;
196 bool ConstFstImpl<A>::Write(ostream &strm, function in class:fst::ConstFstImpl
215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source;
287 LOG(ERROR) << "ConstFst::Write: Can't open file: " << filename;
293 // Write a ConstFst to an output stream; return false on error
294 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::ConstFst
295 return impl_->Write(strm, opts);
298 // Write a ConstFst to a file; return false on error
299 virtual bool Write(cons function in class:fst::ConstFst
[all...]
H A Dencode.h128 bool Write(ostream &strm, const string &source) const { function in class:fst::EncodeTable
137 tuple->weight.Write(strm);
141 LOG(ERROR) << "EncodeTable::Write: write failed: " << source;
278 bool Write(ostream &strm, const string& source) { function in class:fst::EncodeMapper
279 return table_->Write(strm, source);
282 bool Write(const string& filename) { function in class:fst::EncodeMapper
288 return Write(strm, filename);
H A Dfloat-weight.h50 ostream &Write(ostream &strm) const { function in class:fst::FloatWeight
H A Dfst.cpp75 // Write Fst magic number and Fst header.
76 bool FstHeader::Write(ostream &strm, const string &source) const { function in class:fst::FstHeader
87 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
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...]
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 Dstring-weight.h106 ostream &Write(ostream &strm) const;
239 inline ostream &StringWeight<L, S>::Write(ostream &strm) const { function in class:fst::StringWeight
H A Dsymbol-table.cpp128 bool SymbolTableImpl::Write(ostream &strm) const { function in class:fst::SymbolTableImpl
142 LOG(ERROR) << "SymbolTable::Write: write failed";
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);
H A Dvector-fst.h204 bool Write(ostream &strm, const FstWriteOptions &opts) const;
420 bool VectorFstImpl<A>::Write(ostream &strm, function in class:fst::VectorFstImpl
431 state->final.Write(strm);
438 arc.weight.Write(strm);
444 LOG(ERROR) << "VectorFst::Write: write failed: " << opts.source;
541 // Write a VectorFst to an output stream; return false on error
542 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::VectorFst
543 return impl_->Write(strm, opts);
546 // Write a VectorFst to a file; return false on error
547 virtual bool Write(cons function in class:fst::VectorFst
[all...]
/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/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/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc32 void FontOutputStream::Write(byte_t b) { function in class:sfntly::FontOutputStream
34 stream_->Write(b);
39 void FontOutputStream::Write(ByteVector* b) { function in class:sfntly::FontOutputStream
41 Write(b, 0, b->size());
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
58 stream_->Write(b, off, len);
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
73 stream_->Write(b, off, len);
78 Write(c);
82 Write((byte_
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc27 void MemoryOutputStream::Write(ByteVector* buffer) { function in class:sfntly::MemoryOutputStream
31 void MemoryOutputStream::Write(ByteVector* buffer, function in class:sfntly::MemoryOutputStream
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { function in class:sfntly::MemoryOutputStream
57 void MemoryOutputStream::Write(byte_t b) { function in class:sfntly::MemoryOutputStream
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc109 bool ZipWriter::Write(const string& filename, const string& contents) { function in class:google::protobuf::compiler::ZipWriter
/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/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/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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h127 cmsBool (* Write)(struct _cms_io_handler* iohandler, cmsUInt32Number size, member in struct:_cms_io_handler

Completed in 306 milliseconds

1234567891011>>