HomeSort by relevance Sort by last modified time
    Searched defs:ReadData (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/
clipboard_dispatcher_gtk.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
clipboard_dispatcher_win.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
  /external/chromium/net/test/
test_server_win.cc 80 // Used as a crude timeout mechanism by ReadData().
97 bool ReadData(HANDLE read_fd, HANDLE write_fd,
128 LOG(ERROR) << "Timeout exceeded for ReadData";
199 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
205 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
test_server_posix.cc 59 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer,
143 if (!ReadData(child_fd_, sizeof(server_data_len),
150 if (!ReadData(child_fd_, server_data_len,
  /external/v8/test/cctest/
test-log-utils.cc 38 static int ReadData(
80 CHECK_EQ(32, ReadData(&dynabuf, 0, &buf));
97 CHECK_EQ(48, ReadData(&dynabuf, 0, &buf));
99 CHECK_EQ(48, ReadData(&dynabuf, 48, &buf));
101 CHECK_EQ(0, ReadData(&dynabuf, 48 * 2, &buf));
110 CHECK_EQ(128, ReadData(&dynabuf, 0, &buf));
114 CHECK_EQ(32, ReadData(&dynabuf, 128 - 32, &tail_buf));
130 CHECK_EQ(100, ReadData(&dynabuf, 0, &buf));
134 CHECK_EQ(seal_size, ReadData(&dynabuf, 100, &seal_buf));
137 CHECK_EQ(0, ReadData(&dynabuf, 100 + seal_size, &buf))
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 137 ReadData(resource, data);
170 void MalwareDetailsCacheCollector::ReadData(
173 DVLOG(1) << "ReadData";
  /external/chromium/net/spdy/
spdy_frame_builder.cc 94 bool SpdyFrameBuilder::ReadData(void** iter, const char** data,
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color )
grfmt_imageio.cpp 125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color )
grfmt_sunras.cpp 173 bool GrFmtSunRasterReader::ReadData( uchar* data, int step, int color )
grfmt_bmp.cpp 187 bool GrFmtBmpReader::ReadData( uchar* data, int step, int color )
grfmt_exr.cpp 198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color )
grfmt_jpeg2000.cpp 152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color )
grfmt_pxm.cpp 196 bool GrFmtPxMReader::ReadData( uchar* data, int step, int color )
grfmt_tiff.cpp 165 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color )
559 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color )
  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 147 int DiskCacheTestWithCache::ReadData(disk_cache::Entry* entry, int index,
150 int rv = entry->ReadData(index, offset, buf, len, &cb);
in_flight_backend_io.cc 127 void BackendIO::ReadData(EntryImpl* entry, int index, int offset,
385 void InFlightBackendIO::ReadData(EntryImpl* entry, int index, int offset,
389 operation->ReadData(entry, index, offset, buf, buf_len);
mem_entry_impl.cc 169 int MemEntryImpl::ReadData(int index, int offset, net::IOBuffer* buf,
372 int ret = child->ReadData(kSparseData, child_offset, io_buf,
sparse_control.cc 61 // directly, otherwise pass the data address to ReadData().
63 void ReadData(disk_cache::Addr address, int len);
104 void ChildrenDeleter::ReadData(disk_cache::Addr address, int len) {
353 deleter, &ChildrenDeleter::ReadData, address, data_len));
404 int rv = entry_->ReadData(kSparseIndex, 0, buf, sizeof(sparse_header_), NULL);
417 rv = entry_->ReadData(kSparseIndex, sizeof(sparse_header_), buf, map_len,
457 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
  /external/chromium/base/
pickle.cc 267 bool Pickle::ReadData(void** iter, const char** data, int* length) const {
  /external/chromium/net/base/
filter.cc 87 Filter::FilterStatus Filter::ReadData(char* dest_buffer, int* dest_len) {
94 return next_filter_->ReadData(dest_buffer, dest_len);
103 next_filter_->ReadData(dest_buffer, dest_len);
  /external/chromium/webkit/glue/
glue_serialize.cc 74 inline void ReadData(const SerializeObject* obj, const void** data,
77 obj->pickle.ReadData(&obj->iter, &tmp, length);
117 ReadData(obj, &tmp, &length);
268 ReadData(obj, &data, &length);
  /external/bluetooth/glib/gio/
ginputstream.c 941 } ReadData;
948 ReadData *op;
976 ReadData *op;
978 op = g_new (ReadData, 1);
994 ReadData *op;
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 357 static PTHFileData ReadData(const internal_key_type& k,
401 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d,
655 static data_type ReadData(const internal_key_type& k, const unsigned char* d,
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 149 uint8_t ReadData[16];

Completed in 2430 milliseconds

1 2