/third_party/boost/libs/iostreams/test/ |
D | tee_test.cpp | 32 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test() 47 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test() 62 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 63 out.push(file_sink(dest2.name(), out_mode)); in read_write_test() 76 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 77 out.push(file_sink(dest2.name(), out_mode)); in read_write_test() 91 file_sink(dest.name(), out_mode) ) ); in read_write_test() 106 file_sink(dest.name(), out_mode) ) ); in read_write_test() 120 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test() 121 file_sink(dest2.name(), out_mode) ) ); in read_write_test() [all …]
|
D | write_output_filter_test.hpp | 33 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test() 47 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test() 61 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test() 75 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test() 89 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test() 103 out.push(file_sink(dest.name(), out_mode)); in write_output_filter_test()
|
D | write_output_test.hpp | 30 filtering_ostream out(file_sink(test2.name(), out_mode), 0); in write_output_test() 41 filtering_ostream out(file_sink(test2.name(), out_mode), 0); in write_output_test() 52 filtering_ostream out(file_sink(test2.name(), out_mode)); in write_output_test() 63 filtering_ostream out(file_sink(test2.name(), out_mode)); in write_output_test()
|
D | write_output_ostream_test.hpp | 30 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() 44 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() 58 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test() 72 ofstream dest(test2.name().c_str(), out_mode); in write_output_ostream_test()
|
D | write_bidir_streambuf_test.hpp | 30 dest.open(test2.name().c_str(), out_mode); in write_bidirectional_streambuf_test() 45 dest.open(test2.name().c_str(), out_mode); in write_bidirectional_streambuf_test() 60 dest.open(test2.name().c_str(), out_mode); in write_bidirectional_streambuf_test() 75 dest.open(test2.name().c_str(), out_mode); in write_bidirectional_streambuf_test()
|
D | regex_filter_test.cpp | 108 out.push(file_sink(dest1.name(), out_mode)); in regex_filter_test() 118 out.push(file_sink(dest2.name(), out_mode)); in regex_filter_test() 134 out.push(file_sink(dest1.name(), out_mode)); in regex_filter_test() 144 out.push(file_sink(dest2.name(), out_mode)); in regex_filter_test() 253 out.push(wfile_sink(dest1.name(), out_mode)); in wregex_filter_test() 263 out.push(wfile_sink(dest2.name(), out_mode)); in wregex_filter_test() 279 out.push(wfile_sink(dest1.name(), out_mode)); in wregex_filter_test() 289 out.push(wfile_sink(dest2.name(), out_mode)); in wregex_filter_test()
|
D | write_bidir_test.hpp | 32 combine(file_source(src.name()), file_sink(dest.name(), out_mode)), 0 in write_bidirectional_test() 47 combine(file_source(src.name()), file_sink(dest.name(), out_mode)), 0 in write_bidirectional_test() 62 combine(file_source(src.name()), file_sink(dest.name(), out_mode)) in write_bidirectional_test() 77 combine(file_source(src.name()), file_sink(dest.name(), out_mode)) in write_bidirectional_test()
|
D | filtering_stream_flush_test.hpp | 27 out.push(file_sink(dest.name(), out_mode)); in test_filtering_ostream_flush()
|
D | write_seekable_test.hpp | 26 BOOST_IOS::openmode mode = out_mode | BOOST_IOS::trunc; in write_seekable_test()
|
D | pipeline_test.cpp | 74 file_sink(dest.name(), out_mode) ); in pipeline_test()
|
D | line_filter_test.cpp | 78 out.push(file_sink(dest.name(), out_mode)); in write_line_filter()
|
D | write_bidir_filter_test.hpp | 28 BOOST_IOS::openmode mode = out_mode | BOOST_IOS::trunc; in write_bidirectional_filter_test()
|
D | component_access_test.cpp | 79 out.push(file_sink(dest.name(), out_mode)); in component_type_test()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderBarrier.hpp | 63 …virtual void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mod… 103 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, 141 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, 185 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode,
|
D | esextcTessellationShaderBarrier.cpp | 341 void TessellationShaderBarrier1::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw:… in getDrawCallArgs() argument 345 *out_mode = GL_PATCHES_EXT; in getDrawCallArgs() 540 void TessellationShaderBarrier2::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw:… in getDrawCallArgs() argument 544 *out_mode = GL_PATCHES_EXT; in getDrawCallArgs() 738 void TessellationShaderBarrier3::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw:… in getDrawCallArgs() argument 742 *out_mode = GL_PATCHES_EXT; in getDrawCallArgs()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglviewconvert.c | 1484 GstVideoMultiviewMode in_mode, GstVideoMultiviewMode out_mode, in _get_shader_string() argument 1505 switch (out_mode) { in _get_shader_string() 1642 GstVideoMultiviewMode out_mode = priv->output_mode; in _init_view_convert() local 1670 (&viewconvert->out_info)), out_mode, out_flags, in _init_view_convert() 1679 if (out_mode == GST_VIDEO_MULTIVIEW_MODE_SEPARATED in _init_view_convert() 1680 || out_mode == GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME) { in _init_view_convert() 1738 if (out_mode == GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE || in _init_view_convert() 1739 out_mode == GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX) { in _init_view_convert() 1744 } else if (out_mode == GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM) { in _init_view_convert() 1792 in_mode, out_mode, version, profile); in _init_view_convert() [all …]
|
/third_party/libnl/lib/route/link/ |
D | ipvlan.c | 231 int rtnl_link_ipvlan_get_mode(struct rtnl_link *link, uint16_t *out_mode) in rtnl_link_ipvlan_get_mode() argument 239 *out_mode = ipi->ipi_mode; in rtnl_link_ipvlan_get_mode()
|
/third_party/libnl/include/netlink/route/link/ |
D | ipvlan.h | 31 extern int rtnl_link_ipvlan_get_mode(struct rtnl_link *, uint16_t *out_mode);
|
/third_party/boost/libs/iostreams/test/detail/ |
D | constants.hpp | 21 const BOOST_IOS::openmode out_mode = BOOST_IOS::out | BOOST_IOS::binary; variable
|
/third_party/libnl/include/netlink/route/act/ |
D | vlan.h | 24 extern int rtnl_vlan_get_mode(struct rtnl_act *act, int *out_mode);
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | main.cpp | 46 GstVideoMultiviewFlags out_mode; member 310 gst_child_proxy_get (GST_CHILD_PROXY (videosink), "sink::output-multiview-mode", &state.out_mode, in main() 416 enum_value_to_nick (GST_TYPE_VIDEO_MULTIVIEW_MODE, state.out_mode)); in main()
|
/third_party/libnl/lib/route/act/ |
D | vlan.c | 224 int rtnl_vlan_get_mode(struct rtnl_act *act, int *out_mode) in rtnl_vlan_get_mode() argument 234 *out_mode = v->v_parm.v_action; in rtnl_vlan_get_mode()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_mediump.c | 33 nir_variable_mode *out_mode) in get_io_intrinsic() argument 45 *out_mode = nir_var_shader_in; in get_io_intrinsic() 51 *out_mode = nir_var_shader_out; in get_io_intrinsic()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 369 GstVideoMultiviewMode in_mode, out_mode; in update_uniform() local 394 out_mode = GST_VIDEO_INFO_MULTIVIEW_MODE (&vfilter->out_info); in update_uniform() 446 if (out_mode == GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE || in update_uniform() 447 out_mode == GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX) { in update_uniform() 452 } else if (out_mode == GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM) { in update_uniform() 471 data.output_type = out_mode; in update_uniform()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 2126 @item out_mode 2152 asplit[a][b],[a]adelay=32S|32S[a],[b][a]anlms=order=128:leakage=0.0005:mu=.5:out_mode=o
|