/external/bluetooth/glib/tests/gobject/ |
testcommon.h | 67 static GType iface_type = 0; \ 69 if (!iface_type) \ 79 iface_type = g_type_register_static (G_TYPE_INTERFACE, \ 83 return iface_type; \ 86 #define INTERFACE_FULL(type, init_func, iface_type) \ 93 g_type_add_interface_static (type, iface_type, &iface); \ 95 #define INTERFACE(init_func, iface_type) \ 96 INTERFACE_FULL(object_type, init_func, iface_type)
|
ifaceinherit.c | 116 GType iface_type, 123 g_type_add_interface_static (object_type, iface_type, &iface_info); 134 GType iface_type) 136 add_interface (object_type, iface_type, 142 GType iface_type) 145 TestIfaceClass *iface = g_type_interface_peek (g_class, iface_type); 157 GType iface_type) 159 add_interface (object_type, iface_type, 165 GType iface_type) 168 TestIfaceClass *iface = g_type_interface_peek (g_class, iface_type); [all...] |
/external/bluetooth/glib/docs/reference/gobject/tmpl/ |
gobject-unused.sgml | 70 by @iface_type. @iface_type is either a type that @instance 76 @iface_type: A #GType value. 77 @Returns: #TRUE if @instance conforms to @iface_type, #FALSE otherwise.
|
/external/bluetooth/glib/gobject/ |
gtype.c | 278 GType iface_type; member in struct:_IFaceEntry 529 GType iface_type = NODE_TYPE (iface_node); local 538 if (iface_type == check->iface_type) 540 else if (iface_type > check->iface_type) 545 else /* if (iface_type < check->iface_type) */ 884 GType iface_type) 887 TypeNode *iface = lookup_type_node_I (iface_type); [all...] |
gtype.h | 650 GType iface_type); [all...] |
gobject.c | 954 GType iface_type = iface_class->g_type; local 961 pspecs = g_param_spec_pool_list (pspec_pool, iface_type, &n); 976 g_type_name (iface_type)); 999 g_type_name (iface_type)); [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_howto.xml | 872 static GType iface_type = 0; 873 if (iface_type == 0) 881 iface_type = g_type_register_static (G_TYPE_INTERFACE, "MamanIbaz", 885 return iface_type; [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 770 Bit8u iface_type[8]; member in struct:__anon10118 [all...] |