HomeSort by relevance Sort by last modified time
    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();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 598 InputStream theInput = theSocket.getInputStream();
613 assertEquals(0, theInput.available());
633 InputStream theInput = theSocket.getInputStream();
    [all...]

Completed in 112 milliseconds