Searched refs:ins (Results 1 – 4 of 4) sorted by relevance
366 private synchronized void readConfigurationImpl(InputStream ins) in readConfigurationImpl() argument369 props.load(ins); in readConfigurationImpl()411 public void readConfiguration(InputStream ins) throws IOException { in readConfiguration() argument413 readConfigurationImpl(ins); in readConfiguration()
226 public void readConfiguration(InputStream ins) throws IOException { in readConfiguration() argument228 super.readConfiguration(ins); in readConfiguration()
173 InputStream ins = Channels.newInputStream(rbChannel); in testNewChannelInputStream() local174 assertNotNull(ins); in testNewChannelInputStream()175 assertEquals(0, ins.available()); in testNewChannelInputStream()
1269 InsertThread ins = new InsertThread((PreparedStatement)st); in testCancel() local1272 ins.t.join(); in testCancel()