HomeSort by relevance Sort by last modified time
    Searched refs:fouts (Results 1 - 3 of 3) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 53 private FileOutputStream fouts; field in class:ChannelsTest
76 if (null != this.fouts) {
77 this.fouts.close();
78 this.fouts = null;
87 this.fouts = new FileOutputStream(tmpFile);
90 this.fouts.write(bit);
91 this.fouts.flush();
96 this.fouts.write(writebuf.getBytes());
185 this.fouts = null;
187 WritableByteChannel rbChannel = Channels.newChannel(this.fouts);
    [all...]
  /external/llvm/include/llvm/Support/
FormattedStream.h 147 /// fouts() - This returns a reference to a formatted_raw_ostream for
148 /// standard output. Use it like: fouts() << "foo" << "bar";
149 formatted_raw_ostream &fouts();
  /external/llvm/lib/Support/
FormattedStream.cpp 88 /// fouts() - This returns a reference to a formatted_raw_ostream for
89 /// standard output. Use it like: fouts() << "foo" << "bar";
90 formatted_raw_ostream &llvm::fouts() { function in class:llvm

Completed in 438 milliseconds