Home
last modified time | relevance | path

Searched refs:n_construct_properties (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/gio/
Dglocalfilemonitor.c66 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()
Dglocaldirectorymonitor.c85 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/
Dsingleton.c46 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()
Difaceproperties.c157 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/
Dgwin32directorymonitor.c53 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/
Dgfendirectorymonitor.c73 guint n_construct_properties, in g_fen_directory_monitor_constructor() argument
85 n_construct_properties, in g_fen_directory_monitor_constructor()
Dgfenfilemonitor.c72 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/
Dginotifydirectorymonitor.c70 guint n_construct_properties, in g_inotify_directory_monitor_constructor() argument
83 n_construct_properties, in g_inotify_directory_monitor_constructor()
Dginotifyfilemonitor.c84 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/
Dgfamfilemonitor.c61 guint n_construct_properties, in g_fam_file_monitor_constructor() argument
74 n_construct_properties, in g_fam_file_monitor_constructor()
Dgfamdirectorymonitor.c62 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/
Dgobject.h322 guint n_construct_properties,
Dgobject.c136 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()