HomeSort by relevance Sort by last modified time
    Searched refs:read_func (Results 1 - 14 of 14) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
proxyshaper.py 80 def _read(self, read_func, size):
82 data = read_func(size)
  /system/extras/libfec/
fec_process.cpp 25 read_func func;
44 read_func func)
fec_private.h 119 typedef ssize_t (*read_func)(fec_handle *f, uint8_t *dest, size_t count, typedef
123 uint64_t offset, read_func func);
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon23503
vorbisfile.c 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
    [all...]
  /frameworks/native/include/binder/
Parcel.h 392 status_t(Parcel::*read_func)(U*) const) const;
395 status_t(Parcel::*read_func)(T*) const) const;
398 status_t(Parcel::*read_func)(T*) const) const;
580 status_t(Parcel::*read_func)(U*) const) const {
595 status = (this->*read_func)(&v);
607 status_t(Parcel::*read_func)(T*) const) const {
608 return unsafeReadTypedVector(val, read_func);
613 status_t(Parcel::*read_func)(T*) const) const {
626 status = unsafeReadTypedVector(val->get(), read_func);
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon16377
  /art/runtime/base/unix_file/
fd_file.cc 212 template <ssize_t (*read_func)(int, void*, size_t, off_t)>
216 ssize_t bytes_read = TEMP_FAILURE_RETRY(read_func(fd, ptr, byte_count, offset));
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h     [all...]
  /external/libvorbis/lib/
vorbisfile.c 69 if(!(vf->callbacks.read_func))return(-1);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 274 milliseconds