Searched defs:read (Results 1 - 11 of 11) sorted by relevance

/development/ndk/platforms/android-L/include/
H A Dunistd.h140 extern ssize_t read(int, void *, size_t);
215 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
216 __errordecl(__read_count_toobig_error, "read called with count > SSIZE_MAX");
218 __asm__(__USER_LABEL_PREFIX__ "read");
221 ssize_t read(int fd, void* buf, size_t count) { function
/development/ndk/platforms/android-3/include/linux/
H A Dandroid_pmem.h46 ssize_t (*read) (struct file *, char __user *, size_t, long long *); member in struct:pmem_file_operations
H A Dsysfs.h45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); member in struct:bin_attribute
H A Dnfs_xdr.h514 int (*read) (struct nfs_read_data *); member in struct:nfs_rpc_ops
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
H A DLocationDbHelper.java106 public final List<LocationEntry> read(Calendar calendar) { method in class:LocationDbHelper
/development/ndk/platforms/android-3/include/linux/nfsd/
H A Dxdr.h130 struct nfsd_readargs read; member in union:nfsd_xdrstore
/development/ndk/sources/android/libportable/arch-mips/
H A Dfilefd.c35 * which make it possible to read kernel data structures via the
36 * read system call. See man pages for:
432 int WRAP(read)(int fd, void *buf, size_t count) function
451 rv = REAL(read)(fd, buf, count);
454 /* The read() of a signalfd() file descriptor needs to be mapped. */
459 rv = REAL(read)(fd, buf, count);
465 rv = REAL(read)(fd, buf, count);
/development/samples/Vault/src/com/example/android/vault/
H A DEncryptedDocument.java166 * Decrypt and read content section of this document, writing it into the
208 * @param contentIn read end of a pipe.
275 section.read(f);
284 while ((n = f.read(inbuf, 0, (int) Math.min(section.length, inbuf.length))) != -1) {
327 while ((n = in.read(inbuf)) != -1) {
363 public void read(RandomAccessFile f) throws IOException { method in class:EncryptedDocument.Section
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dmtd.h104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); member in struct:mtd_info
/development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
H A Dioc.h157 volatile u8 read; member in struct:sgioc_regs
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsgiarcs.h221 LONG read; member in struct:linux_romvec

Completed in 233 milliseconds