HomeSort by relevance Sort by last modified time
    Searched defs:theOutput (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 450 String theOutput = outputStream.toString();
451 // System.out.println("testPrintln: output= " + theOutput );
452 assertTrue(theOutput.startsWith(testMessage));
459 theOutput = outputStream2.toString();
460 // System.out.println("testPrintln: output= " + theOutput );
461 assertTrue(theOutput.startsWith(testMessage));
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 767 OutputStream theOutput = servSock.getOutputStream();
774 theOutput.write(sendString.getBytes());
775 theOutput.flush();
804 OutputStream theOutput = servSock.getOutputStream();
812 theOutput.write(sendString.getBytes());
813 theOutput.flush();
    [all...]

Completed in 220 milliseconds