/third_party/boost/boost/fusion/iterator/detail/ |
D | segmented_iterator.hpp | 51 typename It::context_type::car_type::begin_type 71 typename It::context_type::car_type::begin_type 88 : result_of::key_of<typename It::context_type::car_type::begin_type> 97 : result_of::value_of<typename It::context_type::car_type::begin_type> 106 : result_of::value_of_data<typename It::context_type::car_type::begin_type> 114 , int Size1 = It1::context_type::size::value 115 , int Size2 = It2::context_type::size::value 124 typename It1::context_type 125 , typename It2::context_type 132 typedef detail::segmented_next_impl<typename It::context_type> impl; [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontext.c | 73 gchar *context_type; member 111 g_free (context->context_type); in _gst_context_free() 135 copy->context_type = g_strdup (context->context_type); in _gst_context_copy() 167 gst_context_new (const gchar * context_type, gboolean persistent) in gst_context_new() argument 172 g_return_val_if_fail (context_type != NULL, NULL); in gst_context_new() 182 context->context_type = g_strdup (context_type); in gst_context_new() 204 return context->context_type; in gst_context_get_context_type() 220 const gchar * context_type) in gst_context_has_context_type() argument 223 g_return_val_if_fail (context_type != NULL, FALSE); in gst_context_has_context_type() 225 return strcmp (context->context_type, context_type) == 0; in gst_context_has_context_type()
|
/third_party/boost/boost/spirit/home/x3/support/ |
D | subcontext.hpp | 41 > context_type; typedef 45 : context_type(x3::get<typename T::first_type>(context)) in subcontext() 48 using context_type::get; 63 > context_type; typedef 68 , context_type( in subcontext() 73 using context_type::get;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 222 LLVMTypeRef context_type; in lp_jit_create_types() local 246 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 250 gallivm->target, context_type, in lp_jit_create_types() 253 gallivm->target, context_type, in lp_jit_create_types() 256 gallivm->target, context_type, in lp_jit_create_types() 259 gallivm->target, context_type, in lp_jit_create_types() 262 gallivm->target, context_type, in lp_jit_create_types() 265 gallivm->target, context_type, in lp_jit_create_types() 268 gallivm->target, context_type, in lp_jit_create_types() 271 gallivm->target, context_type, in lp_jit_create_types() [all …]
|
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/ |
D | call_10.hpp | 23 context_type; typedef 27 Fun(A0, context_type) 57 context_type; typedef 61 Fun(A0 , A1, context_type) 91 context_type; typedef 95 Fun(A0 , A1 , A2, context_type) 125 context_type; typedef 129 Fun(A0 , A1 , A2 , A3, context_type) 159 context_type; typedef 163 Fun(A0 , A1 , A2 , A3 , A4, context_type) [all …]
|
D | call_20.hpp | 23 context_type; typedef 27 Fun(A0, context_type) 57 context_type; typedef 61 Fun(A0 , A1, context_type) 91 context_type; typedef 95 Fun(A0 , A1 , A2, context_type) 125 context_type; typedef 129 Fun(A0 , A1 , A2 , A3, context_type) 159 context_type; typedef 163 Fun(A0 , A1 , A2 , A3 , A4, context_type) [all …]
|
D | call_30.hpp | 23 context_type; typedef 27 Fun(A0, context_type) 57 context_type; typedef 61 Fun(A0 , A1, context_type) 91 context_type; typedef 95 Fun(A0 , A1 , A2, context_type) 125 context_type; typedef 129 Fun(A0 , A1 , A2 , A3, context_type) 159 context_type; typedef 163 Fun(A0 , A1 , A2 , A3 , A4, context_type) [all …]
|
/third_party/boost/boost/statechart/ |
D | simple_state.hpp | 202 typedef typename Context::inner_context_type context_type; typedef in boost::statechart::simple_state 213 typedef typename context_type::outermost_context_type 268 typedef typename context_type::state_base_type state_base_type; 269 typedef typename context_type::state_iterator state_iterator; 282 typedef typename context_type::event_base_ptr_type event_base_ptr_type; 389 typename context_type::no_of_orthogonal_regions >::value ) ); 395 typedef typename context_type::event_base_type event_base_type; 396 typedef typename context_type::rtti_policy_type rtti_policy_type; 398 typedef typename context_type::outermost_context_base_type 400 typedef typename context_type::inner_context_ptr_type context_ptr_type; [all …]
|
D | deep_history.hpp | 34 BOOST_STATIC_ASSERT( DefaultState::context_type::deep_history::value ); 42 typedef typename DefaultState::context_type context_type; typedef in boost::statechart::deep_history
|
D | shallow_history.hpp | 34 BOOST_STATIC_ASSERT( DefaultState::context_type::shallow_history::value ); 42 typedef typename DefaultState::context_type context_type; typedef in boost::statechart::shallow_history
|
/third_party/boost/boost/spirit/home/lex/ |
D | argument.hpp | 56 context_type; typedef 58 typedef typename context_type::state_name_type type; 131 context_type; typedef 133 typedef typename context_type::get_value_type type; 207 context_type; typedef 209 typedef typename context_type::base_iterator_type const& type;
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvautils.c | 103 _gst_context_query (GstElement * element, const gchar * context_type) in _gst_context_query() argument 114 query = gst_query_new_context (context_type); in _gst_context_query() 137 context_type); in _gst_context_query() 216 const gchar *context_type, *type_name; in gst_va_handle_set_context() local 223 context_type = gst_context_get_context_type (context); in gst_va_handle_set_context() 225 if (g_strcmp0 (context_type, GST_VA_DISPLAY_HANDLE_CONTEXT_TYPE_STR) == 0) { in gst_va_handle_set_context() 248 const gchar *context_type; in gst_va_handle_context_query() local 259 gst_query_parse_context_type (query, &context_type); in gst_va_handle_context_query() 262 || g_strcmp0 (context_type, GST_VA_DISPLAY_HANDLE_CONTEXT_TYPE_STR) != 0) in gst_va_handle_context_query()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkutils.c | 106 const gchar * context_type, gboolean set_context) in _vulkan_local_context_query() argument 117 query = gst_query_new_context (context_type); in _vulkan_local_context_query() 150 const gchar * context_type) in gst_vulkan_global_context_query() argument 155 if ((query = _vulkan_local_context_query (element, context_type, TRUE))) { in gst_vulkan_global_context_query() 168 msg = gst_message_new_need_context (GST_OBJECT_CAST (element), context_type); in gst_vulkan_global_context_query() 190 const gchar * context_type) in gst_vulkan_local_context_query() argument 192 return _vulkan_local_context_query (element, context_type, FALSE); in gst_vulkan_local_context_query() 334 const gchar *context_type; in gst_vulkan_handle_set_context() local 341 context_type = gst_context_get_context_type (context); in gst_vulkan_handle_set_context() 344 && g_strcmp0 (context_type, GST_VULKAN_DISPLAY_CONTEXT_TYPE_STR) == 0) { in gst_vulkan_handle_set_context() [all …]
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | cpp_tokens.cpp | 86 context_type; in main() typedef 94 context_type ctx (teststr.begin(), teststr.end(), argv[1]); in main() 101 context_type::iterator_type first = ctx.begin(); in main() 102 context_type::iterator_type last = ctx.end(); in main() 103 context_type::token_type current_token; in main()
|
/third_party/boost/libs/spirit/test/x3/ |
D | any_parser.cpp | 34 typedef decltype(make_context<skipper_tag>(space)) context_type; in main() typedef 56 any_parser<iterator_type, unused_type, context_type> start = in main() 65 any_parser<iterator_type, unused_type, context_type> a = lit('a'); in main() 66 any_parser<iterator_type, unused_type, context_type> b = lit('b'); in main() 67 any_parser<iterator_type, unused_type, context_type> c = lit('c'); in main() 70 any_parser<iterator_type, unused_type, context_type> start = *(a | b) >> c; in main()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cCommonBugsTests.cpp | 877 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local 882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in iterate() 887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in iterate() 916 if (!glu::contextSupports(context_type, current_iteration_min_context_type)) in iterate() 1497 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local 1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4)); in iterate() 1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? in iterate() 1516 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ? in iterate() 1885 void PerVertexValidationTest::getTestIterationProperties(glu::ContextType context_type, _test_itera… in getTestIterationProperties() argument 1892 const bool include_cull_distance = glu::contextSupports(context_type, glu::ApiType::core(4, 5)); in getTestIterationProperties() [all …]
|
/third_party/boost/libs/wave/samples/quick_start/ |
D | quick_start.cpp | 66 context_type; in main() typedef 76 context_type ctx (instring.begin(), instring.end(), argv[1]); in main() 80 context_type::iterator_type first = ctx.begin(); in main() 81 context_type::iterator_type last = ctx.end(); in main()
|
/third_party/boost/libs/wave/samples/preprocess_pragma_output/ |
D | preprocess_pragma_output.cpp | 69 context_type; in main() typedef 78 context_type ctx (instring.begin(), instring.end(), argv[1]); in main() 81 context_type::iterator_type first = ctx.begin(); in main() 82 context_type::iterator_type last = ctx.end(); in main()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11utils.cpp | 87 const gchar *context_type; in gst_d3d11_handle_set_context() local 97 context_type = gst_context_get_context_type (context); in gst_d3d11_handle_set_context() 98 if (g_strcmp0 (context_type, GST_D3D11_DEVICE_HANDLE_CONTEXT_TYPE) == 0) { in gst_d3d11_handle_set_context() 148 const gchar *context_type; in gst_d3d11_handle_set_context_for_adapter_luid() local 158 context_type = gst_context_get_context_type (context); in gst_d3d11_handle_set_context_for_adapter_luid() 159 if (g_strcmp0 (context_type, GST_D3D11_DEVICE_HANDLE_CONTEXT_TYPE) == 0) { in gst_d3d11_handle_set_context_for_adapter_luid() 236 const gchar *context_type; in gst_d3d11_handle_context_query() local 249 gst_query_parse_context_type (query, &context_type); in gst_d3d11_handle_context_query() 250 if (g_strcmp0 (context_type, GST_D3D11_DEVICE_HANDLE_CONTEXT_TYPE) != 0) in gst_d3d11_handle_context_query()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/ |
D | gstgtk.c | 52 const gchar *context_type; in gst_gtk_handle_need_context() local 54 gst_message_parse_context_type (msg, &context_type); in gst_gtk_handle_need_context() 55 g_print ("got need context %s\n", context_type); in gst_gtk_handle_need_context() 57 if (g_strcmp0 (context_type, "GstWaylandDisplayHandleContextType") == 0) { in gst_gtk_handle_need_context()
|
/third_party/boost/libs/wave/samples/custom_directives/ |
D | custom_directives.cpp | 74 > context_type; in main() typedef 83 context_type ctx (instring.begin(), instring.end(), argv[1]); in main() 90 context_type::iterator_type first = ctx.begin(); in main() 91 context_type::iterator_type last = ctx.end(); in main()
|
/third_party/boost/libs/wave/samples/advanced_hooks/ |
D | advanced_hooks.cpp | 74 > context_type; in main() typedef 83 context_type ctx (instring.begin(), instring.end(), argv[1]); in main() 90 context_type::iterator_type first = ctx.begin(); in main() 91 context_type::iterator_type last = ctx.end(); in main()
|
/third_party/boost/libs/wave/samples/emit_custom_line_directives/ |
D | emit_custom_line_directives.cpp | 74 > context_type; in main() typedef 83 context_type ctx (instring.begin(), instring.end(), argv[1]); in main() 90 context_type::iterator_type first = ctx.begin(); in main() 91 context_type::iterator_type last = ctx.end(); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 332 const gchar *context_type; in gst_gl_handle_set_context() local 340 context_type = gst_context_get_context_type (context); in gst_gl_handle_set_context() 342 if (g_strcmp0 (context_type, GST_GL_DISPLAY_CONTEXT_TYPE) == 0) { in gst_gl_handle_set_context() 349 else if (g_strcmp0 (context_type, "gst.x11.display.handle") == 0) { in gst_gl_handle_set_context() 360 else if (g_strcmp0 (context_type, "GstWaylandDisplayHandleContextType") == 0) { in gst_gl_handle_set_context() 370 else if (g_strcmp0 (context_type, "gst.gl.app_context") == 0) { in gst_gl_handle_set_context() 427 const gchar *context_type; in gst_gl_handle_context_query() local 439 gst_query_parse_context_type (query, &context_type); in gst_gl_handle_context_query() 441 if (display && g_strcmp0 (context_type, GST_GL_DISPLAY_CONTEXT_TYPE) == 0) { in gst_gl_handle_context_query() 458 else if (display && g_strcmp0 (context_type, "gst.x11.display.handle") == 0) { in gst_gl_handle_context_query() [all …]
|
/third_party/boost/libs/wave/test/testwave/ |
D | quick.cpp | 28 typedef boost::wave::context<std::string::iterator, lex_iterator_type> context_type; in main() typedef 30 context_type ctx( input.begin(), input.end(), "input.cpp" ); in main() 32 … for( context_type::iterator_type first = ctx.begin(), last = ctx.end(); first != last; ++first ) in main()
|