HomeSort by relevance Sort by last modified time
    Searched refs:fouts (Results 1 - 19 of 19) 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());
189 this.fouts = null;
191 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
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 139 /// fouts() - This returns a reference to a formatted_raw_ostream for
140 /// standard output. Use it like: fouts() << "foo" << "bar";
141 formatted_raw_ostream &fouts();
  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 82 /// fouts() - This returns a reference to a formatted_raw_ostream for
83 /// standard output. Use it like: fouts() << "foo" << "bar";
84 formatted_raw_ostream &llvm::fouts() { function in class:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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();
  /prebuilts/clang/host/darwin-x86/clang-4393122/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();
  /prebuilts/clang/host/darwin-x86/clang-4479392/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();
  /prebuilts/clang/host/darwin-x86/clang-4579689/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();
  /prebuilts/clang/host/darwin-x86/clang-4630689/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();
  /prebuilts/clang/host/darwin-x86/clang-4639204/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();
  /prebuilts/clang/host/darwin-x86/clang-4691093/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();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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();
  /prebuilts/clang/host/linux-x86/clang-4393122/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();
  /prebuilts/clang/host/linux-x86/clang-4479392/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();
  /prebuilts/clang/host/linux-x86/clang-4579689/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();
  /prebuilts/clang/host/linux-x86/clang-4630689/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();
  /prebuilts/clang/host/linux-x86/clang-4639204/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();
  /prebuilts/clang/host/linux-x86/clang-4691093/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();

Completed in 1983 milliseconds