HomeSort by relevance Sort by last modified time
    Searched refs:establishConnection (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 93 stream.establishConnection();
PipedWriter.java 94 reader.establishConnection();
PipedInputStream.java 180 synchronized void establishConnection() throws IOException {
PipedReader.java 164 synchronized void establishConnection() throws IOException {
  /dalvik/vm/jdwp/
JdwpAdb.cpp 293 static bool establishConnection(struct JdwpState* state)
729 establishConnection,
JdwpSocket.cpp 392 static bool establishConnection(JdwpState* state)
893 establishConnection,
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 350 private void establishConnection(ProxyData proxyData, int connectTimeout) throws IOException
472 establishConnection(proxyData, connectTimeout);

Completed in 447 milliseconds