Home
last modified time | relevance | path

Searched defs:property_name (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c335 const gchar * property_name, gchar ** property_value, in gst_xml_helper_get_prop_validated_string()
358 const gchar * ns_name, const gchar * property_name, gchar ** property_value) in gst_xml_helper_get_ns_prop_string()
377 const gchar * property_name, gchar ** property_value) in gst_xml_helper_get_prop_string()
385 const gchar * property_name, gchar *** property_value) in gst_xml_helper_get_prop_string_vector_type()
414 const gchar * property_name, gint default_val, gint * property_value) in gst_xml_helper_get_prop_signed_integer()
438 const gchar * property_name, guint default_val, guint * property_value) in gst_xml_helper_get_prop_unsigned_integer()
465 const gchar * property_name, guint64 default_val, guint64 * property_value) in gst_xml_helper_get_prop_unsigned_integer_64()
490 const gchar * property_name, guint ** property_value, guint * value_size) in gst_xml_helper_get_prop_uint_vector_type()
540 const gchar * property_name, gdouble * property_value) in gst_xml_helper_get_prop_double()
562 const gchar * property_name, gboolean default_val, in gst_xml_helper_get_prop_boolean()
[all …]
Dgstmpdhelper.c27 const gchar * property_name, GstMPDFileType * property_value) in gst_mpd_helper_get_mpd_type()
57 const gchar * property_name, GstMPDSAPType * property_value) in gst_mpd_helper_get_SAP_type()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DInterruptIn-js.cpp65 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_rise"); in DECLARE_CLASS_FUNCTION() local
101 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_rise"); in DECLARE_CLASS_FUNCTION() local
130 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_fall"); in DECLARE_CLASS_FUNCTION() local
166 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_fall"); in DECLARE_CLASS_FUNCTION() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftpsprop.c39 const char* property_name, in ps_property_set()
231 const char* property_name, in ps_property_get()
/third_party/freetype/src/base/
Dftpsprop.c39 const char* property_name, in ps_property_set()
231 const char* property_name, in ps_property_get()
Dftinit.c119 char property_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftpsprop.c40 const char* property_name, in ps_property_set()
232 const char* property_name, in ps_property_get()
Dftinit.c119 char property_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
/third_party/glib/gio/tests/
Dgdbus-tests.h40 #define _g_assert_property_notify(object, property_name) \ argument
Dgdbus-example-server.c175 const gchar *property_name, in handle_get_property()
222 const gchar *property_name, in handle_set_property()
/third_party/gstreamer/gstreamer/gst/
Dgstobject.c1224 const gchar * property_name, gboolean disabled) in gst_object_set_control_binding_disabled()
1288 gst_object_get_control_binding (GstObject * object, const gchar * property_name) in gst_object_get_control_binding()
1349 gst_object_get_value (GstObject * object, const gchar * property_name, in gst_object_get_value()
1391 gst_object_get_value_array (GstObject * object, const gchar * property_name, in gst_object_get_value_array()
1432 gst_object_get_g_value_array (GstObject * object, const gchar * property_name, in gst_object_get_g_value_array()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/
Dwrap_tools.cpp67 jerry_value_t property_name = jerry_create_string(reinterpret_cast<const jerry_char_t *>(name)); in jsmbed_wrap_register_class_function() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c62 const char* property_name, in tt_property_set()
119 const char* property_name, in tt_property_get()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c63 const char* property_name, in tt_property_set()
120 const char* property_name, in tt_property_get()
/third_party/freetype/src/truetype/
Dttdriver.c62 const char* property_name, in tt_property_set()
119 const char* property_name, in tt_property_get()
/third_party/pulseaudio/src/pulsecore/
Ddbus-shared.c36 const char *property_name; member
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdfrend.c59 const char* property_name, in sdf_property_set()
136 const char* property_name, in sdf_property_get()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafmodule.c108 const char* property_name, in af_property_set()
289 const char* property_name, in af_property_get()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py150 def SetFileProperty(output, source_name, property_name, values, sep): argument
163 def SetFilesProperty(output, variable, property_name, values, sep): argument
176 def SetTargetProperty(output, target_name, property_name, values, sep=""): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py142 def SetFileProperty(output, source_name, property_name, values, sep): argument
155 def SetFilesProperty(output, variable, property_name, values, sep): argument
168 def SetTargetProperty(output, target_name, property_name, values, sep=''): argument
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstproxycontrolbinding.h55 gchar *property_name; member
/third_party/gn/src/gn/
Dbundle_file_rule.cc20 const char* property_name) { in ErrMissingPropertyForExpansion()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafmodule.c108 const char* property_name, in af_property_set()
318 const char* property_name, in af_property_get()
/third_party/freetype/src/autofit/
Dafmodule.c108 const char* property_name, in af_property_set()
318 const char* property_name, in af_property_get()
/third_party/glib/gio/
Dgnetworkmonitornm.c257 const char *property_name, in update_cached_property()
303 const char *property_name) in has_property()

1234