Searched refs:ReadBytes (Results 26 - 50 of 85) sorted by relevance

1234

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_async_delegate.h46 // A callback to be called when ReadBytes method call succeeds.
95 virtual void ReadBytes(const base::FilePath& device_file_path,
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc95 if (!pickle->ReadBytes(&data_iterator, &tmp, sizeof(profile_)))
/external/chromium_org/net/http/
H A Dhttp_vary_data.cc70 if (pickle.ReadBytes(iter, &data, sizeof(request_digest_))) {
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.h80 bool ReadBytes(const base::FilePath& file_path,
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/webrtc/base/
H A Dbytebuffer.h52 bool ReadBytes(char* val, size_t len);
H A Dbytebuffer_unittest.cc175 EXPECT_TRUE(buffer.ReadBytes(read_bytes, 3));
185 EXPECT_TRUE(buffer.ReadBytes(read_bytes, 3));
/external/chromium_org/base/
H A Dpickle.h44 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT;
205 // number of bytes to read, and ReadBytes will validate this length. The
208 bool ReadBytes(PickleIterator* iter,
211 return iter->ReadBytes(data, length);
H A Dpickle.cc176 return ReadBytes(data, *length);
179 bool PickleIterator::ReadBytes(const char** data, int length) { function in class:PickleIterator
H A Dpickle_unittest.cc357 // Check that ReadBytes works properly with an iterator initialized to NULL.
358 TEST(PickleTest, ReadBytes) {
365 EXPECT_TRUE(pickle.ReadBytes(&iter, &outdata_char, sizeof(data)));
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp215 if (!ReadBytes(&MsgType, 4)) {
242 if (!ReadBytes(&DataSize, 4)) {
259 if (!ReadBytes(ReceiveData[I], Sizes[I])) {
/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
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h53 virtual void ReadBytes(const base::FilePath& device_file_path,
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h107 virtual void ReadBytes(const base::FilePath& device_file_path,
/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/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc50 if (!m->ReadBytes(iter, &bytes, sizeof(p->name)))
/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/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h90 virtual int32_t ReadBytes(int32_t index,
/external/chromium_org/third_party/sfntly/cpp/src/test/
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/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h90 virtual int32_t ReadBytes(int32_t index,
/external/sfntly/cpp/src/test/
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/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h88 virtual void ReadBytes(const base::FilePath& device_file_path,
211 // Called when ReadBytes() succeeds.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc70 ret &= buf->ReadBytes(payload, sizeof(payload));
103 ret &= buf->ReadBytes(payload, sizeof(payload));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc131 if (!it->ReadBytes(&pixels, size))
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc205 rfd->ReadBytes(0, &(tag[0]), 0, tag.size());

Completed in 1107 milliseconds

1234