HomeSort by relevance Sort by last modified time
    Searched full:testouts (Results 1 - 1 of 1) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 314 OutputStream testouts = Channels.newOutputStream(null); local
315 assertNotNull(testouts);
316 testouts.write(writebuf);
337 OutputStream testouts = Channels.newOutputStream(writebc); local
340 testouts.write(writebuf);
344 testouts.write(writebuf);
350 testouts.write(writebuf);

Completed in 236 milliseconds