/external/llvm/tools/lli/ |
D | RemoteTargetExternal.h | 38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } in ReadBytes() function
|
/external/lzma/CPP/7zip/Common/ |
D | InBuffer.h | 59 UInt32 ReadBytes(Byte *buf, UInt32 size) in ReadBytes() function
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 103 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { in ReadBytes() function in MacFileUtilities::MachoWalker
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 39 int ReadBytes(void *Data, size_t Size) { in ReadBytes() function in LLIChildTarget
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 158 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
|
D | 7zIn.cpp | 190 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 82 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 229 ssize_t ReadBytes; in getMemoryBufferForStream() local
|
/external/v8/src/ |
D | utils.cc | 222 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() function
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 462 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
|
/external/lldb/source/Core/ |
D | Address.cpp | 29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) in ReadBytes() function
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 4426 bool Minidump::ReadBytes(void* bytes, size_t count) { in ReadBytes() function in google_breakpad::Minidump
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 264 def ReadBytes (stream, length): function
|
/external/v8/tools/ |
D | grokdump.py | 620 def ReadBytes(self, address, size): member in MinidumpReader
|