Home
last modified time | relevance | path

Searched refs:mesg (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/net/Socket/
DShutdownInput.java71 public static void test(Socket s1, Socket s2, String mesg) throws Exception { in test() argument
80 System.out.println(mesg + ":" + s2 + " in.available() should be 0, " + in test()
90 System.out.append(mesg + ":" + s2 + " in.read() should be -1"); in test()