Searched refs:prop_names (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/gobject/tests/ |
D | properties.c | 366 const char *prop_names[4] = { "foo", "bar", "baz", "quux" }; in properties_testv_with_no_properties() local 373 g_object_getv (G_OBJECT (test_obj), 4, prop_names, values_out); in properties_testv_with_no_properties() 390 const char *prop_names[4] = { "foo", "bar", "baz", "quux" }; in properties_testv_with_valid_properties() local 410 test_object_get_type (), 4, prop_names, values_in); in properties_testv_with_valid_properties() 411 g_object_getv (G_OBJECT (test_obj), 4, prop_names, values_out); in properties_testv_with_valid_properties() 424 g_object_setv (G_OBJECT (test_obj), 4, prop_names, values_in); in properties_testv_with_valid_properties() 426 g_object_getv (G_OBJECT (test_obj), 4, prop_names, values_out); in properties_testv_with_valid_properties() 507 const char *prop_names[4] = { "foo", "bar", "baz", "quux" }; in properties_testv_getv() local 521 g_object_getv (G_OBJECT (test_obj), 4, prop_names, values_out_initialized); in properties_testv_getv() 529 g_object_getv (G_OBJECT (test_obj), 4, prop_names, values_out_uninitialized); in properties_testv_getv() [all …]
|
/third_party/libevdev/libevdev/ |
D | libevdev-names.c | 184 entry = lookup_name(prop_names, ARRAY_LENGTH(prop_names), &lookup); in libevdev_property_from_name_n()
|
/third_party/libevdev/include/ |
D | event-names.h | 1595 static const struct name_entry prop_names[] = { variable
|