/external/bluetooth/glib/tests/gobject/ |
ifaceproperties.c | 406 gint n_properties) 411 for (i = 0; i < n_properties; i++) 428 gint n_properties; local 479 properties = g_object_class_list_properties (object_class, &n_properties); 480 g_assert (n_properties == 4); 481 assert_in_properties (inherited_spec1, properties, n_properties); 482 assert_in_properties (inherited_spec2, properties, n_properties); 483 assert_in_properties (inherited_spec3, properties, n_properties); 484 assert_in_properties (inherited_spec4, properties, n_properties); 497 properties = g_object_interface_list_properties (iface_vtable, &n_properties); [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gobject.xml | 53 guint n_properties, 90 guint n_properties, 100 obj = parent_class->constructor (gtype, n_properties, properties); [all...] |
/external/bluetooth/glib/gobject/ |
gobject.h | 387 guint *n_properties);
|
gobject.c | 623 * @n_properties: return location for the length of the returned array [all...] |
/external/v8/test/cctest/ |
test-heap.cc | 924 int n_properties = my_map->inobject_properties(); local 925 CHECK_GT(n_properties, 0); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 1048 int n_properties; \/* how many properties there are *\/ member in struct:__anon20120 [all...] |