Searched refs:ReadBytes (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp39 int ReadBytes(void *Data, size_t Size) { function in class:LLIChildTarget
40 return RPC.ReadBytes(Data, Size) ? Size : -1;
69 if (ReadBytes(&MsgType, 4) > 0)
101 int rc = ReadBytes(&DataSize, 4);
109 rc = ReadBytes(&Alignment, 4);
111 rc = ReadBytes(&AllocSize, 4);
125 int rc = ReadBytes(&DataSize, 4);
131 rc = ReadBytes(&Addr, 8);
139 rc = ReadBytes((void*)Addr, BufferSize);
154 int rc = ReadBytes(
[all...]
/external/llvm/tools/lli/
H A DRPCChannel.h42 bool ReadBytes(void *Data, size_t Size);
H A DRemoteTargetExternal.h38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } function in class:llvm::RemoteTargetExternal
H A DRemoteTargetExternal.cpp215 if (!ReadBytes(&MsgType, 4)) {
242 if (!ReadBytes(&DataSize, 4)) {
259 if (!ReadBytes(ReceiveData[I], Sizes[I])) {
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.cc103 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { function in class:MacFileUtilities::MachoWalker
136 if (!ReadBytes(&magic, sizeof(magic), 0))
155 if (!ReadBytes(&header, sizeof(header), 0))
173 if (!ReadBytes(&fat, sizeof(fat), offset))
184 if (!ReadBytes(&arch, sizeof(arch), offset))
206 if (!ReadBytes(&header, sizeof(header), offset))
232 if (!ReadBytes(&header, sizeof(header), offset))
254 if (!ReadBytes(&cmd, sizeof(cmd), offset))
H A Dmacho_id.cc148 if (!walker->ReadBytes(buffer, buffer_size, file_offset))
260 if (!walker->ReadBytes(&seg, sizeof(seg), offset))
277 if (!walker->ReadBytes(&sec, sizeof(sec), offset))
293 if (!walker->ReadBytes(&seg64, sizeof(seg64), offset))
310 if (!walker->ReadBytes(&sec64, sizeof(sec64), offset))
338 if (!walker->ReadBytes(uuid_cmd, sizeof(struct breakpad_uuid_command),
358 if (!walker->ReadBytes(dylib_cmd, sizeof(struct dylib_command), offset))
H A Dmacho_walker.h70 bool ReadBytes(void *buffer, size_t size, off_t offset);
/external/sfntly/cpp/src/test/
H A Dfont_parsing_test.cc67 wfd->ReadBytes(0, &(b[0]), 0, TTF_LENGTH[SAMPLE_TTF_FEAT]);
93 wfd1->ReadBytes(0, &(b1[0]), 0, TTF_LENGTH[i]);
94 wfd2->ReadBytes(0, &(b2[0]), 0, TTF_LENGTH[i]);
H A Dfont_data_test.cc158 int32_t bytes_read = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size());
173 rfd->ReadBytes(index, &((*b)[0]), index, actual_window_size);
192 int32_t bytesRead = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size());
205 int32_t bytes_read = rfd->ReadBytes(index, &(b[0]), index, sliding_size);
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h59 UInt32 ReadBytes(Byte *buf, UInt32 size) function in class:CInBuffer
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h112 void ReadBytes(Byte *data, size_t size);
158 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp190 void CInByte2::ReadBytes(Byte *data, size_t size) function in class:NArchive::N7z::CInByte2
403 ReadBytes(longID, idSize);
425 ReadBytes((Byte *)coder.Props, (size_t)propsSize);
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp229 ssize_t ReadBytes; local
233 ReadBytes = read(FD, Buffer.end(), ChunkSize);
234 if (ReadBytes == -1) {
238 Buffer.set_size(Buffer.size() + ReadBytes);
239 } while (ReadBytes != 0);
/external/google-breakpad/src/processor/
H A Dminidump_dump.cc71 if (!minidump->ReadBytes(&contents[0], length)) {
73 BPLOG(ERROR) << "minidump.ReadBytes failed";
H A Dminidump.cc451 if (!minidump_->ReadBytes(context_amd64.get(),
553 if (!minidump_->ReadBytes(&context_flags, sizeof(context_flags))) {
587 if (!minidump_->ReadBytes(context_after_flags,
650 if (!minidump_->ReadBytes(&context_flags, sizeof(context_flags))) {
684 if (!minidump_->ReadBytes(context_after_flags,
730 if (!minidump_->ReadBytes(&context_flags, sizeof(context_flags))) {
781 if (!minidump_->ReadBytes(context_after_flags,
854 if (!minidump_->ReadBytes(context_after_flags,
930 if (!minidump_->ReadBytes(context_after_flags,
986 if (!minidump_->ReadBytes(context_after_flag
4426 bool Minidump::ReadBytes(void* bytes, size_t count) { function in class:google_breakpad::Minidump
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h90 virtual int32_t ReadBytes(int32_t index,
H A Dreadable_font_data.cc82 int32_t ReadableFontData::ReadBytes(int32_t index, function in class:sfntly::ReadableFontData
/external/lldb/source/Core/
H A DAddress.cpp29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) function
82 success = ReadBytes (exe_scope, address, &buf, byte_size) == byte_size;
147 if (ReadBytes (exe_scope, address, &buf[0], buf.size()) == buf.size())
187 while ((bytes_read = ReadBytes (exe_scope, curr_address, buf, k_buf_len)) > 0)
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc205 rfd->ReadBytes(0, &(tag[0]), 0, tag.size());
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc171 data_->ReadBytes(Offset::kPanose, &((*value)[0]), 0, 10);
194 data_->ReadBytes(Offset::kAchVendId, &((*b)[0]), 0, 4);
420 InternalReadData()->ReadBytes(Offset::kPanose,
473 InternalReadData()->ReadBytes(Offset::kAchVendId, &((*b)[0]), 0, 4);
/external/v8/test/cctest/
H A Dtest-serialize.cc278 byte* str = ReadBytes(snapshot_file, &len);
492 byte* snapshot = ReadBytes(file_name, &snapshot_size);
614 byte* snapshot = ReadBytes(file_name, &snapshot_size);
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h930 bool ReadBytes(void* bytes, size_t count);
1010 // The stream for all file I/O. Used by ReadBytes and SeekSet.
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc462 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py264 def ReadBytes (stream, length): function
631 msg = ReadBytes(stream, length)
663 msg = ReadBytes(stream, length)
697 msg = ReadBytes(stream, length)
/external/v8/src/
H A Dutils.cc222 byte* ReadBytes(const char* filename, int* size, bool verbose) { function in namespace:v8::internal

Completed in 574 milliseconds

12