Home
last modified time | relevance | path

Searched refs:g_hash_table_foreach_remove (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/
Dhash-test.c309 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()
Dtestglib.c1057 if (g_hash_table_foreach_remove (hash_table, my_hash_callback_remove, NULL) != 5000 || in hash_table_tests()
/external/bluetooth/glib/glib/
Dghash.h91 guint g_hash_table_foreach_remove (GHashTable *hash_table,
Dghash.c1143 g_hash_table_foreach_remove (GHashTable *hash_table, in g_hash_table_foreach_remove() function
Dgaliasdef.c896 #undef g_hash_table_foreach_remove
897 extern __typeof (g_hash_table_foreach_remove) g_hash_table_foreach_remove __attribute((alias("IA__g…
Dgalias.h889 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/
Dgfilemonitor.c550 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()
Dgdesktopappinfo.c2160 g_hash_table_foreach_remove (mime_info_cache->global_defaults_cache, in mime_info_cache_blow_global_cache()
/external/bluetooth/glib/gio/fen/
Dfen-node.c447 return g_hash_table_foreach_remove (f->children, func, user_data); in children_foreach_remove()
/external/bluetooth/glib/gobject/
Dglib-genmarshal.c755 g_hash_table_foreach_remove (marshallers, string_key_destroy, NULL); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2024 g_hash_table_foreach_remove
/external/bluetooth/glib/
DChangeLog.pre-2-20596 in the documentation-comments above g_hash_table_foreach_remove()
DChangeLog.pre-1-257 and g_hash_table_foreach_remove.
1872 * glib.h: New function g_hash_table_foreach_remove is similar to