/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-completion-helper.c | 177 guint num_properties, i; in _print_element_properties_info() local 180 (G_OBJECT_GET_CLASS (element), &num_properties); in _print_element_properties_info() 182 for (i = 0; i < num_properties; i++) { in _print_element_properties_info()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 376 guint num_properties, i; in print_object_properties_info() local 380 property_specs = g_object_class_list_properties (obj_class, &num_properties); in print_object_properties_info() 381 g_qsort_with_data (property_specs, num_properties, sizeof (gpointer), in print_object_properties_info() 388 for (i = 0; i < num_properties; i++) { in print_object_properties_info() 725 if (num_properties == 0) in print_object_properties_info()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_perf.c | 154 param.num_properties = p / 2; in anv_device_perf_open()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 4034 FT_UInt num_properties,
|
/third_party/freetype/include/freetype/ |
D | freetype.h | 3905 FT_UInt num_properties,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 3919 FT_UInt num_properties,
|
/third_party/glib/gio/ |
D | gdbusproxy.c | 1117 guint num_properties; in process_get_all_reply() local 1137 num_properties = g_hash_table_size (proxy->priv->properties); in process_get_all_reply() 1141 if (num_properties > 0) in process_get_all_reply()
|
D | gdbusintrospection.c | 1637 guint num_properties; in parser_end_element() local 1644 properties = parse_data_steal_properties (data, &num_properties); in parser_end_element()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 1713 __u32 num_properties; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 2375 __u32 num_properties; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3889 FT_UInt num_properties, in FT_Face_Properties() argument 3895 if ( num_properties > 0 && !properties ) in FT_Face_Properties() 3901 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
|
/third_party/freetype/src/base/ |
D | ftobjs.c | 3831 FT_UInt num_properties, in FT_Face_Properties() argument 3837 if ( num_properties > 0 && !properties ) in FT_Face_Properties() 3843 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3799 FT_UInt num_properties, in FT_Face_Properties() argument 3805 if ( num_properties > 0 && !properties ) in FT_Face_Properties() 3811 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 410 .num_properties = p / 2, in intel_perf_open()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_video_capture.txt | 777 4 CARD32 num_properties (p)
|
/third_party/openGLES/extensions/NV/ |
D | NV_video_capture.txt | 777 4 CARD32 num_properties (p)
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 1190 num_properties gets set.
|