/external/bluetooth/glib/glib/ |
ghash.h | 74 gconstpointer key); 77 gconstpointer key); 80 gconstpointer key); 82 gconstpointer lookup_key, 125 gboolean g_str_equal (gconstpointer v1, 126 gconstpointer v2); 127 guint g_str_hash (gconstpointer v); 129 gboolean g_int_equal (gconstpointer v1, 130 gconstpointer v2); 131 guint g_int_hash (gconstpointer v) [all...] |
gslist.h | 72 gconstpointer data) G_GNUC_WARN_UNUSED_RESULT; 74 gconstpointer data) G_GNUC_WARN_UNUSED_RESULT; 84 gconstpointer data); 86 gconstpointer data, 91 gconstpointer data);
|
gtree.h | 61 gconstpointer key); 63 gconstpointer key); 65 gconstpointer key); 67 gconstpointer lookup_key, 83 gconstpointer user_data);
|
gtestutils.h | 100 gconstpointer test_data, 101 void (*test_func) (gconstpointer)); 107 gconstpointer, \ 108 void (*) (Fixture*, gconstpointer), \ 109 void (*) (Fixture*, gconstpointer), \ 110 void (*) (Fixture*, gconstpointer)) = (void (*) (const gchar *, gsize, gconstpointer, void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; [all...] |
gdataset.h | 93 void g_dataset_destroy (gconstpointer dataset_location); 94 gpointer g_dataset_id_get_data (gconstpointer dataset_location, 96 void g_dataset_id_set_data_full (gconstpointer dataset_location, 100 gpointer g_dataset_id_remove_no_notify (gconstpointer dataset_location, 102 void g_dataset_foreach (gconstpointer dataset_location,
|
glist.h | 73 gconstpointer data) G_GNUC_WARN_UNUSED_RESULT; 75 gconstpointer data) G_GNUC_WARN_UNUSED_RESULT; 87 gconstpointer data); 89 gconstpointer data, 94 gconstpointer data);
|
gqueue.h | 63 gconstpointer data); 65 gconstpointer data, 87 gconstpointer data); 89 gconstpointer data); 91 gconstpointer data);
|
gbsearcharray.h | 38 typedef gint (*GBSearchCompareFunc) (gconstpointer bsearch_node1, /* key */ 39 gconstpointer bsearch_node2); 71 gconstpointer node_in_array); 82 gconstpointer key_node); 88 gconstpointer key_node); 144 gconstpointer key_node, 149 gconstpointer key_node, 187 gconstpointer node_in_array) 225 gconstpointer key_node) 254 gconstpointer key_node [all...] |
grel.h | 78 gconstpointer key, 81 gconstpointer key, 84 gconstpointer key,
|
garray.h | 80 gconstpointer data, 83 gconstpointer data, 87 gconstpointer data,
|
gqsort.h | 38 void g_qsort_with_data (gconstpointer pbase,
|
gdataset.c | 69 gconstpointer location; 75 static inline GDataset* g_dataset_lookup (gconstpointer dataset_location); 144 g_dataset_lookup (gconstpointer dataset_location) 162 register gconstpointer dataset_location; 182 g_dataset_destroy (gconstpointer dataset_location) 304 g_dataset_id_set_data_full (gconstpointer dataset_location, 367 g_dataset_id_remove_no_notify (gconstpointer dataset_location, 405 g_dataset_id_get_data (gconstpointer dataset_location, 455 g_dataset_foreach (gconstpointer dataset_location,
|
gtypes.h | 78 typedef const void *gconstpointer; typedef 80 typedef gint (*GCompareFunc) (gconstpointer a, 81 gconstpointer b); 82 typedef gint (*GCompareDataFunc) (gconstpointer a, 83 gconstpointer b, 85 typedef gboolean (*GEqualFunc) (gconstpointer a, 86 gconstpointer b); 90 typedef guint (*GHashFunc) (gconstpointer key);
|
/external/bluetooth/glib/tests/ |
qsort-test.c | 11 sort (gconstpointer a, gconstpointer b, gpointer user_data)
|
scannerapi.c | 32 gconstpointer test_data) 39 gconstpointer test_data) 55 gconstpointer test_data) 63 gconstpointer test_data) 86 gconstpointer test_data) 106 gconstpointer test_data)
|
tree-test.c | 36 my_compare (gconstpointer a, 37 gconstpointer b) 46 my_search (gconstpointer a, 47 gconstpointer b)
|
hash-test.c | 125 my_hash (gconstpointer key) 131 my_hash_equal (gconstpointer a, 132 gconstpointer b) 187 static guint honeyman_hash(gconstpointer key) 206 static gboolean second_hash_cmp (gconstpointer a, gconstpointer b) 213 static guint one_hash(gconstpointer key)
|
/external/webkit/WebKit/gtk/tests/ |
testwebhistoryitem.c | 31 gconstpointer data) 39 gconstpointer data) 46 gconstpointer data) 53 gconstpointer data)
|
testwebresource.c | 83 static void web_resource_fixture_setup(WebResourceFixture* fixture, gconstpointer data) 92 static void web_resource_fixture_teardown(WebResourceFixture* fixture, gconstpointer data) 99 static void test_webkit_web_resource_get_url(WebResourceFixture* fixture, gconstpointer data) 108 static void test_webkit_web_resource_get_data(WebResourceFixture* fixture, gconstpointer data) 114 static void test_webkit_web_resource_get_mime_type(WebResourceFixture* fixture, gconstpointer data) 123 static void test_webkit_web_resource_get_encoding(WebResourceFixture* fixture, gconstpointer data) 132 static void test_webkit_web_resource_get_frame_name(WebResourceFixture* fixture, gconstpointer data)
|
testhittestresult.c | 58 static void hit_test_result_fixture_setup(HitTestResultFixture* fixture, gconstpointer data) 66 static void hit_test_result_fixture_teardown(HitTestResultFixture* fixture, gconstpointer data) 100 test_webkit_hit_test_result(HitTestResultFixture* fixture, gconstpointer data)
|
testkeyevents.c | 59 static void key_event_fixture_setup(KeyEventFixture* fixture, gconstpointer data) 69 static void key_event_fixture_teardown(KeyEventFixture* fixture, gconstpointer data) 128 static void test_keypress(KeyEventFixture* fixture, gconstpointer data)
|
testloading.c | 72 static void web_loading_fixture_setup(WebLoadingFixture* fixture, gconstpointer data) 85 static void web_loading_fixture_teardown(WebLoadingFixture* fixture, gconstpointer data) 146 static void test_loading_status(WebLoadingFixture* fixture, gconstpointer data) 207 static void test_loading_error(WebLoadingFixture* fixture, gconstpointer data) 276 static void test_loading_cancelled(WebLoadingFixture* fixture, gconstpointer data) 355 static void test_loading_goback(WebLoadingFixture* fixture, gconstpointer data)
|
/external/bluetooth/glib/gobject/ |
gboxed.h | 67 gconstpointer src_boxed); 71 gconstpointer v_boxed); 73 gconstpointer v_boxed); 168 gconstpointer v_boxed); 171 gconstpointer v_boxed);
|
gboxed.c | 59 static gint boxed_nodes_cmp (gconstpointer p1, 60 gconstpointer p2); 74 boxed_nodes_cmp (gconstpointer p1, 75 gconstpointer p2) 445 gconstpointer src_boxed) 581 gconstpointer const_boxed, 631 gconstpointer boxed) 650 gconstpointer boxed) 669 gconstpointer boxed) 687 gconstpointer boxed [all...] |
/external/bluetooth/bluez/src/ |
manager.c | 323 static gint adapter_id_cmp(gconstpointer a, gconstpointer b) 332 static gint adapter_path_cmp(gconstpointer a, gconstpointer b) 341 static gint adapter_cmp(gconstpointer a, gconstpointer b) 352 static gint adapter_address_cmp(gconstpointer a, gconstpointer b)
|