Searched defs:pipe (Results 1 – 7 of 7) sorted by relevance
54 Pipe pipe = Pipe.open(); in test_open() local68 Pipe pipe = Pipe.open(); in test_sink() local83 Pipe pipe = Pipe.open(); in test_source() local
55 private Pipe pipe; field in SourceChannelTest382 Pipe pipe = Pipe.open(); in test_read_$LByteBufferII() local
345 Pipe pipe = SelectorProvider.provider().openPipe(); in test_isWritable() local
67 private Pipe pipe; field in SinkChannelTest
483 final Pipe pipe = Pipe.open(); in test_cancelledKeys() local
63 public static native void pipe(int[] fds) throws IOException; in pipe() method in IoUtils
785 private PipedInputStream pipe; field in WriterOutputStream