Home
last modified time | relevance | path

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

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DChannelsTest.java57 private FileOutputStream fouts; field in ChannelsTest
80 if (null != this.fouts) { in tearDown()
81 this.fouts.close(); in tearDown()
82 this.fouts = null; in tearDown()
91 this.fouts = new FileOutputStream(tmpFile); in writeFileSame()
94 this.fouts.write(bit); in writeFileSame()
95 this.fouts.flush(); in writeFileSame()
100 this.fouts.write(writebuf.getBytes()); in writeFileSame()
189 this.fouts = null; in testNewChannelOutputStream_inputNull()
191 WritableByteChannel rbChannel = Channels.newChannel(this.fouts); in testNewChannelOutputStream_inputNull()
[all …]
/external/llvm/lib/Support/
DFormattedStream.cpp84 formatted_raw_ostream &llvm::fouts() { in fouts() function in llvm
/external/llvm/include/llvm/Support/
DFormattedStream.h142 formatted_raw_ostream &fouts();