Searched refs:Read (Results 226 - 250 of 1395) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h130 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ member in struct:__anon14774
140 SRes (*Read)(void *p, void *buf, size_t *size); member in struct:__anon14776
166 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ member in struct:__anon14779
179 SRes (*Read)(void *p, void *buf, size_t *size); member in struct:__anon14780
180 /* reads directly (without buffer). It's same as ISeqInStream::Read */
187 /* reads via ILookInStream::Read */
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp40 static void Read(SkValidatingReadBuffer& reader, T** flattenable) { function in struct:SerializationUtils
49 static void Read(SkValidatingReadBuffer& reader, SkMatrix* matrix) { function in struct:SerializationUtils
58 static void Read(SkValidatingReadBuffer& reader, SkPath* path) { function in struct:SerializationUtils
67 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) { function in struct:SerializationUtils
76 static void Read(SkValidatingReadBuffer& reader, SkString* string) { function in struct:SerializationUtils
85 static bool Read(SkValidatingReadBuffer& reader, unsigned char* data, uint32_t arraySize) { function in struct:SerializationUtils
94 static bool Read(SkValidatingReadBuffer& reader, SkColor* data, uint32_t arraySize) { function in struct:SerializationUtils
103 static bool Read(SkValidatingReadBuffer& reader, int32_t* data, uint32_t arraySize) { function in struct:SerializationUtils
112 static bool Read(SkValidatingReadBuffer& reader, SkPoint* data, uint32_t arraySize) { function in struct:SerializationUtils
121 static bool Read(SkValidatingReadBuffe function in struct:SerializationUtils
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.h34 virtual StreamResult Read(void* buffer, size_t buffer_len,
H A Dtransformadapter.h50 virtual StreamResult Read(void * buffer, size_t buffer_len,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dinput_audio_file.cc22 bool InputAudioFile::Read(size_t samples, int16_t* destination) { function in class:webrtc::test::InputAudioFile
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.cc56 if (reader->Read(&magic_marker) && magic_marker == kMagicMarker &&
57 reader->Read(&file_version) && file_version == kFileVersion1) {
71 if (reader_->Read(&read_ms) && read_ms == time_ms &&
72 reader_->Read(&read_bps) && read_bps == estimate_bps) {
H A Dbwe_test_fileutils.h30 bool Read(uint32_t* out);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfile_wrapper.h72 virtual int Read(void* buf, int length) = 0;
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_reader.cc26 bool Read(MessageVector* messages);
203 bool Reader::Read(MessageVector* messages) { function in class:ipc_fuzzer::__anon16500::Reader
225 bool MessageFile::Read(const base::FilePath& path, MessageVector* messages) { function in class:ipc_fuzzer::MessageFile
227 return reader.Read(messages);
/external/giflib/
H A Dgif_lib_private.h47 InputFunc Read; /* function to read gif input (TVT) */ member in struct:GifFilePrivateType
/external/lldb/include/lldb/API/
H A DSBCommunication.h64 Read (void *dst,
/external/lldb/include/lldb/Core/
H A DConnectionSharedMemory.h47 Read (void *dst,
/external/lzma/C/
H A DTypes.h129 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ member in struct:__anon26727
139 SRes (*Read)(void *p, void *buf, size_t *size); member in struct:__anon26729
165 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ member in struct:__anon26732
178 SRes (*Read)(void *p, void *buf, size_t *size); member in struct:__anon26733
179 /* reads directly (without buffer). It's same as ISeqInStream::Read */
186 /* reads via ILookInStream::Read */
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.h46 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/Common/
H A DC_FileIO.h34 ssize_t Read(void *data, size_t size);
/external/lzma/CS/7zip/Common/
H A DInBuffer.cs35 int aNumProcessedBytes = m_Stream.Read(m_Buffer, 0, (int)m_BufferSize);
/external/openfst/src/bin/
H A Dfstarcsort.cc51 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstclosure.cc46 MutableFstClass *fst = MutableFstClass::Read(in_fname, true);
H A Dfstconvert.cc45 FstClass *ifst = FstClass::Read(in_name);
H A Dfstepsnormalize.cc47 FstClass *ifst = FstClass::Read(in_name);
H A Dfstinfo.cc52 FstClass *ifst = FstClass::Read(in_name);
H A Dfstproject.cc47 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstreverse.cc50 FstClass *ifst = FstClass::Read(in_name);
H A Dfstreweight.cc48 MutableFstClass *fst = MutableFstClass::Read(in_fname, true);
H A Dfstsynchronize.cc44 FstClass *ifst = FstClass::Read(in_name);

Completed in 4972 milliseconds

1234567891011>>