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

  /abi/cpp/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
  /external/dbus/dbus/
dbus-server-protected.h 58 const DBusServerVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusServer
93 const DBusServerVTable *vtable,
dbus-transport-protected.h 84 const DBusTransportVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusTransport
123 const DBusTransportVTable *vtable,
dbus-object-tree.c 49 const DBusObjectPathVTable *vtable,
384 * @param vtable the vtable used to traverse this subtree
385 * @param user_data user data to pass to methods in the vtable
394 const DBusObjectPathVTable *vtable,
401 _dbus_assert (vtable->message_function != NULL);
428 subtree->message_function = vtable->message_function;
429 subtree->unregister_function = vtable->unregister_function;
965 const DBusObjectPathVTable *vtable,
978 if (vtable)
1332 DBusObjectPathVTable vtable = { test_unregister_function, local
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 666 DBusObjectPathVTable vtable = { local
686 if (!dbus_connection_register_fallback(con, wpa_s->dbus_path, &vtable,
dbus_new_helpers.c 537 DBusObjectPathVTable vtable = { local
552 if (!dbus_connection_try_register_object_path(con, path, &vtable,
  /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...]
  /dalvik/vm/oo/
Object.h 188 * Index into array of vtable offsets. This points into the ifviPool,
414 /* virtual methods defined in this class; invoked through vtable */
419 * Virtual method table (vtable), for use by "invoke-virtual". The
420 * vtable from the superclass is copied in, and virtual methods from
424 Method** vtable; member in struct:ClassObject
435 * part of the Face interface. We can't easily use a single vtable.
444 * The interface vtable indices for iftable get stored here. By placing
497 * in "vtable".
  /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...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 595 private final String[] vtable; field in class:ClassPath.ClassDef
631 vtable = superclass.vtable;
647 vtable = null;
661 vtable = superclass.vtable;
688 vtable = loadVtable(classInfo);
689 virtualMethodLookup = new HashMap<String, Integer>((int)Math.ceil(vtable.length / .7f), .75f);
690 for (int i=0; i<vtable.length; i++) {
691 virtualMethodLookup.put(vtable[i], i)
915 String[] vtable = new String[virtualMethodList.size()]; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 580 milliseconds