Home
last modified time | relevance | path

Searched defs:ReadBytes (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/lli/
DRemoteTargetExternal.h38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } in ReadBytes() function
/external/lzma/CPP/7zip/Common/
DInBuffer.h59 UInt32 ReadBytes(Byte *buf, UInt32 size) in ReadBytes() function
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc103 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { in ReadBytes() function in MacFileUtilities::MachoWalker
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp39 int ReadBytes(void *Data, size_t Size) { in ReadBytes() function in LLIChildTarget
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h158 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
D7zIn.cpp190 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc82 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
/external/llvm/lib/Support/
DMemoryBuffer.cpp229 ssize_t ReadBytes; in getMemoryBufferForStream() local
/external/v8/src/
Dutils.cc222 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc462 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
/external/lldb/source/Core/
DAddress.cpp29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) in ReadBytes() function
/external/google-breakpad/src/processor/
Dminidump.cc4426 bool Minidump::ReadBytes(void* bytes, size_t count) { in ReadBytes() function in google_breakpad::Minidump
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py264 def ReadBytes (stream, length): function
/external/v8/tools/
Dgrokdump.py620 def ReadBytes(self, address, size): member in MinidumpReader