Home
last modified time | relevance | path

Searched refs:property_id (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/gobject/
Dgobject.h200 guint property_id,
214 guint property_id,
326 guint property_id,
330 guint property_id,
382 guint property_id,
389 guint property_id,
533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \ argument
537 guint _property_id = (property_id); \
555 #define G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec) \ argument
556 G_OBJECT_WARN_INVALID_PSPEC ((object), "property", (property_id), (pspec))
Dgobject.c141 guint property_id,
145 guint property_id,
376 guint property_id, in install_property_internal() argument
389 PARAM_SPEC_SET_PARAM_ID (pspec, property_id); in install_property_internal()
407 guint property_id, in g_object_class_install_property() argument
416 g_return_if_fail (property_id > 0); in g_object_class_install_property()
423 install_property_internal (G_OBJECT_CLASS_TYPE (class), property_id, pspec); in g_object_class_install_property()
571 guint property_id, in g_object_class_override_property() argument
579 g_return_if_fail (property_id > 0); in g_object_class_override_property()
617 g_object_class_install_property (oclass, property_id, new); in g_object_class_override_property()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dgtk_floating_container.cc58 guint property_id,
63 guint property_id,
254 guint property_id, in gtk_floating_container_set_child_property() argument
261 switch (property_id) { in gtk_floating_container_set_child_property()
272 container, property_id, pspec); in gtk_floating_container_set_child_property()
279 guint property_id, in gtk_floating_container_get_child_property() argument
286 switch (property_id) { in gtk_floating_container_get_child_property()
295 container, property_id, pspec); in gtk_floating_container_get_child_property()
/external/bluetooth/glib/gio/
Dglocalfilemonitor.c49 guint property_id, in g_local_file_monitor_set_property() argument
53 switch (property_id) in g_local_file_monitor_set_property()
59 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in g_local_file_monitor_set_property()
Dglocaldirectorymonitor.c68 guint property_id, in g_local_directory_monitor_set_property() argument
72 switch (property_id) in g_local_directory_monitor_set_property()
78 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in g_local_directory_monitor_set_property()
Dgfileenumerator.c94 guint property_id, in g_file_enumerator_set_property() argument
102 switch (property_id) { in g_file_enumerator_set_property()
107 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in g_file_enumerator_set_property()
/external/opencv/otherlibs/highgui/
Dhighgui.h209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id ); in LOAD_CHDL()
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value ); in LOAD_CHDL()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c176 guint property_id, in prop_tester_set_property() argument
/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack.cc776 int property_id = GetIntForString(*iter, kDisplayProperties); in BuildDisplayPropertiesFromJSON() local
777 switch (property_id) { in BuildDisplayPropertiesFromJSON()