Searched refs:g_intern_static_string (Results 1 - 17 of 17) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioenumtypes.c.template30 g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
/external/bluetooth/glib/glib/
H A Dgquark.h48 G_CONST_RETURN gchar* g_intern_static_string (const gchar *string);
H A Dglibintl.h36 #define I_(string) g_intern_static_string (string)
H A Dgdataset.c727 * g_intern_static_string:
732 * g_intern_static_string() does not copy the string, therefore @string must
740 g_intern_static_string (const gchar *string) function
H A Dgaliasdef.c595 #undef g_intern_static_string macro
596 extern __typeof (g_intern_static_string) g_intern_static_string __attribute((alias("IA__g_intern_static_string"), visibility("default")));
H A Dgalias.h588 extern __typeof (g_intern_static_string) IA__g_intern_static_string __attribute((visibility("hidden")));
589 #define g_intern_static_string IA__g_intern_static_string macro
/external/bluetooth/glib/gobject/
H A Dgvaluetypes.c398 type = g_type_register_fundamental (G_TYPE_CHAR, g_intern_static_string ("gchar"), &info, &finfo, 0);
400 type = g_type_register_fundamental (G_TYPE_UCHAR, g_intern_static_string ("guchar"), &info, &finfo, 0);
418 type = g_type_register_fundamental (G_TYPE_BOOLEAN, g_intern_static_string ("gboolean"), &info, &finfo, 0);
436 type = g_type_register_fundamental (G_TYPE_INT, g_intern_static_string ("gint"), &info, &finfo, 0);
438 type = g_type_register_fundamental (G_TYPE_UINT, g_intern_static_string ("guint"), &info, &finfo, 0);
456 type = g_type_register_fundamental (G_TYPE_LONG, g_intern_static_string ("glong"), &info, &finfo, 0);
458 type = g_type_register_fundamental (G_TYPE_ULONG, g_intern_static_string ("gulong"), &info, &finfo, 0);
476 type = g_type_register_fundamental (G_TYPE_INT64, g_intern_static_string ("gint64"), &info, &finfo, 0);
478 type = g_type_register_fundamental (G_TYPE_UINT64, g_intern_static_string ("guint64"), &info, &finfo, 0);
496 type = g_type_register_fundamental (G_TYPE_FLOAT, g_intern_static_string ("gfloa
[all...]
H A Dgboxed.c136 type = g_type_register_fundamental (G_TYPE_BOXED, g_intern_static_string ("GBoxed"), &info, &finfo,
147 type_id = g_boxed_type_register_static (g_intern_static_string ("GClosure"),
159 type_id = g_boxed_type_register_static (g_intern_static_string ("GValue"),
171 type_id = g_boxed_type_register_static (g_intern_static_string ("GValueArray"),
191 type_id = g_boxed_type_register_static (g_intern_static_string ("GDate"),
203 type_id = g_boxed_type_register_static (g_intern_static_string ("GStrv"),
231 type_id = g_boxed_type_register_static (g_intern_static_string ("GString"),
257 type_id = g_boxed_type_register_static (g_intern_static_string ("GHashTable"),
269 type_id = g_boxed_type_register_static (g_intern_static_string ("GRegex"),
H A Dgtypeplugin.c105 type_plugin_type = g_type_register_static (G_TYPE_INTERFACE, g_intern_static_string ("GTypePlugin"), &type_plugin_info, 0);
H A Dgparamspecs.c1127 type = g_param_type_register_static (g_intern_static_string ("GParamChar"), &pspec_info);
1145 type = g_param_type_register_static (g_intern_static_string ("GParamUChar"), &pspec_info);
1163 type = g_param_type_register_static (g_intern_static_string ("GParamBoolean"), &pspec_info);
1181 type = g_param_type_register_static (g_intern_static_string ("GParamInt"), &pspec_info);
1199 type = g_param_type_register_static (g_intern_static_string ("GParamUInt"), &pspec_info);
1217 type = g_param_type_register_static (g_intern_static_string ("GParamLong"), &pspec_info);
1235 type = g_param_type_register_static (g_intern_static_string ("GParamULong"), &pspec_info);
1253 type = g_param_type_register_static (g_intern_static_string ("GParamInt64"), &pspec_info);
1271 type = g_param_type_register_static (g_intern_static_string ("GParamUInt64"), &pspec_info);
1289 type = g_param_type_register_static (g_intern_static_string ("GParamUnicha
[all...]
H A Dgenums.c116 type = g_type_register_fundamental (G_TYPE_ENUM, g_intern_static_string ("GEnum"), &info, &finfo,
123 type = g_type_register_fundamental (G_TYPE_FLAGS, g_intern_static_string ("GFlags"), &info, &finfo,
H A Dgtypemodule.c174 type_module_type = g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GTypeModule"), &type_module_info, G_TYPE_FLAG_ABSTRACT);
H A Dgparam.c130 type = g_type_register_fundamental (G_TYPE_PARAM, g_intern_static_string ("GParam"), &param_spec_info, &finfo, G_TYPE_FLAG_ABSTRACT);
430 pspec->name = g_intern_static_string (name);
H A Dgtype.h1322 * g_intern_static_string ("GtkGadget"),
1387 g_intern_static_string (#TypeName), \
H A Dgobject.c262 type = g_type_register_fundamental (G_TYPE_OBJECT, g_intern_static_string ("GObject"), &info, &finfo, 0);
359 g_signal_new (g_intern_static_string ("notify"),
H A Dgtype.c4025 node = type_node_fundamental_new_W (G_TYPE_NONE, g_intern_static_string ("void"), 0);
4032 node = type_node_fundamental_new_W (G_TYPE_INTERFACE, g_intern_static_string ("GInterface"), G_TYPE_FLAG_DERIVABLE);
/external/bluetooth/glib/gobject/tests/
H A Dthreadtests.c38 g_intern_static_string (#TypeName), \

Completed in 114 milliseconds