HomeSort by relevance Sort by last modified time
    Searched defs:vtable (Results 1 - 11 of 11) sorted by null

  /external/dbus/dbus/
dbus-server-protected.h 59 const DBusServerVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusServer
94 const DBusServerVTable *vtable,
dbus-transport-protected.h 84 const DBusTransportVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusTransport
117 const DBusTransportVTable *vtable,
dbus-object-tree.c 47 const DBusObjectPathVTable *vtable,
380 * @param vtable the vtable used to traverse this subtree
381 * @param user_data user data to pass to methods in the vtable
388 const DBusObjectPathVTable *vtable,
394 _dbus_assert (vtable->message_function != NULL);
412 subtree->message_function = vtable->message_function;
413 subtree->unregister_function = vtable->unregister_function;
950 const DBusObjectPathVTable *vtable,
963 if (vtable)
1315 DBusObjectPathVTable vtable = { test_unregister_function, local
    [all...]
  /external/bluetooth/glib/gobject/
gboxed.c 389 static const GTypeValueTable vtable = { local
409 &vtable, /* value_table */
471 /* we heavily rely on third-party boxed type value vtable
gtype.c 279 GTypeInterface *vtable; member in struct:_IFaceEntry
450 CLASSED_NODE_IFACES_ENTRIES (node)[j].vtable = NULL;
919 if (entry && entry->vtable == NULL && !type_iface_peek_holder_L (iface, NODE_TYPE (node)))
921 /* ok, we do conform to this interface already, but the interface vtable was not
978 GTypeValueTable *vtable = NULL; local
988 vtable = pnode->data->common.value_table;
1011 vtable = G_STRUCT_MEMBER_P (data, sizeof (InstanceData))
1729 GTypeInterface *vtable = g_malloc0 (iface->data->iface.vtable_size); local
1761 GTypeInterface *vtable = NULL; local
1812 GTypeInterface *vtable = NULL; local
2841 gpointer vtable = NULL; local
2884 gpointer vtable = NULL; local
2986 gpointer vtable; local
3017 GTypeInterface *vtable = g_iface; local
3894 GTypeValueTable *vtable = NULL; local
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 939 DBusObjectPathVTable vtable = { local
967 if (!dbus_connection_register_fallback(con, path, &vtable, wpa_s)) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 1056 DBusObjectPathVTable vtable = { local
1084 if (!dbus_connection_register_fallback(con, path, &vtable, wpa_s)) {
    [all...]
  /external/bison/lib/
bbitset.h 87 const struct bitset_vtable *vtable; member in struct:bbitset_struct
104 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
157 ((BSET1)->b.vtable == (BSET2)->b.vtable)
172 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
175 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
178 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC)
181 #define BITSET_TYPE_(DST) (DST)->b.vtable->type
184 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO)
187 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO
    [all...]
  /dalvik/vm/oo/
Object.h 223 * Index into array of vtable offsets. This points into the ifviPool,
453 /* virtual methods defined in this class; invoked through vtable */
458 * Virtual method table (vtable), for use by "invoke-virtual". The
459 * vtable from the superclass is copied in, and virtual methods from
463 Method** vtable; member in struct:ClassObject
474 * part of the Face interface. We can't easily use a single vtable.
483 * The interface vtable indices for iftable get stored here. By placing
536 * in "vtable".
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 2419 tree vtable; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 2431 tree vtable; local
    [all...]

Completed in 280 milliseconds