Searched defs:Read (Results 1 - 25 of 62) sorted by relevance

123

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.cpp52 bool FstHeader::Read(istream &strm, const string &source) { function in class:fst::FstHeader
56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
69 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
H A Dexpanded-fst.h37 // Read an ExpandedFst from an input stream; return NULL on error.
38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::ExpandedFst
44 if (!hdr.Read(strm, opts.source))
49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
65 // Read an ExpandedFst from a file; return NULL on error.
66 static ExpandedFst<A> *Read(const string &filename) { function in class:fst::ExpandedFst
69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
72 return Read(strm, FstReadOptions(filename));
H A Dsymbol-table.cpp102 SymbolTableImpl* SymbolTableImpl::Read(istream &strm, function in class:fst::SymbolTableImpl
107 LOG(ERROR) << "SymbolTable::Read: read failed";
124 LOG(ERROR) << "SymbolTable::Read: read failed";
H A Dmutable-fst.h70 // Read an MutableFst from an input stream; return NULL on error.
71 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::MutableFst
77 if (!hdr.Read(strm, opts.source))
82 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
98 // Read an MutableFst from a file; returns NULL on error.
99 static MutableFst<A> *Read(const string &filename) { function in class:fst::MutableFst
102 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
105 return Read(strm, FstReadOptions(filename));
/external/zlib/contrib/delphi/
H A DZLib.pas91 function Read(var Buffer; Count: Longint): Longint; override; function
120 function Read(var Buffer; Count: Longint): Longint; override; function
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint;
498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint;
507 FZRec.avail_in := FStrm.Read(FBuffer, sizeof(FBuffer));
/external/webkit/WebKit/win/
H A DCFDictionaryPropertyBag.cpp157 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:CFDictionaryPropertyBag
H A DWebActionPropertyBag.cpp112 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebActionPropertyBag
H A DWebElementPropertyBag.cpp114 HRESULT STDMETHODCALLTYPE WebElementPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebElementPropertyBag
H A DCOMPropertyBag.h51 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
55 virtual HRESULT STDMETHODCALLTYPE Read(ULONG cProperties, PROPBAG2*, IErrorLog*, VARIANT* pvarValue, HRESULT* phrError);
134 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) function in class:COMPropertyBag
161 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(ULONG cProperties, PROPBAG2* pPropBag, IErrorLog* pErrorLog, VARIANT* pvarValue, HRESULT* phrError) function in class:COMPropertyBag
171 phrError[i] = Read(pPropBag[i].pstrName, &pvarValue[i], pErrorLog);
H A DMemoryStream.cpp89 HRESULT STDMETHODCALLTYPE MemoryStream::Read( function in class:MemoryStream
/external/chromium/net/tools/flip_server/
H A Dring_buffer.cc118 int RingBuffer::Read(char* bytes, int size) { function in class:net::RingBuffer
H A Dsimple_buffer.cc118 int SimpleBuffer::Read(char* bytes, int size) { function in class:net::SimpleBuffer
/external/giflib/
H A Dgif_lib_private.h48 InputFunc Read; /* function to read gif input (TVT) */ member in struct:GifFilePrivateType
/external/skia/src/xml/
H A DSkBML_XMLParser.cpp172 void BML_XMLParser::Read(SkStream& s, SkXMLWriter& writer) function in class:BML_XMLParser
179 void BML_XMLParser::Read(SkStream& s, SkWStream& output) function in class:BML_XMLParser
182 Read(s, writer);
185 void BML_XMLParser::Read(SkStream& s, SkXMLParser& output) function in class:BML_XMLParser
188 Read(s, writer);
/external/chromium/base/json/
H A Djson_reader.cc41 // Read in more digits
96 Value* JSONReader::Read(const std::string& json, function in class:base::JSONReader
/external/chromium/net/base/
H A Dfile_stream_win.cc213 int FileStream::Read( function in class:net::FileStream
253 int bytes_read = Read(buf, to_read, NULL);
H A Dlisten_socket.cc135 void ListenSocket::Read() { function in class:ListenSocket
245 Read();
274 Read();
290 Read();
294 // Close() is called by Read() in the Linux case.
/external/chromium/net/disk_cache/
H A Dfile_posix.cc38 // Read and Write are the operations that can be performed asynchronously.
44 void Read();
104 // 3. BackgroundIO::Read()
151 void BackgroundIO::Read() { function in class:__anon984::BackgroundIO
152 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
197 NewRunnableMethod(operation.get(), &BackgroundIO::Read),
288 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
309 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
315 return Read(buffer, buffer_len, offset);
H A Dfile_win.cc132 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
169 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
175 return Read(buffer, buffer_len, offset);
/external/chromium/net/flip/
H A Dflip_network_transaction.cc87 int FlipNetworkTransaction::Read(IOBuffer* buf, int buf_len, function in class:net::FlipNetworkTransaction
135 // Since Run may result in Read being called, clear user_callback_ up front.
/external/chromium/net/socket/
H A Dsocks5_client_socket.cc113 // Read is called by the transport layer above to read. This can only be done
115 int SOCKS5ClientSocket::Read(IOBuffer* buf, int buf_len, function in class:net::SOCKS5ClientSocket
121 return transport_->Read(buf, buf_len, callback);
147 // Since Run() may result in Read being called,
262 return transport_->Read(handshake_buf_, handshake_buf_len, &io_callback_);
369 return transport_->Read(handshake_buf_, handshake_buf_len, &io_callback_);
H A Dtcp_client_socket_libevent.cc266 int TCPClientSocketLibevent::Read(IOBuffer* buf, function in class:net::TCPClientSocketLibevent
373 // since Run may result in Read being called, clear read_callback_ up front.
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc136 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
145 // Read error (not EOF).
301 int IstreamInputStream::CopyingIstreamInputStream::Read( function in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
H A DAudioFilePlayer.h114 OSStatus (*Read)(struct S_AudioFileManager *afm, char *buffer, UInt32 *len); member in struct:S_AudioFileManager
/external/skia/src/core/
H A DSkPictureFlat.cpp98 void SkFlatPaint::Read(const void* storage, SkPaint* paint, function in class:SkFlatPaint

Completed in 171 milliseconds

123