OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theInput
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java
104
FileInputStream
theInput
= null;
110
theInput
= new FileInputStream(theFile);
114
int count =
theInput
.read(theBytes, dataRead,
137
if (
theInput
!= null) {
138
theInput
.close();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java
596
InputStream
theInput
= theSocket.getInputStream();
611
assertEquals(0,
theInput
.available());
631
InputStream
theInput
= theSocket.getInputStream();
[
all
...]
Completed in 218 milliseconds