HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 451 - 475 of 2133) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 105 RINOK(inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
189 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
198 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
246 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
PpmdDecoder.h 63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
  /external/lzma/CPP/Common/
C_FileIO.cpp 63 ssize_t CInFile::Read(void *data, size_t size)
65 return read(_handle, data, size);
  /external/pdfium/skia/config/
SkUserConfig.h 188 #error Read the comment at this location
  /external/puffin/src/
extent_stream.h 32 bool Read(void* buffer, size_t length) override;
41 // Since both read and write operations are very similar in this class, this
42 // function acts as a common operation that does both write and read based on
48 // The underlying stream to read from and write into.
53 // The current |ByteExtent| that is being read from or write into.
59 // |True| if the stream is write only. |False| if the stream is read only.
memory_stream.cc 52 bool MemoryStream::Read(void* buffer, size_t length) {
  /external/rmi4utils/rmidevice/
hiddevice.h 36 virtual int Read(unsigned short addr, unsigned char *buf,
rmidevice.h 37 virtual int Read(unsigned short addr, unsigned char *data,
  /external/syslinux/gpxe/src/interface/efi/
efi_pci.c 47 if ( ( efirc = efipci->Pci.Read ( efipci, EFIPCI_WIDTH ( location ),
50 DBG ( "EFIPCI config read from %02x:%02x.%x offset %02lx "
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.cc 89 bool Message::Read(std::istream* input, Message* message) {
  /external/webrtc/webrtc/base/
multipart.h 52 StreamResult Read(void* buffer,
54 size_t* read,
75 size_t current_; // The index into parts_ of the current read position.
76 size_t position_; // The current read position in bytes.
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer.cc 40 void AudioRingBuffer::Read(float* const* data, size_t channels, size_t frames) {
43 const size_t read = local
45 RTC_CHECK_EQ(read, frames);
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.h 42 virtual bool Read(char * data, size_t len, size_t* len_read);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 24 bool InputAudioFile::Read(size_t samples, int16_t* destination) {
30 // Rewind and read the missing samples.
35 // Could not read enough even after rewinding the file.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 104 /// \p Read[out] gives the number of characters that have been read to parse
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 102 Read = 1 << 0, // Segment is readable.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/AsmParser/
Parser.h 104 /// \p Read[out] gives the number of characters that have been read to parse
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 102 Read = 1 << 0, // Segment is readable.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/AsmParser/
Parser.h 104 /// \p Read[out] gives the number of characters that have been read to parse
110 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 102 Read = 1 << 0, // Segment is readable.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/AsmParser/
Parser.h 118 /// \p Read[out] gives the number of characters that have been read to parse
124 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 102 Read = 1 << 0, // Segment is readable.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/AsmParser/
Parser.h 118 /// \p Read[out] gives the number of characters that have been read to parse
124 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 102 Read = 1 << 0, // Segment is readable.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/AsmParser/
Parser.h 118 /// \p Read[out] gives the number of characters that have been read to parse
124 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,

Completed in 1100 milliseconds

<<11121314151617181920>>