Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DPipeTest.java54 Pipe pipe = Pipe.open(); in test_open() local
68 Pipe pipe = Pipe.open(); in test_sink() local
83 Pipe pipe = Pipe.open(); in test_source() local
DSourceChannelTest.java55 private Pipe pipe; field in SourceChannelTest
382 Pipe pipe = Pipe.open(); in test_read_$LByteBufferII() local
DSelectionKeyTest.java345 Pipe pipe = SelectorProvider.provider().openPipe(); in test_isWritable() local
DSinkChannelTest.java67 private Pipe pipe; field in SinkChannelTest
DSelectorTest.java483 final Pipe pipe = Pipe.open(); in test_cancelledKeys() local
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java63 public static native void pipe(int[] fds) throws IOException; in pipe() method in IoUtils
/libcore/luni/src/main/java/java/lang/
DRuntime.java785 private PipedInputStream pipe; field in WriterOutputStream