OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SocketInputStream
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/java/net/
SocketInputStream.java
39
*
SocketInputStream
. Note that this class should <b>NOT</b> be
45
class
SocketInputStream
extends FileInputStream
58
* Creates a new
SocketInputStream
. Can only be called
63
SocketInputStream
(AbstractPlainSocketImpl impl) throws IOException {
73
* The {@code getChannel} method of {@code
SocketInputStream
}
AbstractPlainSocketImpl.java
59
private
SocketInputStream
socketInputStream
= null;
466
if (
socketInputStream
== null)
467
socketInputStream
= new
SocketInputStream
(this);
469
return
socketInputStream
;
472
void setInputStream(
SocketInputStream
in) {
473
socketInputStream
= in;
620
if (
socketInputStream
!= null) {
621
socketInputStream
.setEOF(true)
[
all
...]
SocksSocketImpl.java
124
count = ((
SocketInputStream
)in).read(data, received, len - received, remainingMillis(deadlineMillis));
[
all
...]
/libcore/ojluni/src/main/native/
SocketInputStream.c
43
*
SocketInputStream
157
NATIVE_METHOD(
SocketInputStream
, socketRead0, "(Ljava/io/FileDescriptor;[BIII)I"),
161
jniRegisterNativeMethods(env, "java/net/
SocketInputStream
", gMethods, NELEM(gMethods));
/frameworks/base/core/java/android/net/
LocalSocketImpl.java
38
private
SocketInputStream
fis;
58
class
SocketInputStream
extends InputStream {
357
fis = new
SocketInputStream
();
/libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java
193
private class
SocketInputStream
196
private
SocketInputStream
() {
237
private InputStream
socketInputStream
= null;
246
if (
socketInputStream
== null) {
248
socketInputStream
= AccessController.doPrivileged(
251
return new
SocketInputStream
();
258
return
socketInputStream
;
/frameworks/base/config/
preloaded-classes
[
all
...]
boot-image-profile.txt
[
all
...]
Completed in 667 milliseconds