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

  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 23 public final class IoUtils {
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 21 import libcore.io.IoUtils;
239 IoUtils.throwInterruptedIoException();
317 IoUtils.throwInterruptedIoException();
397 IoUtils.throwInterruptedIoException();
PipedReader.java 21 import libcore.io.IoUtils;
257 IoUtils.throwInterruptedIoException();
358 IoUtils.throwInterruptedIoException();
407 IoUtils.throwInterruptedIoException();
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 30 public final class IoUtils {
33 private IoUtils() {
69 IoUtils.close(fd);
IoBridge.java 139 IoUtils.setBlocking(fd, false);
145 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking.
162 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking.
405 IoUtils.close(fd);
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 40 import libcore.io.IoUtils;
95 IoUtils.setBlocking(wakeupIn, false);
108 IoUtils.close(wakeupIn);
109 IoUtils.close(wakeupOut);
DatagramChannelImpl.java 41 import libcore.io.IoUtils;
417 IoUtils.setBlocking(fd, blocking);
SocketChannelImpl.java 48 import libcore.io.IoUtils;
472 IoUtils.setBlocking(fd, blocking);
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 32 import libcore.io.IoUtils;
238 IoUtils.setBlocking(comm[1], true);
437 IoUtils.setBlocking(comm1, false);
438 IoUtils.setBlocking(comm2, false);
641 IoUtils.closeQuietly(mFd);
704 IoUtils.closeQuietly(mCommFd);
    [all...]

Completed in 454 milliseconds