HomeSort by relevance Sort by last modified time
    Searched refs:g_intern_static_string (Results 1 - 20 of 20) sorted by null

  /external/bluetooth/glib/gio/
gioenumtypes.c.template 30 g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
  /external/bluetooth/glib/glib/
gquark.h 48 G_CONST_RETURN gchar* g_intern_static_string (const gchar *string);
glibintl.h 36 #define I_(string) g_intern_static_string (string)
gdataset.c 727 * 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
galiasdef.c 595 #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")));
    [all...]
galias.h 588 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
    [all...]
  /external/bluetooth/glib/gobject/
gvaluetypes.c 398 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 ("gfloat"), &info, &finfo, 0)
    [all...]
gboxed.c 136 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"),
gtypeplugin.c 105 type_plugin_type = g_type_register_static (G_TYPE_INTERFACE, g_intern_static_string ("GTypePlugin"), &type_plugin_info, 0);
gparamspecs.c 1127 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);
    [all...]
genums.c 116 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,
gtypemodule.c 174 type_module_type = g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GTypeModule"), &type_module_info, G_TYPE_FLAG_ABSTRACT);
gparam.c 130 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);
    [all...]
gtype.h     [all...]
gobject.c 262 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"),
    [all...]
gtype.c     [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMEventTarget.cpp 49 g_intern_static_string("WebKitDOMEventTarget"),
  /external/bluetooth/glib/gobject/tests/
threadtests.c 38 g_intern_static_string (#TypeName), \
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 126 g_intern_static_string("GtkKeyBindingsHandler"),
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 353 g_intern_static_string("WebViewWidget"),

Completed in 199 milliseconds