HomeSort by relevance Sort by last modified time
    Searched full:openpipe (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java 27 * SelectorProvider#openPipe()
40 assertNotNull(SelectorProvider.provider().openPipe());
  /libcore/luni/src/main/java/java/nio/
SelectorProviderImpl.java 36 public Pipe openPipe() throws IOException {
  /libcore/luni/src/main/java/java/nio/channels/
Pipe.java 89 return SelectorProvider.provider().openPipe();
  /libcore/luni/src/main/java/java/nio/channels/spi/
SelectorProvider.java 101 public abstract Pipe openPipe() throws IOException;
  /external/mksh/src/
exec.c 187 openpipe(pv);
250 openpipe(pv);
261 openpipe(pv);
    [all...]
eval.c 1382 openpipe(pv);
    [all...]
main.c 1474 openpipe(int *pv) function
    [all...]
sh.h     [all...]

Completed in 299 milliseconds