Home
last modified time | relevance | path

Searched refs:test_stream (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/asio/test/
Dis_read_buffered.cpp27 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()
Dis_write_buffered.cpp27 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()
Dread_until.cpp32 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 …]
Dwrite.cpp43 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 …]
Dread.cpp43 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/
Dstream_state_test.cpp66 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/
Dlightweight_test_stream.hpp92 const test_stream_type test_stream = {}; variable
94 #define BOOST_LIGHTWEIGHT_TEST_OSTREAM test_stream
Dapi_test_helpers.hpp1125 test_stream << "{" << s.i << "}"; in operator <<()
1157 test_stream << "{" << s.i << ", " << s.j << "}"; in operator <<()
/third_party/boost/libs/gil/test/extension/io/pnm/
Dpnm_test.cpp154 void test_stream() in test_stream() function
231 test_stream(); in main()
/third_party/boost/libs/gil/test/extension/io/bmp/
Dbmp_test.cpp199 void test_stream() in test_stream() function
274 test_stream(); in main()
/third_party/boost/libs/gil/test/extension/io/png/
Dpng_test.cpp215 void test_stream() in test_stream() function
292 test_stream(); in main()
/third_party/boost/libs/gil/test/extension/io/targa/
Dtarga_test.cpp205 void test_stream() in test_stream() function
277 test_stream(); in main()
/third_party/boost/libs/gil/test/extension/io/jpeg/
Djpeg_test.cpp187 void test_stream() in test_stream() function
264 test_stream(); in main()
/third_party/boost/libs/gil/test/extension/io/tiff/
Dtiff_test.cpp216 void test_stream() in test_stream() function
296 test_stream(); in main()
/third_party/boost/libs/type_erasure/test/
DJamfile.jam34 run test_stream.cpp /boost//unit_test_framework ;
/third_party/python/Lib/test/
Dtest_codecs.py1537 def test_stream(self): member in IDNACodecTest
Dtest_logging.py4596 def test_stream(self): member in BasicConfigTest