Home
last modified time | relevance | path

Searched refs:get_stream (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/test/impl/
Dunit_test_main.ipp211 results_reporter::get_stream() << "Press any key to continue..." << std::endl;
216 results_reporter::get_stream() << "Continuing..." << std::endl;
224 ut_detail::dot_content_reporter reporter( results_reporter::get_stream() );
229 ut_detail::hrf_content_reporter reporter( results_reporter::get_stream() );
242 results_reporter::get_stream() << "Available labels:\n ";
244 … std::ostream_iterator<std::string>( results_reporter::get_stream(), "\n " ) );
245 results_reporter::get_stream() << "\n";
260 …results_reporter::get_stream() << "Boost.Test framework internal error: " << ex.what() << std::end…
265 results_reporter::get_stream() << "Test setup error: " << ex.what() << std::endl;
270 results_reporter::get_stream() << "Test setup error: " << ex.what() << std::endl;
[all …]
Dresults_reporter.ipp118 get_stream()
Dunit_test_log.ipp598 unit_test_log_t::get_stream( output_format log_format ) const
/third_party/boost/libs/test/test/framework-ts/
Dcheck-streams-on-exit.cpp29 if( &utf::results_reporter::get_stream() != &std::cerr ) { in main()
38 std::ostream* stream = utf::unit_test_log.get_stream(outputs_to_tests[i]); in main()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesink.h63 GOutputStream * (*get_stream) (GstGioBaseSink *bsink); member
Dgstgiobasesrc.h64 GInputStream * (*get_stream) (GstGioBaseSrc *bsrc); member
Dgstgiostreamsink.c118 ggbsink_class->get_stream = in gst_gio_stream_sink_class_init()
Dgstgiostreamsrc.c112 gstgiobasesrc_class->get_stream = in gst_gio_stream_src_class_init()
Dgstgiosink.c141 gstgiobasesink_class->get_stream = in gst_gio_sink_class_init()
Dgstgiosrc.c139 gstgiobasesrc_class->get_stream = GST_DEBUG_FUNCPTR (gst_gio_src_get_stream); in gst_gio_src_class_init()
Dgstgiobasesink.c109 sink->stream = gbsink_class->get_stream (sink); in gst_gio_base_sink_start()
Dgstgiobasesrc.c119 src->stream = gbsrc_class->get_stream (src); in gst_gio_base_src_start()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h112 llvm::raw_pwrite_stream &get_stream() { in get_stream() function
/third_party/boost/boost/test/
Dresults_reporter.hpp99 BOOST_TEST_DECL std::ostream& get_stream();
Dunit_test_log.hpp144 std::ostream* get_stream( output_format ) const;
/third_party/nghttp2/src/
DHttpServer.cc1052 Stream *Http2Handler::get_stream(int32_t stream_id) { in get_stream() function in nghttp2::Http2Handler
1082 auto stream = hd->get_stream(stream_id); in file_read_callback()
1407 auto stream = hd->get_stream(frame->hd.stream_id); in on_header_callback2()
1496 auto stream = hd->get_stream(frame->hd.stream_id); in hd_on_frame_recv_callback()
1513 auto stream = hd->get_stream(frame->hd.stream_id); in hd_on_frame_recv_callback()
1575 auto stream = hd->get_stream(frame->hd.stream_id); in hd_on_frame_send_callback()
1607 auto promised_stream = hd->get_stream(promised_stream_id); in hd_on_frame_send_callback()
1608 auto stream = hd->get_stream(frame->hd.stream_id); in hd_on_frame_send_callback()
1631 auto stream = hd->get_stream(frame->hd.stream_id); in send_data_callback()
1690 auto stream = hd->get_stream(stream_id); in on_data_chunk_recv_callback()
DHttpServer.h189 Stream *get_stream(int32_t stream_id);
/third_party/uboot/u-boot-2020.01/test/py/
Du_boot_console_base.py104 self.logstream = self.log.get_stream('console', sys.stdout)
Dmultiplexed_log.py632 def get_stream(self, name, chained_file=None): member in Logfile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp133 StrTab.write(O.get_stream()); in encode()
/third_party/boost/libs/test/doc/html/
Dstandalone_HTML.manifest362 boost/unit_test/results_reporter/get_stream.html