Searched refs:g_hash_table_foreach_remove (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/tests/ |
D | hash-test.c | 309 g_hash_table_foreach_remove (h, remove_even_foreach, NULL); in second_hash_test() 444 if (g_hash_table_foreach_remove (hash_table, my_hash_callback_remove, NULL) != 5000 || in main()
|
D | testglib.c | 1057 if (g_hash_table_foreach_remove (hash_table, my_hash_callback_remove, NULL) != 5000 || in hash_table_tests()
|
/external/bluetooth/glib/glib/ |
D | ghash.h | 91 guint g_hash_table_foreach_remove (GHashTable *hash_table,
|
D | ghash.c | 1143 g_hash_table_foreach_remove (GHashTable *hash_table, in g_hash_table_foreach_remove() function
|
D | galiasdef.c | 896 #undef g_hash_table_foreach_remove 897 extern __typeof (g_hash_table_foreach_remove) g_hash_table_foreach_remove __attribute((alias("IA__g…
|
D | galias.h | 889 extern __typeof (g_hash_table_foreach_remove) IA__g_hash_table_foreach_remove __attribute((visibili… 890 #define g_hash_table_foreach_remove IA__g_hash_table_foreach_remove macro
|
/external/bluetooth/glib/gio/ |
D | gfilemonitor.c | 550 g_hash_table_foreach_remove (monitor->priv->rate_limiter, in rate_limiter_timeout() 602 g_hash_table_foreach_remove (monitor->priv->rate_limiter, in update_rate_limiter_timeout()
|
D | gdesktopappinfo.c | 2160 g_hash_table_foreach_remove (mime_info_cache->global_defaults_cache, in mime_info_cache_blow_global_cache()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-node.c | 447 return g_hash_table_foreach_remove (f->children, func, user_data); in children_foreach_remove()
|
/external/bluetooth/glib/gobject/ |
D | glib-genmarshal.c | 755 g_hash_table_foreach_remove (marshallers, string_key_destroy, NULL); in main()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2024 g_hash_table_foreach_remove
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-20 | 596 in the documentation-comments above g_hash_table_foreach_remove()
|
D | ChangeLog.pre-1-2 | 57 and g_hash_table_foreach_remove. 1872 * glib.h: New function g_hash_table_foreach_remove is similar to
|