Searched defs:ReadData (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache_unittest.cc96 virtual int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len, function in class:__anon1044::MockDiskEntry
/external/chromium/net/flip/
H A Dflip_frame_builder.cc94 bool FlipFrameBuilder::ReadData(void** iter, const char** data, function in class:flip::FlipFrameBuilder
/external/v8/test/cctest/
H A Dtest-log-utils.cc39 static int ReadData( function
81 CHECK_EQ(32, ReadData(&dynabuf, 0, &buf));
98 CHECK_EQ(48, ReadData(&dynabuf, 0, &buf));
100 CHECK_EQ(48, ReadData(&dynabuf, 48, &buf));
102 CHECK_EQ(0, ReadData(&dynabuf, 48 * 2, &buf));
111 CHECK_EQ(128, ReadData(&dynabuf, 0, &buf));
115 CHECK_EQ(32, ReadData(&dynabuf, 128 - 32, &tail_buf));
131 CHECK_EQ(100, ReadData(&dynabuf, 0, &buf));
135 CHECK_EQ(seal_size, ReadData(&dynabuf, 100, &seal_buf));
138 CHECK_EQ(0, ReadData(
[all...]
/external/chromium/base/
H A Dpickle.cc277 bool Pickle::ReadData(void** iter, const char** data, int* length) const { function in class:Pickle
/external/chromium/net/base/
H A Dfilter.cc330 Filter::FilterStatus Filter::ReadData(char* dest_buffer, int* dest_len) { function in class:Filter
337 return next_filter_->ReadData(dest_buffer, dest_len);
346 next_filter_->ReadData(dest_buffer, dest_len);
/external/bluetooth/glib/gio/
H A Dginputstream.c941 } ReadData; typedef in typeref:struct:__anon438
948 ReadData *op;
976 ReadData *op;
978 op = g_new (ReadData, 1);
994 ReadData *op;
/external/chromium/net/disk_cache/
H A Dmem_entry_impl.cc99 int MemEntryImpl::ReadData(int index, int offset, net::IOBuffer* buf, function in class:disk_cache::MemEntryImpl
193 int ret = child->ReadData(kSparseData, child_offset, io_buf,
H A Dentry_impl.cc189 int EntryImpl::ReadData(int index, int offset, net::IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImpl
H A Dsparse_control.cc59 // directly, otherwise pass the data address to ReadData().
61 void ReadData(disk_cache::Addr address, int len);
102 void ChildrenDeleter::ReadData(disk_cache::Addr address, int len) { function in class:__anon991::ChildrenDeleter
280 deleter, &ChildrenDeleter::ReadData, address, data_len));
331 int rv = entry_->ReadData(kSparseIndex, 0, buf, sizeof(sparse_header_), NULL);
344 rv = entry_->ReadData(kSparseIndex, sizeof(sparse_header_), buf, map_len,
381 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
606 rv = child_->ReadData(kSparseData, child_offset_, user_buf_, child_len_,
/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h149 uint8_t ReadData[16]; member in struct:phFriNfc_Type2_AddInfo

Completed in 119 milliseconds