Home
last modified time | relevance | path

Searched refs:g_hash_table_size (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/glib/tests/
Dhash-test.c292 g_assert (g_hash_table_size (h) == 20); in second_hash_test()
308 g_assert (g_hash_table_size (h) == 19); in second_hash_test()
310 g_assert (g_hash_table_size (h) == 9); in second_hash_test()
366 g_assert (g_hash_table_size (h) == 20); in direct_hash_test()
412 if (values_len != keys_len && keys_len != g_hash_table_size (hash_table)) in main()
430 g_assert (g_hash_table_size (hash_table) == 5000); in main()
445 g_hash_table_size (hash_table) != 5000) in main()
Dtestglib.c1058 g_hash_table_size (hash_table) != 5000) in hash_table_tests()
/external/bluetooth/glib/gio/fen/
Dfen-dump.c74 if (g_hash_table_size (hash) > 0) { in dump_hash()
Dfen-node.c382 g_assert (g_hash_table_size (f->children) == 0); in node_delete()
410 return g_hash_table_size (f->children); in children_num()
/external/bluetooth/glib/glib/
Dghash.h97 guint g_hash_table_size (GHashTable *hash_table);
Dghash.c1270 g_hash_table_size (GHashTable *hash_table) in g_hash_table_size() function
Dgaliasdef.c932 #undef g_hash_table_size
933 extern __typeof (g_hash_table_size) g_hash_table_size __attribute((alias("IA__g_hash_table_size"), …
Dgalias.h925 extern __typeof (g_hash_table_size) IA__g_hash_table_size __attribute((visibility("hidden")));
926 #define g_hash_table_size IA__g_hash_table_size macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2016 g_hash_table_size
/external/bluetooth/glib/
DChangeLog.pre-1-256 * glib.h: return guints instead of gints for g_hash_table_size
2399 * ghash.c: new function, g_hash_table_size