HomeSort by relevance Sort by last modified time
    Searched defs:READV (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
doio.h 59 #define READV 102
  /external/kmod/libkmod/
libkmod-elf.c 237 #define READV(field) \
242 *size = READV(sh_size);
243 *offset = READV(sh_offset);
244 *nameoff = READV(sh_name);
247 *size = READV(sh_size);
248 *offset = READV(sh_offset);
249 *nameoff = READV(sh_name);
251 #undef READV
300 #define READV(field) \
304 elf->header.section.offset = READV(e_shoff);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 186 testChannelRead_exceptionWhenAlreadyClosed(ChannelReader.Method.READV);
218 testChannelRead_exceptionWhenAlreadyInterrupted(ChannelReader.Method.READV);
255 testChannelRead_exceptionOnCloseWhenBlocked(ChannelReader.Method.READV);
288 testChannelRead_exceptionOnInterrupt(ChannelReader.Method.READV);
535 READV,

Completed in 1514 milliseconds