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

  /development/simulator/wrapsim/
SimMgr.c 196 static int readAll(int fd, void* buf, size_t count)
265 readAll(fd, header, 4);
281 if (readAll(fd, msg->mData, msg->mLength) != 0) {
  /frameworks/base/awt/javax/imageio/
ImageReader.java 472 public IIOImage readAll(int imageIndex, ImageReadParam param) throws IOException {
485 public Iterator<IIOImage> readAll(Iterator<? extends ImageReadParam> params) throws IOException {
    [all...]

Completed in 43 milliseconds