/third_party/boost/libs/asio/test/ |
D | is_read_buffered.cpp | 27 class test_stream class 32 typedef test_stream lowest_layer_type; 36 test_stream(boost::asio::io_context& io_context) in test_stream() function in test_stream 113 BOOST_ASIO_CHECK(!boost::asio::is_read_buffered<test_stream>::value); in is_read_buffered_test() 116 boost::asio::buffered_read_stream<test_stream> >::value); in is_read_buffered_test() 119 boost::asio::buffered_write_stream<test_stream> >::value); in is_read_buffered_test() 122 boost::asio::buffered_stream<test_stream> >::value); in is_read_buffered_test()
|
D | is_write_buffered.cpp | 27 class test_stream class 32 typedef test_stream lowest_layer_type; 36 test_stream(boost::asio::io_context& io_context) in test_stream() function in test_stream 113 BOOST_ASIO_CHECK(!boost::asio::is_write_buffered<test_stream>::value); in is_write_buffered_test() 116 boost::asio::buffered_read_stream<test_stream> >::value); in is_write_buffered_test() 119 boost::asio::buffered_write_stream<test_stream> >::value); in is_write_buffered_test() 122 boost::asio::buffered_stream<test_stream> >::value); in is_write_buffered_test()
|
D | read_until.cpp | 32 class test_stream class 37 test_stream(boost::asio::io_context& io_context) in test_stream() function in test_stream 110 test_stream s(ioc); in test_dynamic_string_read_until_char() 200 test_stream s(ioc); in test_streambuf_read_until_char() 287 test_stream s(ioc); in test_dynamic_string_read_until_string() 377 test_stream s(ioc); in test_streambuf_read_until_string() 493 test_stream s(ioc); in test_dynamic_string_read_until_match_condition() 583 test_stream s(ioc); in test_streambuf_read_until_match_condition() 687 test_stream s(ioc); in test_dynamic_string_async_read_until_char() 850 test_stream s(ioc); in test_streambuf_async_read_until_char() [all …]
|
D | write.cpp | 43 class test_stream class 48 test_stream(boost::asio::io_context& io_context) in test_stream() function in test_stream 150 test_stream s(ioc); in test_2_arg_zero_buffers_write() 160 test_stream s(ioc); in test_2_arg_const_buffer_write() 185 test_stream s(ioc); in test_2_arg_mutable_buffer_write() 210 test_stream s(ioc); in test_2_arg_vector_buffers_write() 237 test_stream s(ioc); in test_2_arg_dynamic_string_write() 269 test_stream s(ioc); in test_3_arg_nothrow_zero_buffers_write() 281 test_stream s(ioc); in test_3_arg_nothrow_const_buffer_write() 310 test_stream s(ioc); in test_3_arg_nothrow_mutable_buffer_write() [all …]
|
D | read.cpp | 43 class test_stream class 48 test_stream(boost::asio::io_context& io_context) in test_stream() function in test_stream 148 test_stream s(ioc); in test_2_arg_zero_buffers_read() 158 test_stream s(ioc); in test_2_arg_mutable_buffer_read() 187 test_stream s(ioc); in test_2_arg_vector_buffers_read() 218 test_stream s(ioc); in test_2_arg_dynamic_string_read() 252 test_stream s(ioc); in test_2_arg_streambuf_read() 283 test_stream s(ioc); in test_3_arg_nothrow_zero_buffers_read() 295 test_stream s(ioc); in test_3_arg_nothrow_mutable_buffer_read() 328 test_stream s(ioc); in test_3_arg_nothrow_vector_buffers_read() [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | stream_state_test.cpp | 66 typedef stream<error_device> test_stream; typedef 88 test_stream stream("foo"); in execute() 99 test_stream stream("foo"); in execute() 113 test_stream stream("foo"); in execute()
|
/third_party/boost/libs/atomic/test/ |
D | lightweight_test_stream.hpp | 92 const test_stream_type test_stream = {}; variable 94 #define BOOST_LIGHTWEIGHT_TEST_OSTREAM test_stream
|
D | api_test_helpers.hpp | 1125 test_stream << "{" << s.i << "}"; in operator <<() 1157 test_stream << "{" << s.i << ", " << s.j << "}"; in operator <<()
|
/third_party/boost/libs/gil/test/extension/io/pnm/ |
D | pnm_test.cpp | 154 void test_stream() in test_stream() function 231 test_stream(); in main()
|
/third_party/boost/libs/gil/test/extension/io/bmp/ |
D | bmp_test.cpp | 199 void test_stream() in test_stream() function 274 test_stream(); in main()
|
/third_party/boost/libs/gil/test/extension/io/png/ |
D | png_test.cpp | 215 void test_stream() in test_stream() function 292 test_stream(); in main()
|
/third_party/boost/libs/gil/test/extension/io/targa/ |
D | targa_test.cpp | 205 void test_stream() in test_stream() function 277 test_stream(); in main()
|
/third_party/boost/libs/gil/test/extension/io/jpeg/ |
D | jpeg_test.cpp | 187 void test_stream() in test_stream() function 264 test_stream(); in main()
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_test.cpp | 216 void test_stream() in test_stream() function 296 test_stream(); in main()
|
/third_party/boost/libs/type_erasure/test/ |
D | Jamfile.jam | 34 run test_stream.cpp /boost//unit_test_framework ;
|
/third_party/python/Lib/test/ |
D | test_codecs.py | 1537 def test_stream(self): member in IDNACodecTest
|
D | test_logging.py | 4596 def test_stream(self): member in BasicConfigTest
|