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

  /libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java 38 * SocketOutputStream. Note that this class should <b>NOT</b> be
44 class SocketOutputStream extends FileOutputStream
51 * Creates a new SocketOutputStream. Can only be called
56 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException {
66 * The {@code getChannel} method of {@code SocketOutputStream}
AbstractPlainSocketImpl.java 59 private SocketOutputStream socketOutputStream = null;
450 if (socketOutputStream == null)
451 socketOutputStream = new SocketOutputStream(this);
453 return socketOutputStream;
  /libcore/ojluni/src/main/native/
openjdksub.mk 55 SocketOutputStream.c \
SocketOutputStream.c 44 * SocketOutputStream
132 NATIVE_METHOD(SocketOutputStream, socketWrite0, "(Ljava/io/FileDescriptor;[BII)V"),
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods));
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 39 private SocketOutputStream fos;
121 class SocketOutputStream extends OutputStream {
378 fos = new SocketOutputStream();
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]
  /libcore/
openjdk_java_files.mk 316 ojluni/src/main/java/java/net/SocketOutputStream.java \
    [all...]

Completed in 221 milliseconds