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

  /bionic/libc/kernel/common/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /external/bluetooth/glib/glib/
glib-object.h 32 #include <gobject/gtype.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
75 #define MODULE_GENERIC_TABLE(gtype,name)
  /external/bluetooth/glib/gobject/
gboxed.h 26 #include <gobject/gtype.h>
66 gpointer g_boxed_copy (GType boxed_type,
68 void g_boxed_free (GType boxed_type,
79 GType g_boxed_type_register_static (const gchar *name,
88 * The #GType for #GClosure.
108 * The #GType for #GDate.
114 * The #GType for a boxed type holding a %NULL-terminated array of strings.
146 * The #GType for #GString.
152 * The #GType for a boxed type holding a #GHashTable reference.
160 * The #GType for a boxed type holding a #GRegex reference
    [all...]
gtypeplugin.h 26 #include <gobject/gtype.h>
59 * @g_type: the #GType whose info is completed
66 GType g_type,
72 * @instance_type: the #GType of an instantiable type to which the interface
74 * @interface_type: the #GType of the interface whose info is completed
80 GType instance_type,
81 GType interface_type,
120 GType g_type_plugin_get_type (void) G_GNUC_CONST;
124 GType g_type,
128 GType instance_type
    [all...]
gvalue.h 28 #include <gobject/gtype.h>
35 * @type: A #GType value.
59 * Returns: the #GType.
74 * @type: A #GType value.
111 GType g_type;
130 GType g_type);
145 gboolean g_value_type_compatible (GType src_type,
146 GType dest_type);
147 gboolean g_value_type_transformable (GType src_type,
148 GType dest_type)
    [all...]
gclosure.h 27 #include <gobject/gtype.h>
198 GClosure* g_signal_type_cclosure_new (GType itype,
genums.h 26 #include <gobject/gtype.h>
33 * @type: a #GType ID.
61 * Returns: the #GType
77 * @type: a #GType ID.
105 * Returns: the #GType
245 GType g_enum_register_static (const gchar *name,
247 GType g_flags_register_static (const gchar *name,
252 void g_enum_complete_type_info (GType g_enum_type,
255 void g_flags_complete_type_info (GType g_flags_type,
gobject.h 26 #include <gobject/gtype.h>
292 * my_singleton_constructor (GType type,
321 GObject* (*constructor) (GType type,
380 GType g_initially_unowned_get_type (void);
399 GType g_object_get_type (void) G_GNUC_CONST;
400 gpointer g_object_new (GType object_type,
403 gpointer g_object_newv (GType object_type,
406 GObject* g_object_new_valist (GType object_type,
gparamspecs.c 42 * (derived) type, which is registered as a #GType with a
1076 GType gtype = value->data[0].v_long; local
1079 if (tspec->is_a_type != G_TYPE_NONE && !g_type_is_a (gtype, tspec->is_a_type))
1093 GType p1 = value1->data[0].v_long;
1094 GType p2 = value2->data[0].v_long;
1102 GType *g_param_spec_types = NULL;
1108 GType type, *spec_types, *spec_types_bound;
1110 g_param_spec_types = g_new0 (GType, n_types);
    [all...]
  /external/kernel-headers/original/linux/
module.h 82 #define MODULE_GENERIC_TABLE(gtype,name) \
83 extern const struct gtype##_id __mod_##gtype##_table \
89 #define MODULE_GENERIC_TABLE(gtype,name)
  /external/webkit/WebCore/platform/graphics/gtk/
WebKitWebSourceGStreamer.cpp 121 static void doInit(GType gtype)
129 g_type_add_interface_static(gtype, GST_TYPE_URI_HANDLER,

Completed in 539 milliseconds