Home
last modified time | relevance | path

Searched refs:out_mode (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dtee_test.cpp32 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 …]
Dwrite_output_filter_test.hpp33 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()
Dwrite_output_test.hpp30 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()
Dwrite_output_ostream_test.hpp30 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()
Dwrite_bidir_streambuf_test.hpp30 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()
Dregex_filter_test.cpp108 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()
Dwrite_bidir_test.hpp32 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()
Dfiltering_stream_flush_test.hpp27 out.push(file_sink(dest.name(), out_mode)); in test_filtering_ostream_flush()
Dwrite_seekable_test.hpp26 BOOST_IOS::openmode mode = out_mode | BOOST_IOS::trunc; in write_seekable_test()
Dpipeline_test.cpp74 file_sink(dest.name(), out_mode) ); in pipeline_test()
Dline_filter_test.cpp78 out.push(file_sink(dest.name(), out_mode)); in write_line_filter()
Dwrite_bidir_filter_test.hpp28 BOOST_IOS::openmode mode = out_mode | BOOST_IOS::trunc; in write_bidirectional_filter_test()
Dcomponent_access_test.cpp79 out.push(file_sink(dest.name(), out_mode)); in component_type_test()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.hpp63 …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,
DesextcTessellationShaderBarrier.cpp341 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/
Dgstglviewconvert.c1484 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/
Dipvlan.c231 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/
Dipvlan.h31 extern int rtnl_link_ipvlan_get_mode(struct rtnl_link *, uint16_t *out_mode);
/third_party/boost/libs/iostreams/test/detail/
Dconstants.hpp21 const BOOST_IOS::openmode out_mode = BOOST_IOS::out | BOOST_IOS::binary; variable
/third_party/libnl/include/netlink/route/act/
Dvlan.h24 extern int rtnl_vlan_get_mode(struct rtnl_act *act, int *out_mode);
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmain.cpp46 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/
Dvlan.c224 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/
Dnir_lower_mediump.c33 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/
Dvkviewconvert.c369 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/
Dfilters.texi2126 @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