/external/rust/crates/libz-sys/src/zlib/contrib/iostream2/ |
D | zstream.h | 158 ozstream() : m_fp(0), m_os(0) { in ozstream() 161 : m_fp(0), m_os(0) { 165 : m_fp(0), m_os(0) { 199 if (m_os) { in close() 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close() 201 delete[] m_os->str(); delete m_os; m_os = 0; in close() local 237 if (m_os == 0) m_os = new ostrstream; in os() 238 return *m_os; in os() 242 if (m_os && m_os->pcount()>0) { in os_flush() 244 oss->fill(m_os->fill()); in os_flush() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | WriterToASCI.java | 43 private final OutputStream m_os; field in WriterToASCI 53 m_os = os; in WriterToASCI() 75 m_os.write(chars[i]); in write() 92 m_os.write(c); in write() 107 m_os.write(s.charAt(i)); in write() 122 m_os.flush(); in flush() 134 m_os.close(); in close() 145 return m_os; in getOutputStream()
|
D | WriterToUTF8Buffered.java | 55 private final OutputStream m_os; field in WriterToUTF8Buffered 83 m_os = out; in WriterToUTF8Buffered() 447 m_os.write(m_outputBytes, 0, count); in flushBuffer() 467 m_os.flush(); in flush() 482 m_os.close(); in close() 493 return m_os; in getOutputStream()
|
/external/catch2/include/internal/ |
D | catch_xmlwriter.cpp | 217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() 233 m_os << m_indent; in startElement() 236 m_os << '<' << name; in startElement() 253 m_os << "/>"; in endElement() 258 m_os << m_indent; in endElement() 260 m_os << "</" << m_tags.back() << ">"; in endElement() 262 m_os << std::flush; in endElement() 270 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute() 275 m_os << ' ' << name << "=\"" << ( attribute ? "true" : "false" ) << '"'; in writeAttribute() 284 m_os << m_indent; in writeText() [all …]
|
D | catch_stream.cpp | 93 mutable std::ostream m_os; member in Catch::Detail::__anon7c42145a0111::CoutStream 97 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() 101 std::ostream& stream() const override { return m_os; } in stream() 108 mutable std::ostream m_os; member in Catch::Detail::__anon7c42145a0111::DebugOutStream 112 m_os( m_streamBuf.get() ) in DebugOutStream() 118 std::ostream& stream() const override { return m_os; } in stream()
|
D | catch_xmlwriter.h | 111 std::ostream& m_os; variable
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerProvider.h | 35 m_os(filename.GetPath(), ec, llvm::sys::fs::OF_Text), m_record(true) {} in AbstractRecorder() 49 llvm::raw_fd_ostream m_os; 65 m_os << t; 67 m_os << '\n'; 68 m_os.flush(); 84 llvm::yaml::Output yout(m_os); in Record() 89 m_os.flush(); in Record()
|
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 273 std::ostream& m_os; member in Catch::TablePrinter 281 : m_os( os ), in TablePrinter() 299 m_os << headerCols << '\n'; in open() 301 m_os << Catch::getLineOfChars<'-'>() << '\n'; in open() 307 m_os << std::endl; in close() 325 tp.m_os << '\n'; in operator <<() 334 tp.m_os << colStr << padding << ' '; in operator <<() 336 tp.m_os << padding << colStr << ' '; in operator <<() 342 tp.m_os << '\n'; in operator <<()
|
/external/llvm-project/lldb/source/Utility/ |
D | GDBRemote.cpp | 144 yaml::Output yout(m_os); in Record() 146 m_os.flush(); in Record()
|
D | ReproducerProvider.cpp | 139 llvm::yaml::Output yout(m_os); in Record() 141 m_os.flush(); in Record()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 71 std::shared_ptr<llvm::raw_string_ostream> m_os; member in __anon583032790111::StoringDiagnosticConsumer 136 m_os = std::make_shared<llvm::raw_string_ostream>(m_output); in StoringDiagnosticConsumer() 138 std::make_shared<clang::TextDiagnosticPrinter>(*m_os, m_options); in StoringDiagnosticConsumer() 146 m_os->flush(); in HandleDiagnostic()
|
D | ClangExpressionParser.cpp | 164 m_os = std::make_shared<llvm::raw_string_ostream>(m_output); in ClangDiagnosticManagerAdapter() 166 std::make_shared<clang::TextDiagnosticPrinter>(*m_os, options); in ClangDiagnosticManagerAdapter() 209 m_os->flush(); in HandleDiagnostic() 277 std::shared_ptr<llvm::raw_string_ostream> m_os; member in ClangDiagnosticManagerAdapter
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6274 std::ostream& m_os; member in Catch::XmlWriter 13501 mutable std::ostream m_os; member in Catch::Detail::__anoncfa70a2d3911::CoutStream 13505 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() 13509 std::ostream& stream() const override { return m_os; } in stream() 13516 mutable std::ostream m_os; member in Catch::Detail::__anoncfa70a2d3911::DebugOutStream 13520 m_os( m_streamBuf.get() ) in DebugOutStream() 13526 std::ostream& stream() const override { return m_os; } in stream() 15334 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() 15350 m_os << m_indent; in startElement() 15353 m_os << '<' << name; in startElement() [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6308 std::ostream& m_os; member in Catch::XmlWriter 13646 mutable std::ostream m_os; member in Catch::Detail::__anon9bf70de83b11::CoutStream 13650 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() 13654 std::ostream& stream() const override { return m_os; } in stream() 13661 mutable std::ostream m_os; member in Catch::Detail::__anon9bf70de83b11::DebugOutStream 13665 m_os( m_streamBuf.get() ) in DebugOutStream() 13671 std::ostream& stream() const override { return m_os; } in stream() 15578 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() 15594 m_os << m_indent; in startElement() 15597 m_os << '<' << name; in startElement() [all …]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3443 mutable std::ostream m_os; member in Catch::CoutStream 3454 mutable std::ostream m_os; member in Catch::DebugOutStream 6842 m_os( m_streamBuf.get() ) in DebugOutStream() 6846 return m_os; in stream() 6852 : m_os( Catch::cout().rdbuf() ) in CoutStream() 6856 return m_os; in stream() 8946 m_os( &Catch::cout() ) in XmlWriter() 8952 m_os( &os ) in XmlWriter() 9034 m_os = &os; in setStream() 9042 return *m_os; in stream() [all …]
|