| /external/zlib/src/contrib/ada/ |
| D | read.adb | 19 procedure Read is subprogram 27 File_Size : Stream_Element_Offset := 100_000; 29 Continuous : constant Boolean := False; 33 Header : constant ZLib.Header_Type := ZLib.Default; 58 Read_Buffer : Stream_Element_Array (1 .. 2048); argument 59 Read_First : Stream_Element_Offset; argument 60 Read_Last : Stream_Element_Offset; argument 64 procedure Read argument 71 procedure Read is new ZLib.Read argument 81 procedure Read subprogram [all …]
|
| D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read argument 144 procedure Read subprogram 151 procedure Read is new ZLib.Read subprogram
|
| D | zlib.adb | 396 procedure Read subprogram 415 Read (Buffer, Rest_Last); argument
|
| /external/openfst/src/script/ |
| D | fst-class.cc | 72 FstClass *FstClass::Read(const string &fname) { in Read() function in fst::script::FstClass 81 FstClass *FstClass::Read(istream &istr, const string &source) { in Read() function in fst::script::FstClass 89 MutableFstClass *MutableFstClass::Read(const string &fname, bool convert) { in Read() function in fst::script::MutableFstClass 135 VectorFstClass *VectorFstClass::Read(const string &fname) { in Read() function in fst::script::VectorFstClass
|
| /external/sfntly/cpp/src/sfntly/port/ |
| D | memory_input_stream.cc | 56 int32_t MemoryInputStream::Read() { in Read() function in sfntly::MemoryInputStream 73 int32_t MemoryInputStream::Read(ByteVector* b) { in Read() function in sfntly::MemoryInputStream 77 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { in Read() function in sfntly::MemoryInputStream
|
| D | file_input_stream.cc | 60 int32_t FileInputStream::Read() { in Read() function in sfntly::FileInputStream 79 int32_t FileInputStream::Read(ByteVector* b) { in Read() function in sfntly::FileInputStream 83 int32_t FileInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { in Read() function in sfntly::FileInputStream
|
| /external/lzma/CPP/7zip/Common/ |
| D | LockedStream.cpp | 7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, in Read() function in CLockedInStream 15 STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLockedSequentialInStreamImp
|
| D | LimitedStreams.cpp | 8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedSequentialInStream 25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedInStream 81 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CClusterInStream 138 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CExtentsStream 225 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CTailInStream 262 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedCachedInStream
|
| D | StreamBinder.cpp | 21 STDMETHODIMP CBinderInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CBinderInStream 75 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CStreamBinder
|
| D | FileStreams.cpp | 53 STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CInFileStream 172 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CStdInFileStream 183 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CStdInFileStream
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
| D | resample_input_audio_file.cc | 19 bool ResampleInputAudioFile::Read(size_t samples, in Read() function in webrtc::test::ResampleInputAudioFile 37 bool ResampleInputAudioFile::Read(size_t samples, int16_t* destination) { in Read() function in webrtc::test::ResampleInputAudioFile
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | font_input_stream.cc | 67 int32_t FontInputStream::Read() { in Read() function in sfntly::FontInputStream 78 int32_t FontInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { in Read() function in sfntly::FontInputStream 91 int32_t FontInputStream::Read(ByteVector* b) { in Read() function in sfntly::FontInputStream
|
| /external/lzma/CPP/7zip/Archive/Common/ |
| D | InStreamWithCRC.cpp | 7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CSequentialInStreamWithCRC 22 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CInStreamWithCRC
|
| /external/skia/tests/ |
| D | SerializationTest.cpp | 43 static void Read(SkValidatingReadBuffer& reader, T** flattenable) { in Read() function 52 static void Read(SkValidatingReadBuffer& reader, SkMatrix* matrix) { in Read() function 61 static void Read(SkValidatingReadBuffer& reader, SkPath* path) { in Read() function 70 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) { in Read() function 79 static void Read(SkValidatingReadBuffer& reader, SkString* string) { in Read() function 88 static bool Read(SkValidatingReadBuffer& reader, unsigned char* data, uint32_t arraySize) { in Read() function 97 static bool Read(SkValidatingReadBuffer& reader, SkColor* data, uint32_t arraySize) { in Read() function 106 static bool Read(SkValidatingReadBuffer& reader, int32_t* data, uint32_t arraySize) { in Read() function 115 static bool Read(SkValidatingReadBuffer& reader, SkPoint* data, uint32_t arraySize) { in Read() function 124 static bool Read(SkValidatingReadBuffer& reader, SkScalar* data, uint32_t arraySize) { in Read() function
|
| /external/openfst/src/include/fst/ |
| D | expanded-fst.h | 46 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { in Read() function 76 static ExpandedFst<A> *Read(const string &filename) { in Read() function 148 static I *Read(const string &filename) { in Read() function
|
| D | add-on.h | 47 static NullAddOn *Read(istream &istrm) { in Read() function 87 static AddOnPair<A1, A2> *Read(istream &istrm) { in Read() function 200 static AddOnImpl<F, T> *Read(istream &strm, const FstReadOptions &opts) { in Read() function
|
| /external/skia/src/xml/ |
| D | SkBML_XMLParser.cpp | 164 void BML_XMLParser::Read(SkStream& s, SkXMLWriter& writer) in Read() function in BML_XMLParser 171 void BML_XMLParser::Read(SkStream& s, SkWStream& output) in Read() function in BML_XMLParser 177 void BML_XMLParser::Read(SkStream& s, SkXMLParser& output) in Read() function in BML_XMLParser
|
| /external/libchrome/base/json/ |
| D | json_reader.cc | 46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) { in Read() function in base::JSONReader 52 scoped_ptr<Value> JSONReader::Read(const StringPiece& json, int options) { in Read() function in base::JSONReader
|
| /external/libweave/third_party/chromium/base/json/ |
| D | json_reader.cc | 46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) { in Read() function in base::JSONReader 52 scoped_ptr<Value> JSONReader::Read(const StringPiece& json, int options) { in Read() function in base::JSONReader
|
| /external/google-breakpad/src/processor/ |
| D | minidump.cc | 422 bool MinidumpContext::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpContext 1385 bool MinidumpThread::Read() { in Read() function in google_breakpad::MinidumpThread 1552 bool MinidumpThreadList::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpThreadList 1722 bool MinidumpModule::Read() { in Read() function in google_breakpad::MinidumpModule 2444 bool MinidumpModuleList::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpModuleList 2702 bool MinidumpMemoryList::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpMemoryList 2901 bool MinidumpException::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpException 3045 bool MinidumpAssertion::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpAssertion 3119 bool MinidumpSystemInfo::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpSystemInfo 3401 bool MinidumpMiscInfo::Read(uint32_t expected_size) { in Read() function in google_breakpad::MinidumpMiscInfo [all …]
|
| /external/zlib/src/contrib/delphi/ |
| D | ZLib.pas | 91 function Read(var Buffer; Count: Longint): Longint; override; in Read() function 120 function Read(var Buffer; Count: Longint): Longint; override; in Read() function 439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint; in Read() function 498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint; in Read() function
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| D | 7zSpecStream.cpp | 7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CSequentialInStreamSizeCount2
|
| /external/webrtc/webrtc/p2p/base/ |
| D | stun.cc | 296 bool StunMessage::Read(ByteBuffer* buf) { in Read() function in cricket::StunMessage 498 bool StunAddressAttribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunAddressAttribute 607 bool StunXorAddressAttribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunXorAddressAttribute 663 bool StunUInt32Attribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunUInt32Attribute 682 bool StunUInt64Attribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunUInt64Attribute 740 bool StunByteStringAttribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunByteStringAttribute 791 bool StunErrorCodeAttribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunErrorCodeAttribute 842 bool StunUInt16ListAttribute::Read(ByteBuffer* buf) { in Read() function in cricket::StunUInt16ListAttribute
|
| /external/google-breakpad/src/common/ |
| D | byte_cursor.h | 119 ByteCursor &Read(size_t size, bool is_signed, T *result) { in Read() function 157 ByteCursor &Read(uint8_t *buffer, size_t size) { in Read() function
|
| /external/lzma/C/ |
| D | 7zTypes.h | 131 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ member 141 SRes (*Read)(void *p, void *buf, size_t *size); member 167 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ member 180 SRes (*Read)(void *p, void *buf, size_t *size); member
|