Searched refs:n_construct_properties (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/gio/ |
D | glocalfilemonitor.c | 66 guint n_construct_properties, in g_local_file_monitor_constructor() argument 79 n_construct_properties, in g_local_file_monitor_constructor() 84 for (i = 0; i < n_construct_properties; i++) in g_local_file_monitor_constructor()
|
D | glocaldirectorymonitor.c | 85 guint n_construct_properties, in g_local_directory_monitor_constructor() argument 98 n_construct_properties, in g_local_directory_monitor_constructor() 103 for (i = 0; i < n_construct_properties; i++) in g_local_directory_monitor_constructor()
|
/external/bluetooth/glib/tests/gobject/ |
D | singleton.c | 46 guint n_construct_properties, in my_singleton_constructor() argument 52 …return G_OBJECT_CLASS (my_singleton_parent_class)->constructor (type, n_construct_properties, cons… in my_singleton_constructor()
|
D | ifaceproperties.c | 157 guint n_construct_properties, in DEFINE_IFACE() 167 g_assert (n_construct_properties == 1); in DEFINE_IFACE() 207 n_construct_properties, in DEFINE_IFACE()
|
/external/bluetooth/glib/gio/win32/ |
D | gwin32directorymonitor.c | 53 guint n_construct_properties, 147 guint n_construct_properties, in g_win32_directory_monitor_constructor() argument 158 obj = parent_class->constructor (type, n_construct_properties, construct_properties); in g_win32_directory_monitor_constructor()
|
/external/bluetooth/glib/gio/fen/ |
D | gfendirectorymonitor.c | 73 guint n_construct_properties, in g_fen_directory_monitor_constructor() argument 85 n_construct_properties, in g_fen_directory_monitor_constructor()
|
D | gfenfilemonitor.c | 72 guint n_construct_properties, in g_fen_file_monitor_constructor() argument 84 n_construct_properties, in g_fen_file_monitor_constructor()
|
/external/bluetooth/glib/gio/inotify/ |
D | ginotifydirectorymonitor.c | 70 guint n_construct_properties, in g_inotify_directory_monitor_constructor() argument 83 n_construct_properties, in g_inotify_directory_monitor_constructor()
|
D | ginotifyfilemonitor.c | 84 guint n_construct_properties, in g_inotify_file_monitor_constructor() argument 97 n_construct_properties, in g_inotify_file_monitor_constructor()
|
/external/bluetooth/glib/gio/fam/ |
D | gfamfilemonitor.c | 61 guint n_construct_properties, in g_fam_file_monitor_constructor() argument 74 n_construct_properties, in g_fam_file_monitor_constructor()
|
D | gfamdirectorymonitor.c | 62 guint n_construct_properties, in g_fam_directory_monitor_constructor() argument 75 n_construct_properties, in g_fam_directory_monitor_constructor()
|
/external/bluetooth/glib/gobject/ |
D | gobject.h | 322 guint n_construct_properties,
|
D | gobject.c | 136 guint n_construct_properties, 1332 guint n_construct_properties, in g_object_constructor() argument 1341 if (n_construct_properties) in g_object_constructor() 1346 while (n_construct_properties--) in g_object_constructor()
|