/third_party/glib/gobject/tests/ |
D | ifaceproperties.c | 397 gint n_properties) in DEFINE_TYPE() 402 for (i = 0; i < n_properties; i++) in DEFINE_TYPE() 479 guint n_properties; in test_list_overridden() local 483 properties = g_object_class_list_properties (object_class, &n_properties); in test_list_overridden() 484 g_assert (n_properties == 4); in test_list_overridden() 485 assert_in_properties (inherited_spec1, properties, n_properties); in test_list_overridden() 486 assert_in_properties (inherited_spec2, properties, n_properties); in test_list_overridden() 487 assert_in_properties (inherited_spec3, properties, n_properties); in test_list_overridden() 488 assert_in_properties (inherited_spec4, properties, n_properties); in test_list_overridden() 511 guint n_properties; in test_list_interface() local [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.h | 84 …lass *gobject_class, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties, gint n_properties); 86 …ruct (GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties, gint n_properties, GstFrei0rPrope… 88 …rPropertyValue * gst_frei0r_property_cache_init (GstFrei0rProperty *properties, gint n_properties); 89 …he_free (GstFrei0rProperty *properties, GstFrei0rPropertyValue *property_cache, gint n_properties); 92 …ance, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties, gint n_properties, GstFrei0rPrope… 93 …ance, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties, gint n_properties, GstFrei0rPrope…
|
D | gstfrei0rfilter.c | 114 klass->n_properties, self->property_cache, self->width, self->height); in gst_frei0r_filter_transform() 154 klass->n_properties); in gst_frei0r_filter_finalize() 169 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_filter_get_property() 184 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_filter_set_property() 209 klass->n_properties = klass->info->num_params; in gst_frei0r_filter_class_init() 210 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_filter_class_init() 213 klass->properties, klass->n_properties); in gst_frei0r_filter_class_init() 248 gst_frei0r_property_cache_init (klass->properties, klass->n_properties); in gst_frei0r_filter_init()
|
D | gstfrei0r.c | 62 gint n_properties) in gst_frei0r_klass_install_properties() argument 69 for (i = 0; i < n_properties; i++) { in gst_frei0r_klass_install_properties() 232 gint n_properties) in gst_frei0r_property_cache_init() argument 235 GstFrei0rPropertyValue *ret = g_new0 (GstFrei0rPropertyValue, n_properties); in gst_frei0r_property_cache_init() 237 for (i = 0; i < n_properties; i++) { in gst_frei0r_property_cache_init() 250 GstFrei0rPropertyValue * property_cache, gint n_properties) in gst_frei0r_property_cache_free() argument 254 for (i = 0; i < n_properties; i++) { in gst_frei0r_property_cache_free() 263 GstFrei0rProperty * properties, gint n_properties, in gst_frei0r_instance_construct() argument 269 for (i = 0; i < n_properties; i++) in gst_frei0r_instance_construct() 277 GstFrei0rProperty * properties, gint n_properties, in gst_frei0r_get_property() argument [all …]
|
D | gstfrei0rsrc.c | 64 klass->n_properties, self->property_cache, self->info.width, in gst_frei0r_src_fill() 274 klass->n_properties); in gst_frei0r_src_finalize() 289 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_src_get_property() 304 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_src_set_property() 330 klass->n_properties = klass->info->num_params; in gst_frei0r_src_class_init() 331 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_src_class_init() 334 klass->properties, klass->n_properties); in gst_frei0r_src_class_init() 369 gst_frei0r_property_cache_init (klass->properties, klass->n_properties); in gst_frei0r_src_init()
|
D | gstfrei0rmixer.c | 51 klass->n_properties); in gst_frei0r_mixer_reset() 69 klass->n_properties); in gst_frei0r_mixer_finalize() 88 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_mixer_get_property() 103 klass->properties, klass->n_properties, self->property_cache, prop_id, in gst_frei0r_mixer_set_property() 528 klass->properties, klass->n_properties, self->property_cache, in gst_frei0r_mixer_collected() 633 klass->n_properties = klass->info->num_params; in gst_frei0r_mixer_class_init() 634 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_mixer_class_init() 637 klass->properties, klass->n_properties); in gst_frei0r_mixer_class_init() 683 gst_frei0r_property_cache_init (klass->properties, klass->n_properties); in gst_frei0r_mixer_init()
|
D | gstfrei0rfilter.h | 58 gint n_properties; member
|
D | gstfrei0rsrc.h | 60 gint n_properties; member
|
D | gstfrei0rmixer.h | 67 gint n_properties; member
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakesinkutils.c | 32 guint n_properties, i; in gst_fake_sink_proxy_properties() local 36 &n_properties); in gst_fake_sink_proxy_properties() 38 for (i = 0; i < n_properties; i++) { in gst_fake_sink_proxy_properties()
|
/third_party/glib/gobject/ |
D | gobject.h | 401 guint *n_properties); 429 guint n_properties, 464 guint n_properties, 473 guint n_properties,
|
D | gobject.c | 2063 guint n_properties, in g_object_new_with_properties() argument 2080 if (n_properties > 0) in g_object_new_with_properties() 2085 params = g_newa (GObjectConstructParam, n_properties); in g_object_new_with_properties() 2086 for (i = 0; i < n_properties; i++) in g_object_new_with_properties() 2385 guint n_properties, in g_object_setv() argument 2396 if (n_properties == 0) in g_object_setv() 2402 for (i = 0; i < n_properties; i++) in g_object_setv() 2511 guint n_properties, in g_object_getv() argument 2521 if (n_properties == 0) in g_object_getv() 2527 for (i = 0; i < n_properties; i++) in g_object_getv()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProperties.cpp | 74 …const unsigned int n_properties = (glu::isContextTypeES(m_context.getRenderContext().getType())) ?… in iterate() local 76 for (unsigned int n_property = 0; n_property < n_properties; ++n_property) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 6824 const unsigned int n_properties = sizeof(properties) / sizeof(properties[0]); in verifyProgramInterfaceQuerySupport() local 6863 resource_index, n_properties, properties, in verifyProgramInterfaceQuerySupport() 6867 if (n_written_items != n_properties) in verifyProgramInterfaceQuerySupport()
|