/external/bluetooth/glib/gobject/ |
D | gparam.h | 47 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec)) 184 typedef struct _GParamSpec GParamSpec; typedef 240 void (*finalize) (GParamSpec *pspec); 243 void (*value_set_default) (GParamSpec *pspec, 245 gboolean (*value_validate) (GParamSpec *pspec, 247 gint (*values_cmp) (GParamSpec *pspec, 269 GParamSpec* g_param_spec_ref (GParamSpec *pspec); 270 void g_param_spec_unref (GParamSpec *pspec); 271 void g_param_spec_sink (GParamSpec *pspec); 272 GParamSpec* g_param_spec_ref_sink (GParamSpec *pspec); [all …]
|
D | gparamspecs.h | 588 GParamSpec parent_instance; 605 GParamSpec parent_instance; 620 GParamSpec parent_instance; 635 GParamSpec parent_instance; 652 GParamSpec parent_instance; 669 GParamSpec parent_instance; 686 GParamSpec parent_instance; 703 GParamSpec parent_instance; 720 GParamSpec parent_instance; 735 GParamSpec parent_instance; [all …]
|
D | gparamspecs.c | 60 param_char_init (GParamSpec *pspec) in param_char_init() 70 param_char_set_default (GParamSpec *pspec, in param_char_set_default() 77 param_char_validate (GParamSpec *pspec, in param_char_validate() 89 param_uchar_init (GParamSpec *pspec) in param_uchar_init() 99 param_uchar_set_default (GParamSpec *pspec, in param_uchar_set_default() 106 param_uchar_validate (GParamSpec *pspec, in param_uchar_validate() 118 param_boolean_set_default (GParamSpec *pspec, in param_boolean_set_default() 125 param_boolean_validate (GParamSpec *pspec, in param_boolean_validate() 136 param_int_init (GParamSpec *pspec) in param_int_init() 146 param_int_set_default (GParamSpec *pspec, in param_int_set_default() [all …]
|
D | gparam.c | 68 static void g_param_spec_init (GParamSpec *pspec, 70 static void g_param_spec_finalize (GParamSpec *pspec); 117 sizeof (GParamSpec), in g_param_type_init() 157 g_param_spec_init (GParamSpec *pspec, in g_param_spec_init() 174 g_param_spec_finalize (GParamSpec *pspec) in g_param_spec_finalize() 198 GParamSpec* 199 g_param_spec_ref (GParamSpec *pspec) in g_param_spec_ref() 216 g_param_spec_unref (GParamSpec *pspec) in g_param_spec_unref() 244 g_param_spec_sink (GParamSpec *pspec) in g_param_spec_sink() 267 GParamSpec* [all …]
|
D | gobject.h | 202 GParamSpec *pspec); 216 GParamSpec *pspec); 328 GParamSpec *pspec); 332 GParamSpec *pspec); 338 GParamSpec **pspecs); 341 GParamSpec *pspec); 361 GParamSpec *pspec; 383 GParamSpec *pspec); 384 GParamSpec* g_object_class_find_property (GObjectClass *oclass, 386 GParamSpec**g_object_class_list_properties (GObjectClass *oclass, [all …]
|
D | gobjectnotifyqueue.c | 35 GParamSpec **pspecs); 94 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw() 105 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw() 110 GParamSpec *pspec = slist->data; in g_object_notify_queue_thaw() 143 GParamSpec *pspec) in g_object_notify_queue_add() 147 GParamSpec *redirect; in g_object_notify_queue_add()
|
D | gobject.c | 143 GParamSpec *pspec); 147 GParamSpec *pspec); 165 GParamSpec **pspecs); 167 GParamSpec *pspec, 170 GParamSpec *pspec, 298 GParamSpec *pspec = node->data; in g_object_base_class_finalize() 310 GParamSpec **pspecs) in g_object_notify_dispatcher() 377 GParamSpec *pspec) in install_property_internal() 408 GParamSpec *pspec) in g_object_class_install_property() 461 GParamSpec *pspec) in g_object_interface_install_property() [all …]
|
/external/bluetooth/glib/tests/gobject/ |
D | ifaceproperties.c | 115 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3; 119 static GParamSpec *inherited_spec1, *inherited_spec2, *inherited_spec3, *inherited_spec4; 165 GParamSpec *pspec; in DEFINE_IFACE() 215 GParamSpec *pspec) in base_object_set_property() 245 GParamSpec *pspec) in base_object_get_property() 273 GParamSpec *pspec) in base_object_notify() 338 GParamSpec *pspec) in DEFINE_TYPE_FULL() 362 GParamSpec *pspec) in derived_object_get_property() 404 assert_in_properties (GParamSpec *param_spec, in DEFINE_TYPE() 405 GParamSpec **properties, in DEFINE_TYPE() [all …]
|
D | paramspec-test.c | 38 GParamSpec *pspec; in test_param_spec_char() 76 GParamSpec *pspec; in test_param_spec_string() 148 GParamSpec *ospec, *pspec; in test_param_spec_override() 188 GParamSpec *pspec; in test_param_spec_gtype()
|
/external/bluetooth/glib/tests/refcount/ |
D | properties2.c | 40 GParamSpec *pspec); 44 GParamSpec *pspec); 117 GParamSpec *pspec) in my_test_get_property() 138 GParamSpec *pspec) in my_test_set_property() 159 GParamSpec *pspec) in dummy_notify()
|
D | properties.c | 43 GParamSpec *pspec); 47 GParamSpec *pspec); 118 GParamSpec *pspec) in my_test_get_property() 139 GParamSpec *pspec) in my_test_set_property() 158 GParamSpec *pspec) in dummy_notify()
|
D | signals.c | 57 const GValue * value, GParamSpec * pspec); 59 GValue * value, GParamSpec * pspec); 146 const GValue * value, GParamSpec * pspec) in my_test_set_property() 164 GValue * value, GParamSpec * pspec) in my_test_get_property() 226 notify (GObject *object, GParamSpec *spec, gpointer user_data) in notify()
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitDOMObject.cpp | 25 …id webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_object_get_property() 34 …kit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_object_set_property()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebwindowfeatures.cpp | 92 …ndow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 94 …web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 283 …indow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_window_features_set_property() 325 …_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_window_features_get_property()
|
D | webkitwebresource.cpp | 58 …webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 59 …_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 178 … webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_resource_get_property() 201 …t_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_resource_set_property()
|
D | webkitviewportattributes.cpp | 115 …t_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec); 116 …ibutes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec); 435 …rt_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec) in webkit_viewport_attributes_get_property() 489 …ributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec) in webkit_viewport_attributes_set_property()
|
/external/bluetooth/glib/gio/ |
D | gdataoutputstream.c | 56 GParamSpec *pspec); 60 GParamSpec *pspec); 99 GParamSpec *pspec) in g_data_output_stream_set_property() 121 GParamSpec *pspec) in g_data_output_stream_get_property()
|
D | gfilteroutputstream.c | 47 GParamSpec *pspec); 52 GParamSpec *pspec); 152 GParamSpec *pspec) in g_filter_output_stream_set_property() 182 GParamSpec *pspec) in g_filter_output_stream_get_property()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_shrinkable_hbox.cc | 104 GParamSpec* pspec); 108 GParamSpec* pspec); 143 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_set_property() 160 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_get_property()
|
D | gtk_floating_container.cc | 60 GParamSpec* pspec); 65 GParamSpec* pspec); 256 GParamSpec* pspec) { in gtk_floating_container_set_child_property() 281 GParamSpec* pspec) { in gtk_floating_container_get_child_property()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_bubble_gtk.h | 33 typedef struct _GParamSpec GParamSpec; typedef 67 GParamSpec*);
|
/external/bluetooth/bluez/audio/ |
D | gstrtpsbcpay.c | 102 const GValue *value, GParamSpec *pspec); 104 GValue *value, GParamSpec *pspec); 305 const GValue *value, GParamSpec *pspec) in gst_rtp_sbc_pay_set_property() 322 GValue *value, GParamSpec *pspec) in gst_rtp_sbc_pay_get_property()
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestInterface.cpp | 91 …test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_set_property() 102 …t_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_get_property()
|
D | WebKitDOMTestMediaQueryListListener.cpp | 89 …_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_set_property() 100 …_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_get_property()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebdatasource.c | 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* lo… in notify_load_status_unreachable_cb() 76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_cb() 142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_lifetime_cb()
|