/toolchain/binutils/binutils-2.25/gold/ |
fileread.cc | 117 // Class File_read. 119 // A lock for the File_read static variables. 123 // The File_read static variables. 124 unsigned long long File_read::total_mapped_bytes; 125 unsigned long long File_read::current_mapped_bytes; 126 unsigned long long File_read::maximum_mapped_bytes; 128 // Class File_read::View. 130 File_read::View::~View() 145 File_read::current_mapped_bytes -= this->size_; 156 File_read::View::lock( [all...] |
fileread.h | 66 // File_read manages a file descriptor and mappings for a file we are 69 class File_read 72 File_read() 78 ~File_read(); 146 // The pointer will remain valid until the File_read is unlocked. 236 File_read(const File_read&); 237 File_read& operator=(const File_read&); 449 // obtained form File_read::get_lasting_view. They may only b [all...] |
nacl.h | 62 View(File_read& file, off_t file_offset, off_t data_size) 88 File_read& file_;
|
archive.h | 195 File_read& 199 const File_read&
|
dirsearch.cc | 243 // File_read::open.
|
binary.cc | 126 File_read f;
|
main.cc | 298 File_read::print_stats();
|
reloc.cc | 706 operator()(const File_read::Read_multiple_entry& rme1, 707 const File_read::Read_multiple_entry& rme2) const 726 File_read::Read_multiple rm; 842 rm.push_back(File_read::Read_multiple_entry(sh_offset, 858 rm.push_back(File_read::Read_multiple_entry(sh_offset, [all...] |
ChangeLog | [all...] |
object.h | 492 // size. CACHE is a hint as in File_read::get_view. 687 read_multiple(const File_read::Read_multiple& rm) [all...] |
/external/lzma/C/ |
7zFile.h | 44 WRes File_Read(CSzFile *p, void *data, size_t *size);
|
7zFile.c | 99 WRes File_Read(CSzFile *p, void *data, size_t *size)
244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ;
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ;
|
/external/tlsdate/src/ |
util.h | 85 int (*file_read)(int fd, void *buf, size_t sz); member in struct:platform
|
util.c | 339 int file_read(int fd, void *buf, size_t sz) function 383 .file_read = file_read,
|
tlsdated.c | 70 if (platform->file_read(fd, &tmpt, sizeof(tmpt)))
|
/device/google/dragon/recovery/updater/ |
flash_file.cpp | 105 static int file_read(void *hnd, off_t offset, void *buffer, size_t count) function 182 .read = file_read,
|
/external/boringssl/src/crypto/bio/ |
file.c | 184 static int file_read(BIO *b, char *out, int outl) { function 317 BIO_TYPE_FILE, "FILE pointer", file_write, file_read, file_puts,
|
/external/libvpx/libvpx/ |
y4minput.c | 22 static int file_read(void *buf, size_t size, FILE *file) { function 712 if (!file_read(buffer + i, 1, _fin)) return -1; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
y4minput.c | 22 static int file_read(void *buf, size_t size, FILE *file) { function 708 if (!file_read(buffer + i, 1, _fin)) return -1; [all...] |
/external/opencv3/3rdparty/libjasper/ |
jas_stream.c | 114 static int file_read(jas_stream_obj_t *obj, char *buf, int cnt); 124 file_read, 1099 static int file_read(jas_stream_obj_t *obj, char *buf, int cnt) function
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/ |
camera_calibration.cpp | 228 //! [file_read] 239 //! [file_read]
|
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.c | 138 if (File_Read(stream, buf + numPrevBytes, &processed) != 0)
|
/external/opencv3/doc/tutorials/calib3d/camera_calibration/ |
camera_calibration.markdown | 100 @snippet samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp file_read
|
/external/valgrind/mpi/ |
libmpiwrap.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
CHANGES | [all...] |