Searched refs:sc1 (Results 1 – 2 of 2) sorted by relevance
324 try (SocketChannel sc1 = SocketChannel.open()){ in test_bind() argument325 sc1.bind(socketAddress); in test_bind()
1565 Scanner sc1 = new Scanner("xyzzy"); in streamCloseTest() local1566 sc1.tokens().close(); in streamCloseTest()1568 sc1.hasNext(); in streamCloseTest()