OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SocketOutputStream
(Results
1 - 7
of
7
) sorted by null
/libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java
39
*
SocketOutputStream
. Note that this class should <b>NOT</b> be
45
class
SocketOutputStream
extends FileOutputStream
52
* Creates a new
SocketOutputStream
. Can only be called
57
SocketOutputStream
(AbstractPlainSocketImpl impl) throws IOException {
67
* The <code>getChannel</code> method of <code>
SocketOutputStream
</code>
AbstractPlainSocketImpl.java
422
return new
SocketOutputStream
(this);
/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
();
/libcore/
openjdk_java_files.mk
295
ojluni/src/main/java/java/net/
SocketOutputStream
.java \
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 552 milliseconds