Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/tests/
Dstream.rs7 macro_rules! test_stream { macro
35 test_stream!(data, Value, |stream| { in test_json_stream_newlines()
57 test_stream!(data, Value, |stream| { in test_json_stream_trailing_whitespaces()
70 test_stream!(data, Value, |stream| { in test_json_stream_truncated()
83 test_stream!(data, Value, |stream| { in test_json_stream_truncated_decimal()
93 test_stream!(data, Value, |stream| { in test_json_stream_truncated_negative()
103 test_stream!(data, Value, |stream| { in test_json_stream_truncated_exponent()
113 test_stream!(data, Value, |stream| { in test_json_stream_empty()
123 test_stream!(data, Value, |stream| { in test_json_stream_primitive()
157 test_stream!(data, Value, |stream| { in test_json_stream_invalid_literal()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/tests/
Dstream.rs7 macro_rules! test_stream { macro
35 test_stream!(data, Value, |stream| { in test_json_stream_newlines()
57 test_stream!(data, Value, |stream| { in test_json_stream_trailing_whitespaces()
70 test_stream!(data, Value, |stream| { in test_json_stream_truncated()
83 test_stream!(data, Value, |stream| { in test_json_stream_truncated_decimal()
93 test_stream!(data, Value, |stream| { in test_json_stream_truncated_negative()
103 test_stream!(data, Value, |stream| { in test_json_stream_truncated_exponent()
113 test_stream!(data, Value, |stream| { in test_json_stream_empty()
123 test_stream!(data, Value, |stream| { in test_json_stream_primitive()
157 test_stream!(data, Value, |stream| { in test_json_stream_invalid_literal()
[all …]
/external/rust/android-crates-io/crates/serde_json/tests/
Dstream.rs7 macro_rules! test_stream { macro
35 test_stream!(data, Value, |stream| { in test_json_stream_newlines()
57 test_stream!(data, Value, |stream| { in test_json_stream_trailing_whitespaces()
70 test_stream!(data, Value, |stream| { in test_json_stream_truncated()
83 test_stream!(data, Value, |stream| { in test_json_stream_truncated_decimal()
93 test_stream!(data, Value, |stream| { in test_json_stream_truncated_negative()
103 test_stream!(data, Value, |stream| { in test_json_stream_truncated_exponent()
113 test_stream!(data, Value, |stream| { in test_json_stream_empty()
123 test_stream!(data, Value, |stream| { in test_json_stream_primitive()
157 test_stream!(data, Value, |stream| { in test_json_stream_invalid_literal()
[all …]
/external/sdv/vsomeip/third_party/boost/asio/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()
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()
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 …]
/external/pigweed/pw_rpc_transport/
Dstream_rpc_dispatcher_test.cc122 TestStream test_stream; in TEST() local
124 auto dispatcher = StreamRpcDispatcher<kWriteSize>(test_stream, test_ingress); in TEST()
127 test_stream.QueueData(kWriteBuffer); in TEST()
132 test_stream.Stop(); in TEST()
/external/pytorch/test/cpp/jit/
Dtest_jit_logging_levels.cpp42 std::ostringstream test_stream; in TEST() local
43 ::torch::jit::set_jit_logging_output_stream(test_stream); in TEST()
53 ASSERT_TRUE(test_stream.str().size() > 0); in TEST()
/external/sdv/vsomeip/third_party/boost/atomic/test/
Dlightweight_test_stream.hpp92 const test_stream_type test_stream = {}; variable
94 #define BOOST_LIGHTWEIGHT_TEST_OSTREAM test_stream
Dapi_test_helpers.hpp1418 test_stream << "{" << s.i << "}"; in operator <<()
1450 test_stream << "{" << s.i << ", " << s.j << "}"; in operator <<()
/external/llvm-libc/test/integration/startup/gpu/
Drpc_stream_test.cpp23 static void test_stream() { in test_stream() function
94 test_stream(); in TEST_MAIN()
/external/cronet/tot/third_party/llvm-libc/src/test/integration/startup/gpu/
Drpc_stream_test.cpp23 static void test_stream() { in test_stream() function
94 test_stream(); in TEST_MAIN()
/external/cronet/stable/third_party/llvm-libc/src/test/integration/startup/gpu/
Drpc_stream_test.cpp23 static void test_stream() { in test_stream() function
94 test_stream(); in TEST_MAIN()
/external/libpng/contrib/pngexif/
Dexifinfo.py304 with open(arg, "rb") as test_stream:
305 test_buffer = test_stream.read(_READ_DATA_SIZE_MAX)
/external/libaom/test/
Dav1_external_partition_test.cc683 std::stringstream test_stream; in TEST_P() local
684 test_stream << test_file.rdbuf(); in TEST_P()
685 std::string test_string = test_stream.str(); in TEST_P()
/external/cronet/stable/net/spdy/
Dspdy_session_unittest.cc2858 TestDataStream test_stream; in TEST_F() local
2861 test_stream.GetBytes(payload_data, kPayloadSize); in TEST_F()
3072 TestDataStream test_stream; in TEST_F() local
3075 test_stream.GetBytes(payload_data, kPayloadSize); in TEST_F()
3164 TestDataStream test_stream; in TEST_F() local
3170 test_stream.GetBytes(eightk_payload_data, kEightKPayloadSize); in TEST_F()
/external/cronet/tot/net/spdy/
Dspdy_session_unittest.cc2858 TestDataStream test_stream; in TEST_F() local
2861 test_stream.GetBytes(payload_data, kPayloadSize); in TEST_F()
3072 TestDataStream test_stream; in TEST_F() local
3075 test_stream.GetBytes(payload_data, kPayloadSize); in TEST_F()
3164 TestDataStream test_stream; in TEST_F() local
3170 test_stream.GetBytes(eightk_payload_data, kEightKPayloadSize); in TEST_F()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/
DFluentBitSetTest.java1736 public void test_stream() { in test_stream() method in FluentBitSetTest
/external/python/cpython3/Lib/test/
Dtest_codecs.py1624 def test_stream(self): member in IDNACodecTest
Dtest_logging.py5466 def test_stream(self): member in BasicConfigTest