Searched defs:ReadBytes (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/components/pairing/
H A Dmessage_buffer.cc22 void MessageBuffer::ReadBytes(char* buffer, int size) { function in class:pairing_chromeos::MessageBuffer
/external/llvm/tools/lli/
H A DRemoteTargetExternal.h38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } function in class:llvm::RemoteTargetExternal
/external/chromium_org/base/
H A Dbig_endian.cc21 bool BigEndianReader::ReadBytes(void* out, size_t len) { function in class:base::BigEndianReader
H A Dpickle.cc176 return ReadBytes(data, *length);
179 bool PickleIterator::ReadBytes(const char** data, int length) { function in class:PickleIterator
/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.cc160 bool SpdyFrameReader::ReadBytes(void* result, size_t size) { function in class:net::SpdyFrameReader
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h59 UInt32 ReadBytes(Byte *buf, UInt32 size) function in class:CInBuffer
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_file_stream_reader.cc43 void ReadBytes( function in namespace:__anon4242
56 delegate->ReadBytes(
107 ReadBytes(url_,
121 ReadBytes(url_, buf, current_offset_, buf_len,
171 ReadBytes(url_, buf, current_offset_, buf_len,
/external/chromium_org/net/quic/
H A Dquic_data_reader.cc21 return ReadBytes(result, sizeof(*result));
25 return ReadBytes(result, sizeof(*result));
47 return ReadBytes(result, sizeof(*result));
133 bool QuicDataReader::ReadBytes(void* result, size_t size) { function in class:net::QuicDataReader
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc68 return ReadBytes(reinterpret_cast<char*>(val), 1);
75 if (!ReadBytes(reinterpret_cast<char*>(&v), 2)) {
92 if (!ReadBytes(read_into, 3)) {
104 if (!ReadBytes(reinterpret_cast<char*>(&v), 4)) {
116 if (!ReadBytes(reinterpret_cast<char*>(&v), 8)) {
136 bool ByteBuffer::ReadBytes(char* val, size_t len) { function in class:rtc::ByteBuffer
/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/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_task_helper.cc125 void MTPDeviceTaskHelper::ReadBytes( function in class:MTPDeviceTaskHelper
H A Dmtp_device_delegate_impl_linux.cc169 task_helper->ReadBytes(request);
411 void MTPDeviceDelegateImplLinux::ReadBytes( function in class:MTPDeviceDelegateImplLinux
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc181 !ReadBytes(usage_file_path, buffer, kUsageFileSize))
188 if (!read_pickle.ReadBytes(&iter, &header, kUsageFileHeaderSize) ||
252 bool FileSystemUsageCache::ReadBytes(const base::FilePath& file_path, function in class:storage::FileSystemUsageCache
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc577 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc82 int32_t ReadableFontData::ReadBytes(int32_t index, function in class:sfntly::ReadableFontData
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp212 ssize_t ReadBytes; local
216 ReadBytes = read(FD, Buffer.end(), ChunkSize);
217 if (ReadBytes == -1) {
221 Buffer.set_size(Buffer.size() + ReadBytes);
222 } while (ReadBytes != 0);
/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/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc350 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc82 int32_t ReadableFontData::ReadBytes(int32_t index, function in class:sfntly::ReadableFontData
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc449 void MTPDeviceDelegateImplWin::ReadBytes( function in class:MTPDeviceDelegateImplWin
/external/chromium_org/v8/src/
H A Dutils.cc222 byte* ReadBytes(const char* filename, int* size, bool verbose) { function in namespace:v8::internal
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc146 return ReadBytes(data, sizeof(*data));
150 return ReadBytes(data, sizeof(*data));
162 return ReadBytes(&(*data)[0], length);
165 bool ReadBytes(void* bytes, int size) { function in class:__anon5980::DataInputStream
/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/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)

Completed in 5384 milliseconds

12