/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmessage.c | 435 GstStream *stream1, *stream2; in GST_START_TEST() local 442 stream1 = gst_stream_new ("stream-1", caps1, GST_STREAM_TYPE_AUDIO, 0); in GST_START_TEST() 446 fail_unless (gst_stream_collection_add_stream (collection, stream1)); in GST_START_TEST() 465 GstStream *stream1, *stream2, *stream3; in GST_START_TEST() local 472 stream1 = gst_stream_new ("stream-1", caps1, GST_STREAM_TYPE_AUDIO, 0); in GST_START_TEST() 476 fail_unless (gst_stream_collection_add_stream (collection, stream1)); in GST_START_TEST() 493 gst_message_streams_selected_add (message, stream1); in GST_START_TEST()
|
D | gstevent.c | 286 GstStream *stream1, *stream2; in GST_START_TEST() local 293 stream1 = gst_stream_new ("stream-1", caps1, GST_STREAM_TYPE_AUDIO, 0); in GST_START_TEST() 297 fail_unless (gst_stream_collection_add_stream (collection, stream1)); in GST_START_TEST()
|
/third_party/flutter/skia/tests/ |
D | StreamTest.cpp | 485 SkFILEStream stream1(filename.c_str()); in DEF_TEST() local 486 if (!stream1.isValid()) { in DEF_TEST() 490 REPORTER_ASSERT(r, stream1.hasLength()); in DEF_TEST() 491 REPORTER_ASSERT(r, stream1.hasPosition()); in DEF_TEST() 496 const size_t size = stream1.getLength(); in DEF_TEST() 498 if (!stream1.seek(middle)) { in DEF_TEST() 502 REPORTER_ASSERT(r, stream1.getPosition() == middle); in DEF_TEST() 518 REPORTER_ASSERT(r, stream1.read(expected.get(), remaining) == remaining); in DEF_TEST()
|
/third_party/skia/tests/ |
D | StreamTest.cpp | 495 SkFILEStream stream1(filename.c_str()); in DEF_TEST() local 496 if (!stream1.isValid()) { in DEF_TEST() 500 REPORTER_ASSERT(r, stream1.hasLength()); in DEF_TEST() 501 REPORTER_ASSERT(r, stream1.hasPosition()); in DEF_TEST() 506 const size_t size = stream1.getLength(); in DEF_TEST() 508 if (!stream1.seek(middle)) { in DEF_TEST() 512 REPORTER_ASSERT(r, stream1.getPosition() == middle); in DEF_TEST() 528 REPORTER_ASSERT(r, stream1.read(expected.get(), remaining) == remaining); in DEF_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 158 GIOStream *stream1; member 924 conn->stream1 = G_IO_STREAM (connection); in setup_tunneling() 927 conn->output_stream = g_io_stream_get_output_stream (conn->stream1); in setup_tunneling() 2873 if (conn->stream1) { in gst_rtsp_connection_close() 2874 g_object_unref (conn->stream1); in gst_rtsp_connection_close() 2875 conn->stream1 = NULL; in gst_rtsp_connection_close() 3619 conn->stream1 = conn2->stream0; in gst_rtsp_connection_do_tunnel() 3627 conn->stream1 = conn->stream0; in gst_rtsp_connection_do_tunnel() 3640 conn2->stream1 = NULL; in gst_rtsp_connection_do_tunnel() 3843 if (conn->stream1) { in gst_rtsp_source_dispatch_read() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | CollectVariables_test.cpp | 1502 std::ostringstream stream1; in TEST_F() local 1503 stream1 << kHeader << kLayout << qualifier << " in vec4 texcoord[];\n" << kFunctionBody; in TEST_F() 1504 compile(stream1.str()); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | CollectVariables_test.cpp | 1535 std::ostringstream stream1; in TEST_F() local 1536 stream1 << kHeader << kLayout << qualifier << " in vec4 texcoord[];\n" << kFunctionBody; in TEST_F() 1537 compile(stream1.str()); in TEST_F()
|
/third_party/node/deps/npm/node_modules/mississippi/ |
D | readme.md | 28 ##### `miss.pipe(stream1, stream2, stream3, ..., cb)` 93 ##### `var pipeline = miss.pipeline(stream1, stream2, stream3, ...)`
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1173 …void verifyQueryResults(GLboolean any, GLboolean stream0, GLboolean stream1, GLboolean stream2 = G… in verifyQueryResults() argument 1186 result &= verifyQueryResult(m_stream_overflow_query[1], stream1); in verifyQueryResults()
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 3680 nghttp2_stream *stream1, *stream2; in test_nghttp2_session_on_settings_received() local 3717 stream1 = open_sent_stream(session, 1); in test_nghttp2_session_on_settings_received() 3722 stream1->remote_window_size = 16 * 1024; in test_nghttp2_session_on_settings_received() 3734 CU_ASSERT(64 * 1024 == stream1->remote_window_size); in test_nghttp2_session_on_settings_received() 3741 CU_ASSERT(16 * 1024 == stream1->remote_window_size); in test_nghttp2_session_on_settings_received() 3745 session, stream1->stream_id)); in test_nghttp2_session_on_settings_received() 3844 stream1 = open_recv_stream(session, 1); in test_nghttp2_session_on_settings_received() 3875 CU_ASSERT(NGHTTP2_STREAM_CLOSING == stream1->state); in test_nghttp2_session_on_settings_received() 10670 nghttp2_stream *stream1, *stream2, *stream3, *stream5; in test_nghttp2_session_change_stream_priority() local 10678 stream1 = open_recv_stream(session, 1); in test_nghttp2_session_change_stream_priority() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformBufferTest.cpp | 2534 std::ostringstream stream1; in TEST_P() local 2536 generateArraySizeAndDivisorsDeclaration(stream1, false, true, false); in TEST_P() 2542 stream1.str() + in TEST_P()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 10874 qtdemux_track_id_compare_func (QtDemuxStream ** stream1, in qtdemux_track_id_compare_func() argument 10877 return (gint) (*stream1)->track_id - (gint) (*stream2)->track_id; in qtdemux_track_id_compare_func()
|