/external/lzma/CPP/7zip/Common/ |
D | InBuffer.cpp | 98 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
|
/external/libchrome/base/ |
D | big_endian.cc | 21 bool BigEndianReader::ReadBytes(void* out, size_t len) { in ReadBytes() function in base::BigEndianReader
|
D | pickle.cc | 202 bool PickleIterator::ReadBytes(const char** data, int length) { in ReadBytes() function in base::PickleIterator
|
D | pickle_unittest.cc | 499 TEST(PickleTest, ReadBytes) { in TEST() argument
|
/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/scudo/standalone/ |
D | linux.cpp | 146 ssize_t ReadBytes; in getRandom() local
|
/external/webrtc/webrtc/base/ |
D | bytebuffer.cc | 140 bool ByteBuffer::ReadBytes(char* val, size_t len) { in ReadBytes() function in rtc::ByteBuffer
|
/external/v8/src/wasm/ |
D | streaming-decoder.cc | 250 size_t AsyncStreamingDecoder::DecodingState::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodingState 509 size_t AsyncStreamingDecoder::DecodeVarInt32::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 339 inline Status ReadBytes(CodedInputStream* input, int index, void* datap) { in ReadBytes() function
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedInputStream.cs | 620 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 565 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite 570 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 86 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 239 ssize_t ReadBytes; in getMemoryBufferForStream() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 239 ssize_t ReadBytes; in getMemoryBufferForStream() local
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 373 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
|
D | 7zIn.cpp | 137 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 215 ssize_t ReadBytes; in getMemoryBufferForStream() local
|
/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
|